Sha256: 62da43b8b244fb0691bb41d0d991fc8aa23ab39c5a274f0ae81635cb057d62f9

Contents?: true

Size: 1.92 KB

Versions: 1

Compression:

Stored size: 1.92 KB

Contents

Gem::Specification.new do |s|
  s.name = %q{dynamic_form}
  s.version = "1.3.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.required_ruby_version = ">= 2.7.0", "< 3.3"
  s.authors = ["Joel Moss"]
  s.date = %q{2010-09-05}
  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. It also brings in the functionality of the custom-err-messages plugin, which provides more flexibility over your model error messages.}
  s.email = %q{joel@developwithstyle.com}
  s.extra_rdoc_files = [
    "README.md"
  ]
  s.files = [
    ".gitignore",
     "Gemfile",
     "Gemfile.lock",
     "MIT-LICENSE",
     "README.md",
     "Rakefile",
     "VERSION",
     "dynamic_form.gemspec",
     "init.rb",
     "lib/action_view/helpers/dynamic_form.rb",
     "lib/action_view/locale/en.yml",
     "lib/active_model/dynamic_errors.rb",
     "lib/active_model/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://github.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"
  ]

  s.add_runtime_dependency 'actionview', '> 5.2.0'
  s.add_runtime_dependency 'activemodel', '> 5.2.0'
  s.add_development_dependency(%q<byebug>, [">= 0"])
  s.add_development_dependency(%q<mocha>, [">= 0"])
  s.add_development_dependency(%q<test-unit>, [">= 0"])
  s.add_development_dependency(%q<test-unit-rails>, [">= 0"])
  s.add_development_dependency(%q<test-unit-full>, [">= 0"])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dynamic_form-1.3.0 dynamic_form.gemspec