Skip to content

Commit

Permalink
Regenerate gemspec for version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mtylty committed May 30, 2011
1 parent 7851a49 commit ab2aca9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions backgroundrb-rails3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.version = "1.1.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matteo Latini"]
s.date = %q{2010-12-29}
s.authors = [%q{Matteo Latini}]
s.date = %q{2011-05-30}
s.description = %q{
BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be used with Ruby on Rails applications for offloading long-running tasks.
Since a Rails application blocks while serving a request it is best to move long-running tasks off into a background process that is divorced from http request/response cycle.
Expand Down Expand Up @@ -149,9 +149,9 @@ Gem::Specification.new do |s|
"uninstall.rb"
]
s.homepage = %q{http://github.com/mtylty/backgroundrb-rails3}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.4}
s.summary = %q{BackgrounDRb is a Ruby job server and scheduler.}
s.test_files = [
"examples/foo_controller.rb",
Expand Down Expand Up @@ -185,7 +185,6 @@ Gem::Specification.new do |s|
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand All @@ -194,19 +193,22 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<rails>, [">= 3.0.0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.1"])
s.add_development_dependency(%q<rspec>, [">= 0"])
else
s.add_dependency(%q<chronic>, [">= 0.2.3"])
s.add_dependency(%q<packet>, [">= 0.1.15"])
s.add_dependency(%q<rails>, [">= 3.0.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
s.add_dependency(%q<rspec>, [">= 0"])
end
else
s.add_dependency(%q<chronic>, [">= 0.2.3"])
s.add_dependency(%q<packet>, [">= 0.1.15"])
s.add_dependency(%q<rails>, [">= 3.0.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
s.add_dependency(%q<rspec>, [">= 0"])
end
end

0 comments on commit ab2aca9

Please sign in to comment.