Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Cunha committed Sep 2, 2014
1 parent f45a60a commit faa15ff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
36 changes: 20 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
git-whistles (0.9.1)
git-whistles (0.10.0)
pivotal-tracker (~> 0.5.6)
term-ansicolor

Expand All @@ -10,19 +10,20 @@ GEM
specs:
builder (3.2.2)
coderay (1.0.9)
crack (0.4.1)
safe_yaml (~> 0.9.0)
happymapper (0.4.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
happymapper (0.4.1)
libxml-ruby (~> 2.0)
json (1.8.1)
libxml-ruby (2.7.0)
method_source (0.8.2)
mime-types (1.25)
mini_portile (0.5.1)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
nokogiri-happymapper (0.5.7)
mime-types (1.25.1)
mini_portile (0.6.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
nokogiri-happymapper (0.5.9)
nokogiri (~> 1.5)
pivotal-tracker (0.5.10)
pivotal-tracker (0.5.12)
builder
builder
crack
Expand All @@ -39,13 +40,16 @@ GEM
pry-nav (0.2.3)
pry (~> 0.9.10)
rake (10.1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
safe_yaml (0.9.5)
rdoc (4.1.1)
json (~> 1.4)
rest-client (1.6.8)
mime-types (~> 1.16)
rdoc (>= 2.4.2)
safe_yaml (1.0.3)
slop (3.4.6)
term-ansicolor (1.2.2)
tins (~> 0.8)
tins (0.9.0)
term-ansicolor (1.3.0)
tins (~> 1.0)
tins (1.3.2)

PLATFORMS
ruby
Expand Down
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 = "0.9.1"
VERSION = "0.10.0"
GEMDIR = Pathname.new(__FILE__).parent.parent.parent
end
end

0 comments on commit faa15ff

Please sign in to comment.