Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Dec 12, 2012
1 parent efafcbe commit 3ef0443
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
vulcan (0.8.0) vulcan (0.8.1)
heroku (>= 2.26.0, < 3.0) heroku (>= 2.26.0, < 3.0)
multipart-post (~> 1.1.3) multipart-post (~> 1.1.3)
rest-client (~> 1.6.7) rest-client (~> 1.6.7)
Expand All @@ -10,21 +10,21 @@ PATH
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
addressable (2.2.8) addressable (2.3.2)
excon (0.14.1) excon (0.16.8)
heroku (2.28.2) heroku (2.32.4)
heroku-api (~> 0.2.6) heroku-api (~> 0.3.5)
launchy (>= 0.3.2) launchy (>= 0.3.2)
netrc (~> 0.7.4) netrc (~> 0.7.7)
rest-client (~> 1.6.1) rest-client (~> 1.6.1)
rubyzip rubyzip
heroku-api (0.2.6) heroku-api (0.3.6)
excon (~> 0.14.0) excon (~> 0.16.7)
launchy (2.1.0) launchy (2.1.2)
addressable (~> 2.2.6) addressable (~> 2.3)
mime-types (1.19) mime-types (1.19)
multipart-post (1.1.5) multipart-post (1.1.5)
netrc (0.7.4) netrc (0.7.7)
rest-client (1.6.7) rest-client (1.6.7)
mime-types (>= 1.16) mime-types (>= 1.16)
rubyzip (0.9.9) rubyzip (0.9.9)
Expand Down
2 changes: 1 addition & 1 deletion lib/vulcan/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vulcan module Vulcan


VERSION = "0.8.0" VERSION = "0.8.1"


end end

0 comments on commit 3ef0443

Please sign in to comment.