Skip to content

Commit

Permalink
new gemspec and bumped version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Nov 16, 2009
1 parent 39a5079 commit 2129d29
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 9
:patch: 1
:patch: 2
51 changes: 37 additions & 14 deletions formtastic.gemspec
Expand Up @@ -5,12 +5,12 @@

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

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-10-27}
s.date = %q{2009-11-17}
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 All @@ -35,38 +35,45 @@ Gem::Specification.new do |s|
"spec/buttons_spec.rb",
"spec/commit_button_spec.rb",
"spec/custom_builder_spec.rb",
"spec/custom_macros.rb",
"spec/error_proc_spec.rb",
"spec/errors_spec.rb",
"spec/form_helper_spec.rb",
"spec/include_blank_spec.rb",
"spec/input_spec.rb",
"spec/inputs/boolean_input_spec.rb",
"spec/inputs/check_boxes_input_spec.rb",
"spec/inputs/country_input_spec.rb",
"spec/inputs/date_input_spec.rb",
"spec/inputs/datetime_input_spec.rb",
"spec/inputs/file_input_spec.rb",
"spec/inputs/hidden_input_spec.rb",
"spec/inputs/numeric_input_spec.rb",
"spec/inputs/password_input_spec.rb",
"spec/inputs/radio_input_spec.rb",
"spec/inputs/select_input_spec.rb",
"spec/inputs/string_input_spec.rb",
"spec/inputs/text_input_spec.rb",
"spec/inputs/time_input_spec.rb",
"spec/inputs/time_zone_input_spec.rb",
"spec/inputs_spec.rb",
"spec/label_spec.rb",
"spec/semantic_fields_for_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/justinfrench/formtastic/tree/master}
s.post_install_message = %q{
========================================================================
Thanks for installing Formtastic!
------------------------------------------------------------------------
You can now (optionally) run the generater to copy some stylesheets and
a config initializer into your application:
./script/generate formtastic
The following files will be added:
RAILS_ROOT/public/stylesheets/formtastic.css
RAILS_ROOT/public/stylesheets/formtastic_changes.css
RAILS_ROOT/config/initializers/formtastic.rb
Find out more and get involved:
Find out more and get involved:
http://github.com/justinfrench/formtastic
http://groups.google.com.au/group/formtastic
========================================================================
}
s.rdoc_options = ["--charset=UTF-8"]
Expand All @@ -77,11 +84,27 @@ Gem::Specification.new do |s|
"spec/buttons_spec.rb",
"spec/commit_button_spec.rb",
"spec/custom_builder_spec.rb",
"spec/custom_macros.rb",
"spec/error_proc_spec.rb",
"spec/errors_spec.rb",
"spec/form_helper_spec.rb",
"spec/include_blank_spec.rb",
"spec/input_spec.rb",
"spec/inputs/boolean_input_spec.rb",
"spec/inputs/check_boxes_input_spec.rb",
"spec/inputs/country_input_spec.rb",
"spec/inputs/date_input_spec.rb",
"spec/inputs/datetime_input_spec.rb",
"spec/inputs/file_input_spec.rb",
"spec/inputs/hidden_input_spec.rb",
"spec/inputs/numeric_input_spec.rb",
"spec/inputs/password_input_spec.rb",
"spec/inputs/radio_input_spec.rb",
"spec/inputs/select_input_spec.rb",
"spec/inputs/string_input_spec.rb",
"spec/inputs/text_input_spec.rb",
"spec/inputs/time_input_spec.rb",
"spec/inputs/time_zone_input_spec.rb",
"spec/inputs_spec.rb",
"spec/label_spec.rb",
"spec/semantic_fields_for_spec.rb",
Expand Down

0 comments on commit 2129d29

Please sign in to comment.