Skip to content

Commit

Permalink
Bumps version and compiles the gem under ruby 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Cunha committed Jan 23, 2016
1 parent d897870 commit 7591329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
git-whistles (1.0.1)
git-whistles (1.0.2)
jira-ruby
pivotal-tracker (~> 0.5.6)
term-ansicolor
Expand Down Expand Up @@ -93,4 +93,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
1.10.6
1.11.2
2 changes: 1 addition & 1 deletion lib/git-whistles/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module Git
module Whistles
VERSION = "1.0.1"
VERSION = "1.0.2"
GEMDIR = Pathname.new(__FILE__).parent.parent.parent
end
end

0 comments on commit 7591329

Please sign in to comment.