Sha256: 51d112c45c7fe430318d810b26519245ebc3a608e6ac07d5834243eb56f9b49d
Contents?: true
Size: 1.84 KB
Versions: 1
Compression:
Stored size: 1.84 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{dynamic_form} s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joel Moss"] s.date = %q{2010-08-09} s.description = %q{DynamicForm holds a few helper methods to help you deal with your Rails3 models. It includes the stripped out methods from Rails 2; error_message_on and error_messages_for} s.email = %q{joel@developwithstyle.com} s.extra_rdoc_files = [ "README" ] s.files = [ ".gitignore", "Gemfile", "Gemfile.lock", "MIT-LICENSE", "README", "Rakefile", "VERSION", "dynamic-form.gemspec", "dynamic_form.gemspec", "init.rb", "lib/action_view/helpers/dynamic_form.rb", "lib/action_view/locale/en.yml", "lib/dynamic_form.rb", "test/dynamic_form_i18n_test.rb", "test/dynamic_form_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://codaset.com/joelmoss/dynamic-form} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{DynamicForm holds a few helper methods to help you deal with your Rails3 models} s.test_files = [ "test/dynamic_form_i18n_test.rb", "test/dynamic_form_test.rb", "test/test_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<mocha>, [">= 0"]) else s.add_dependency(%q<mocha>, [">= 0"]) end else s.add_dependency(%q<mocha>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dynamic_form-1.0.0 | dynamic_form.gemspec |