Skip to content

Commit

Permalink
version bump and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Nov 23, 2009
1 parent 8fb11e1 commit bea03dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ begin
s.post_install_message = INSTALL_MESSAGE

s.require_path = 'lib'
s.autorequire = GEM
s.files = %w(MIT-LICENSE README.textile Rakefile) + Dir.glob("{rails,lib,generators,spec}/**/*")

# Runtime dependencies: When installing Formtastic these will be checked if they are installed.
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 9
:patch: 2
:patch: 3
3 changes: 1 addition & 2 deletions formtastic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@

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

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

0 comments on commit bea03dc

Please sign in to comment.