Skip to content

Commit

Permalink
version bump to 1.0.0, at last
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Aug 11, 2010
1 parent eab18fa commit c42d463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
Expand Up @@ -2,4 +2,4 @@
:major: 1
:minor: 0
:patch: 0
:build: rc2
:build:
6 changes: 3 additions & 3 deletions formtastic.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{formtastic}
s.version = "1.0.0.rc2"
s.version = "1.0.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.date = %q{2010-08-09}
s.date = %q{2010-08-12}
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

0 comments on commit c42d463

Please sign in to comment.