Skip to content

Commit

Permalink
experimental 0.2.5 gem to go onto gemcutter
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Oct 15, 2009
1 parent 4db269b commit f9844dd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 2
:patch: 4
:patch: 5
43 changes: 23 additions & 20 deletions formtastic.gemspec
@@ -1,45 +1,48 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

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

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-09-10}
s.date = %q{2009-10-16}
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 = [
"README.textile"
]
s.files = [
"MIT-LICENSE",
"README.textile",
"Rakefile",
"generators/formtastic_config/formtastic_config_generator.rb",
"generators/formtastic_config/templates/formtastic.rb",
"generators/form/form_generator.rb",
"generators/form/templates/view__form.html.erb",
"generators/form/templates/view__form.html.haml",
"generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb",
"generators/formtastic_stylesheets/templates/formtastic.css",
"generators/formtastic_stylesheets/templates/formtastic_changes.css",
"lib/formtastic.rb",
"lib/justin_french/formtastic.rb",
"lib/locale/en.yml",
"rails/init.rb",
"spec/formtastic_spec.rb",
"spec/test_helper.rb"
"README.textile",
"Rakefile",
"generators/form/USAGE",
"generators/form/form_generator.rb",
"generators/form/templates/view__form.html.erb",
"generators/form/templates/view__form.html.haml",
"generators/formtastic/formtastic_generator.rb",
"generators/formtastic/templates/formtastic.css",
"generators/formtastic/templates/formtastic.rb",
"generators/formtastic/templates/formtastic_changes.css",
"lib/formtastic.rb",
"lib/justin_french/formtastic.rb",
"lib/locale/en.yml",
"rails/init.rb",
"spec/formtastic_spec.rb",
"spec/test_helper.rb"
]
s.homepage = %q{http://github.com/justinfrench/formtastic/tree/master}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.3}
s.rubygems_version = %q{1.3.5}
s.summary = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
s.test_files = [
"spec/formtastic_spec.rb",
"spec/test_helper.rb"
"spec/test_helper.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit f9844dd

Please sign in to comment.