Skip to content

Commit

Permalink
bumped the version to 2.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Jun 9, 2011
1 parent aae91c2 commit ab530b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion RELEASE_PROCESS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# edit gemspec version number, date
# edit version.rb
# edit gemspec release date
git ci formtastic.gemspec -m "new gemspec" # commit changes
git tag X.X.X # tag the new version in the code base too
gem build formtastic.gemspec # build the gem
Expand Down
4 changes: 2 additions & 2 deletions formtastic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ require "formtastic/version"
Gem::Specification.new do |s|
s.name = %q{formtastic}
s.version = Formtastic::VERSION
s.date = %q{2011-01-07}
s.date = %q{2011-06-09}
s.platform = Gem::Platform::RUBY
s.authors = [%q{Justin French}]
s.email = [%q{justin@indent.com.au}]
s.homepage = %q{http://github.com/justinfrench/formtastic/tree/master}
s.homepage = %q{http://github.com/justinfrench/formtastic}
s.summary = %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}

Expand Down
2 changes: 1 addition & 1 deletion lib/formtastic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Formtastic
VERSION = "2.0.0.pre"
VERSION = "2.0.0.rc1"
end

0 comments on commit ab530b7

Please sign in to comment.