Skip to content

Commit

Permalink
upgraded to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luccastera committed Aug 24, 2009
1 parent 6c2bb15 commit 7721a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $hoe = Hoe.new('messagepub', Messagepub::VERSION) do |p|
p.rubyforge_name = p.name # TODO this is default value
p.summary = "More info at http://messagepub.com"
p.extra_deps = [
['httparty','= 0.3.1'],
['httparty','0.3.1'],
]
p.extra_dev_deps = [
['newgem', ">= #{::Newgem::VERSION}"]
Expand Down
2 changes: 1 addition & 1 deletion lib/messagepub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))

module Messagepub
VERSION = '0.0.5'
VERSION = '0.0.6'
end

require 'rubygems'
Expand Down

0 comments on commit 7721a6a

Please sign in to comment.