Skip to content

Commit

Permalink
bumping the gem version to 0.1.9 to address the missing styles in 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed May 20, 2009
1 parent 2b3c9c9 commit e8129c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 1
:patch: 8
:patch: 9
5 changes: 2 additions & 3 deletions formtastic.gemspec
Expand Up @@ -2,12 +2,12 @@

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

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-05-17}
s.date = %q{2009-05-21}
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 Expand Up @@ -47,4 +47,3 @@ Gem::Specification.new do |s|
else
end
end

0 comments on commit e8129c1

Please sign in to comment.