We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4b1e9 commit dac6986Copy full SHA for dac6986
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- codeclimate_diff (0.1.8)
+ codeclimate_diff (0.1.9)
5
colorize
6
json
7
optparse
@@ -27,7 +27,7 @@ GEM
27
mime-types-data (~> 3.2015)
28
mime-types-data (3.2022.0105)
29
netrc (0.11.0)
30
- optparse (0.2.0)
+ optparse (0.3.1)
31
parallel (1.22.1)
32
parser (3.1.2.1)
33
ast (~> 2.4.1)
lib/codeclimate_diff/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module CodeclimateDiff
- VERSION = "0.1.8"
+ VERSION = "0.1.9"
end
0 commit comments