Skip to content

Commit

Permalink
Regenerated gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wu committed Aug 11, 2010
1 parent 8c3498e commit fc4b6e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rails_config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jacques Crocker", "Fred Wu"]
s.date = %q{2010-08-10}
s.date = %q{2010-08-11}
s.description = %q{Provides an easy to use Application Configuration object}
s.email = ["railsjedi@gmail.com", "ifredwu@gmail.com"]
s.extra_rdoc_files = [
Expand Down Expand Up @@ -64,14 +64,14 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<active_support>, [">= 3.0.0.rc"])
s.add_runtime_dependency(%q<activesupport>, [">= 3.0.0.rc"])
s.add_development_dependency(%q<rspec>, [">= 2.0.0.beta.19"])
else
s.add_dependency(%q<active_support>, [">= 3.0.0.rc"])
s.add_dependency(%q<activesupport>, [">= 3.0.0.rc"])
s.add_dependency(%q<rspec>, [">= 2.0.0.beta.19"])
end
else
s.add_dependency(%q<active_support>, [">= 3.0.0.rc"])
s.add_dependency(%q<activesupport>, [">= 3.0.0.rc"])
s.add_dependency(%q<rspec>, [">= 2.0.0.beta.19"])
end
end
Expand Down

0 comments on commit fc4b6e0

Please sign in to comment.