Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kasyanov committed Aug 18, 2017
1 parent 5c250d9 commit 0592577
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.0.1)
danger-code_style_validation (0.1.0)
danger-plugin-api (~> 1.0)

GEM
Expand All @@ -10,7 +10,7 @@ GEM
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.3.0)
claide (1.0.1)
claide (1.0.2)
claide-plugins (0.9.2)
cork
nap
Expand All @@ -19,7 +19,7 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (5.1.1)
danger (5.3.4)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -28,12 +28,12 @@ GEM
faraday-http-cache (~> 1.0)
git (~> 1)
kramdown (~> 1.5)
octokit (~> 4.2)
octokit (~> 4.7)
terminal-table (~> 1)
danger-plugin-api (1.0.0)
danger (> 2.0)
diff-lcs (1.2.5)
faraday (0.12.1)
faraday (0.13.0)
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1)
faraday (~> 0.8)
Expand All @@ -54,7 +54,7 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
kramdown (1.13.2)
kramdown (1.14.0)
listen (3.0.7)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
Expand Down Expand Up @@ -107,8 +107,8 @@ GEM
faraday (~> 0.8, < 1.0)
shellany (0.0.1)
slop (3.6.0)
terminal-table (1.7.3)
unicode-display_width (~> 1.1.1)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.19.4)
unicode-display_width (1.1.3)
yard (0.9.5)
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.0.1'.freeze
VERSION = '0.1.0'.freeze
end

0 comments on commit 0592577

Please sign in to comment.