cloudist.gemspec in cloudist-0.0.3 vs cloudist.gemspec in cloudist-0.1.0
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{cloudist}
- s.version = "0.0.3"
+ s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ivan Vanderbyl"]
s.date = %q{2011-01-18}
s.description = %q{Cloudist is a simple, highly scalable job queue for Ruby applications, it can run within Rails, or on EC2, and does not load your entire Rails stack like delayed job does.}
@@ -29,9 +29,10 @@
"examples/queue_message.rb",
"examples/sandwich_client.rb",
"examples/sandwich_worker.rb",
"lib/cloudist.rb",
"lib/cloudist/basic_queue.rb",
+ "lib/cloudist/callback.rb",
"lib/cloudist/core_ext/string.rb",
"lib/cloudist/errors.rb",
"lib/cloudist/job.rb",
"lib/cloudist/job_queue.rb",
"lib/cloudist/listener.rb",