# -*- encoding: utf-8 -*- # stub: form_object 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "form_object".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kirillov Alexander".freeze] s.date = "2012-11-29" s.description = "Form objects for ruby on rails applications.".freeze s.email = ["saratovsource@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO".freeze, "form_object.gemspec".freeze, "lib/form_object.rb".freeze, "lib/form_object/base.rb".freeze, "lib/form_object/base/collection.rb".freeze, "lib/form_object/base/form_builder.rb".freeze, "lib/form_object/base/mapping_information.rb".freeze, "lib/form_object/dsl.rb".freeze, "lib/form_object/dsl/class_methods.rb".freeze, "lib/form_object/dsl/instance_methods.rb".freeze, "lib/form_object/integrations.rb".freeze, "lib/form_object/integrations/active_model.rb".freeze, "lib/form_object/integrations/active_model/versions.rb".freeze, "lib/form_object/integrations/active_record.rb".freeze, "lib/form_object/integrations/active_record/versions.rb".freeze, "lib/form_object/integrations/base.rb".freeze, "lib/form_object/store.rb".freeze, "lib/form_object/utils.rb".freeze, "lib/form_object/utils/string_converter.rb".freeze, "lib/form_object/version.rb".freeze, "test/lib/form_object_test.rb".freeze, "test/lib/form_relation_test.rb".freeze, "test/lib/integrations/active_model_test.rb".freeze, "test/lib/integrations/active_record_test.rb".freeze, "test/lib/integrations/base_test.rb".freeze, "test/lib/integrations_test.rb".freeze, "test/lib/store_test.rb".freeze, "test/support/active_record.rb".freeze, "test/support/filter.rb".freeze, "test/test_helper.rb".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Form object implementation".freeze s.test_files = ["test/lib/form_object_test.rb".freeze, "test/lib/form_relation_test.rb".freeze, "test/lib/integrations/active_model_test.rb".freeze, "test/lib/integrations/active_record_test.rb".freeze, "test/lib/integrations/base_test.rb".freeze, "test/lib/integrations_test.rb".freeze, "test/lib/store_test.rb".freeze, "test/support/active_record.rb".freeze, "test/support/filter.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end