Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 5, 2012
1 parent 023099d commit eb09ff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changes.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
HEAD 0.5.0
----------- -----------


- Still working on an initial release! - Initial release!
2 changes: 1 addition & 1 deletion lib/sidekiq/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sidekiq module Sidekiq
VERSION = "0.1.0" VERSION = "0.5.0"
end end
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.description = gem.summary = "Simple, efficient message processing for Ruby" gem.description = gem.summary = "Simple, efficient message processing for Ruby"
gem.homepage = "http://mperham.github.com/sidekiq" gem.homepage = "http://mperham.github.com/sidekiq"


gem.executables = ['bin/sidekiq'] gem.executables = ['sidekiq']
gem.files = `git ls-files`.split("\n") gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- test/*`.split("\n") gem.test_files = `git ls-files -- test/*`.split("\n")
gem.name = "sidekiq" gem.name = "sidekiq"
Expand Down

0 comments on commit eb09ff5

Please sign in to comment.