File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- codebot (1.1.7 )
4
+ codebot (1.2.0 )
5
5
cinch (~> 2.3 )
6
6
cinch-identify (~> 1.7 )
7
7
irb (~> 1.0 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def description
16
16
text . gsub ( /\s +/ , ' ' ) . strip
17
17
end
18
18
19
- Gem ::Specification . new do |spec | # rubocop:disable Metrics/BlockLength
19
+ Gem ::Specification . new do |spec |
20
20
spec . name = 'codebot'
21
21
spec . version = Codebot ::VERSION
22
22
spec . authors = [ 'Janik Rabe' , 'Ola Bini' ]
@@ -42,8 +42,8 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
42
42
spec . add_development_dependency 'rubocop' , '~> 0.65.0'
43
43
44
44
spec . add_runtime_dependency 'cinch' , '~> 2.3'
45
- spec . add_runtime_dependency 'irb' , '~> 1.0'
46
45
spec . add_runtime_dependency 'cinch-identify' , '~> 1.7'
46
+ spec . add_runtime_dependency 'irb' , '~> 1.0'
47
47
spec . add_runtime_dependency 'sinatra' , '~> 2.0'
48
48
spec . add_runtime_dependency 'thor' , '~> 0.20.0'
49
49
end
You can’t perform that action at this time.
0 commit comments