Skip to content

Commit

Permalink
new gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Aug 9, 2010
1 parent 8a85634 commit b9fc1c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions formtastic.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{formtastic}
s.version = "1.0.0.rc"
s.version = "1.0.0.rc2"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin French"]
s.date = %q{2010-08-01}
s.date = %q{2010-08-09}
s.description = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
s.email = %q{justin@indent.com.au}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -129,21 +129,21 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.0"])
s.add_runtime_dependency(%q<actionpack>, [">= 2.3.0"])
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.0", "< 3.0.0"])
s.add_runtime_dependency(%q<actionpack>, [">= 2.3.0", "< 3.0.0"])
s.add_runtime_dependency(%q<i18n>, ["< 0.4"])
s.add_development_dependency(%q<rspec-rails>, [">= 1.2.6"])
s.add_development_dependency(%q<rspec_tag_matchers>, [">= 1.0.0"])
else
s.add_dependency(%q<activesupport>, [">= 2.3.0"])
s.add_dependency(%q<actionpack>, [">= 2.3.0"])
s.add_dependency(%q<activesupport>, [">= 2.3.0", "< 3.0.0"])
s.add_dependency(%q<actionpack>, [">= 2.3.0", "< 3.0.0"])
s.add_dependency(%q<i18n>, ["< 0.4"])
s.add_dependency(%q<rspec-rails>, [">= 1.2.6"])
s.add_dependency(%q<rspec_tag_matchers>, [">= 1.0.0"])
end
else
s.add_dependency(%q<activesupport>, [">= 2.3.0"])
s.add_dependency(%q<actionpack>, [">= 2.3.0"])
s.add_dependency(%q<activesupport>, [">= 2.3.0", "< 3.0.0"])
s.add_dependency(%q<actionpack>, [">= 2.3.0", "< 3.0.0"])
s.add_dependency(%q<i18n>, ["< 0.4"])
s.add_dependency(%q<rspec-rails>, [">= 1.2.6"])
s.add_dependency(%q<rspec_tag_matchers>, [">= 1.0.0"])
Expand Down

0 comments on commit b9fc1c4

Please sign in to comment.