Skip to content

Commit

Permalink
prepping the gem for gemcutter
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttam committed Mar 2, 2010
1 parent 5048e92 commit b34fa22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Rakefile
Expand Up @@ -30,12 +30,12 @@ begin
require 'resque/version'

Jeweler::Tasks.new do |gemspec|
gemspec.name = "resque"
gemspec.summary = ""
gemspec.description = ""
gemspec.email = "chris@ozmm.org"
gemspec.homepage = "http://github.com/defunkt/resque"
gemspec.authors = ["Chris Wanstrath"]
gemspec.name = "scotttam-resque"
gemspec.summary = %Q{scotttam-resque is an extension to the resque queue system that has pre-fork hooks and ability to turn off forking.}
gemspec.description = %Q{scotttam-resque is an extension to the resque queue system that has pre-fork hooks and ability to turn off forking. Add more description here.}
gemspec.email = "tamosunas@gmail.com"
gemspec.homepage = "http://github.com/scotttam/resque"
gemspec.authors = ["Chris Wanstrath, Scott Tamosunas"]
gemspec.version = Resque::Version

gemspec.add_dependency "redis"
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
Version = '1.5.0'
Version = '0.0.1'
end

0 comments on commit b34fa22

Please sign in to comment.