Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Jul 30, 2010
1 parent 711bd77 commit 3b52c47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Meta

Created by Adam Wiggins

Patches from Jamie Cobbett and Scott Water
Patches from Jamie Cobbett, Scott Water, and Keith Rarick

Heavily inspired by [Minion](http://github.com/orionz/minion) by Orion Henry

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
7 changes: 4 additions & 3 deletions stalker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Wiggins"]
s.date = %q{2010-06-29}
s.date = %q{2010-07-29}
s.default_executable = %q{stalk}
s.description = %q{A job queueing and background workers system using Beanstalkd. Inspired by the Minion gem.}
s.email = %q{adam@heroku.com}
Expand All @@ -31,7 +31,8 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.7}
s.summary = %q{A job queueing and background workers system using Beanstalkd.}
s.test_files = [
"examples/enqueue.rb",
"test/stalker_test.rb",
"examples/enqueue.rb",
"examples/jobs.rb"
]

Expand Down

0 comments on commit 3b52c47

Please sign in to comment.