Skip to content

Commit

Permalink
Bump rev to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sloan authored and jwsloan committed Apr 27, 2018
1 parent f814e52 commit 24aeb36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ramsey_cop (0.8.0)
ramsey_cop (0.9.0)
rubocop (~> 0.54.0)

GEM
Expand All @@ -10,7 +10,7 @@ GEM
ast (2.4.0)
diff-lcs (1.3)
parallel (1.12.1)
parser (2.5.0.5)
parser (2.5.1.0)
ast (~> 2.4.0)
powerpack (0.1.1)
rainbow (3.0.0)
Expand All @@ -36,7 +36,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
unicode-display_width (1.3.0)
unicode-display_width (1.3.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/ramsey_cop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RamseyCop
VERSION = "0.8.0".freeze
VERSION = "0.9.0".freeze
end

0 comments on commit 24aeb36

Please sign in to comment.