From c42d463b87d80a725c28e43c5fec61ee6486e4ca Mon Sep 17 00:00:00 2001 From: Justin French Date: Thu, 12 Aug 2010 08:49:32 +1000 Subject: [PATCH] version bump to 1.0.0, at last --- VERSION.yml | 2 +- formtastic.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.yml b/VERSION.yml index 0a4ce9fc3..cb312ad43 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -2,4 +2,4 @@ :major: 1 :minor: 0 :patch: 0 -:build: rc2 +:build: diff --git a/formtastic.gemspec b/formtastic.gemspec index 3a19de969..7e0b00608 100644 --- a/formtastic.gemspec +++ b/formtastic.gemspec @@ -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 = [