Skip to content

Commit

Permalink
new gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Sep 8, 2010
1 parent 4d9c5e9 commit 335dc77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions formtastic.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{formtastic} s.name = %q{formtastic}
s.version = "1.1.0.beta" s.version = "1.1.0"


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

0 comments on commit 335dc77

Please sign in to comment.