Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
han committed Apr 12, 2011
1 parent 9e8c34b commit 33e616b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Jeweler::Tasks.new do |s|
s.description = "A job queueing and background workers system using Beanstalkd. Inspired by the Minion gem."
s.author = "Adam Wiggins"
s.email = "adam@heroku.com"
s.homepage = "http://github.com/adamwiggins/stalker"
s.homepage = "https://github.com/han/stalker"
s.executables = [ "stalk" ]
s.rubyforge_project = "stalker"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
9 changes: 4 additions & 5 deletions stalker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{stalker}
s.version = "0.8.0"
s.version = "0.9.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Wiggins"]
s.date = %q{2011-03-11}
s.default_executable = %q{stalk}
s.date = %q{2011-04-12}
s.description = %q{A job queueing and background workers system using Beanstalkd. Inspired by the Minion gem.}
s.email = %q{adam@heroku.com}
s.executables = ["stalk"]
Expand All @@ -24,10 +23,10 @@ Gem::Specification.new do |s|
"bin/stalk",
"lib/stalker.rb"
]
s.homepage = %q{http://github.com/adamwiggins/stalker}
s.homepage = %q{https://github.com/han/stalker}
s.require_paths = ["lib"]
s.rubyforge_project = %q{stalker}
s.rubygems_version = %q{1.5.0}
s.rubygems_version = %q{1.7.2}
s.summary = %q{A job queueing and background workers system using Beanstalkd.}
s.test_files = [
"examples/enqueue.rb",
Expand Down

0 comments on commit 33e616b

Please sign in to comment.