Skip to content

Commit

Permalink
Regenerate gemspec for version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jqr committed Mar 14, 2011
1 parent 8ed8e5d commit 234a5f6
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions heroku_san.gemspec
@@ -1,45 +1,52 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{heroku_san}
s.version = "1.0.8"
s.version = "1.0.9"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Elijah Miller", "Glenn Roberts"]
s.date = %q{2011-01-24}
s.date = %q{2011-03-14}
s.description = %q{Manage multiple Heroku instances/apps for a single Rails app using Rake}
s.email = %q{elijah.miller@gmail.com}
s.files = [
"LICENSE",
"README.rdoc",
"Rakefile",
"TODO",
"VERSION",
"lib/heroku_san.rb",
"lib/heroku_san/railtie.rb",
"lib/heroku_san/tasks.rb",
"lib/tasks/heroku.rake",
"lib/templates/heroku.example.yml"
"README.rdoc",
"Rakefile",
"TODO",
"VERSION",
"lib/heroku_san.rb",
"lib/heroku_san/railtie.rb",
"lib/heroku_san/tasks.rb",
"lib/tasks/heroku.rake",
"lib/templates/heroku.example.yml"
]
s.homepage = %q{http://github.com/glennr/heroku_san}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.6.1}
s.summary = %q{A bunch of useful Rake tasks for managing your Heroku apps}

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
s.add_runtime_dependency(%q<heroku_san>, [">= 0"])
s.add_runtime_dependency(%q<rails>, [">= 2"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
s.add_runtime_dependency(%q<heroku>, [">= 0"])
else
s.add_dependency(%q<heroku_san>, [">= 0"])
s.add_dependency(%q<rails>, [">= 2"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<heroku>, [">= 0"])
end
else
s.add_dependency(%q<heroku_san>, [">= 0"])
s.add_dependency(%q<rails>, [">= 2"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<heroku>, [">= 0"])
end
end
Expand Down

0 comments on commit 234a5f6

Please sign in to comment.