Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kasyanov committed Oct 24, 2017
1 parent 3756e99 commit fdbdafc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-code_style_validation (0.2.0)
danger-code_style_validation (0.3.0)
danger-plugin-api (~> 1.0)

GEM
Expand All @@ -19,7 +19,7 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (5.3.4)
danger (5.5.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -28,6 +28,7 @@ GEM
faraday-http-cache (~> 1.0)
git (~> 1)
kramdown (~> 1.5)
no_proxy_fix
octokit (~> 4.7)
terminal-table (~> 1)
danger-plugin-api (1.0.0)
Expand All @@ -54,7 +55,7 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
kramdown (1.14.0)
kramdown (1.15.0)
listen (3.0.7)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
Expand All @@ -63,6 +64,7 @@ GEM
multipart-post (2.0.0)
nap (1.1.0)
nenv (0.3.0)
no_proxy_fix (0.1.1)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
Expand All @@ -76,7 +78,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (2.0.5)
public_suffix (3.0.0)
rainbow (2.1.0)
rake (10.5.0)
rb-fsevent (0.9.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/code_style_validation/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CodeStyleValidation
VERSION = '0.2.0'.freeze
VERSION = '0.3.0'.freeze
end

0 comments on commit fdbdafc

Please sign in to comment.