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 c233e69 commit c52c367Copy full SHA for c52c367
2 files changed
Gemfile.lock
@@ -1,14 +1,14 @@
1
PATH
2
remote: .
3
specs:
4
- danger-code_style_validation (0.1.0)
+ danger-code_style_validation (0.2.0)
5
danger-plugin-api (~> 1.0)
6
7
GEM
8
remote: https://rubygems.org/
9
10
- addressable (2.5.1)
11
- public_suffix (~> 2.0, >= 2.0.2)
+ addressable (2.5.2)
+ public_suffix (>= 2.0.2, < 4.0)
12
ast (2.3.0)
13
claide (1.0.2)
14
claide-plugins (0.9.2)
@@ -33,7 +33,7 @@ GEM
33
danger-plugin-api (1.0.0)
34
danger (> 2.0)
35
diff-lcs (1.2.5)
36
- faraday (0.13.0)
+ faraday (0.13.1)
37
multipart-post (>= 1.2, < 3)
38
faraday-http-cache (1.3.1)
39
faraday (~> 0.8)
lib/code_style_validation/gem_version.rb
@@ -1,3 +1,3 @@
module CodeStyleValidation
- VERSION = '0.1.0'.freeze
+ VERSION = '0.2.0'.freeze
end
0 commit comments