--- !ruby/object:Gem::Specification name: classy-inheritance version: !ruby/object:Gem::Version version: 0.7.0 platform: ruby authors: - Andrew Stone autorequire: bindir: bin cert_chain: [] date: 2009-04-11 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: bones type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.4.2 version: description: "Classy Inheritance adds a depends_on class method to your ActiveRecord model so that you can define requisite objects. This functionality is provided using the existing ActiveRecord methods without monkey patching any core code. Essentially, it provides an easy interface to generate code that anyone could add to their model to receive the same result. Depending on the parameters to your depends_on call, it may add some of the following methods: validates_presence_of, validates_associated, has_one or belongs_to." email: andy@stonean.com executables: [] extensions: [] extra_rdoc_files: - History.txt - License.txt - Manifest.txt - README.txt files: - .gitignore - History.txt - License.txt - Manifest.txt - README.txt - Rakefile - classy-inheritance.gemspec - lib/classy-inheritance.rb - tasks/ann.rake - tasks/bones.rake - tasks/gem.rake - tasks/git.rake - tasks/notes.rake - tasks/post_load.rake - tasks/rdoc.rake - tasks/rubyforge.rake - tasks/setup.rb - tasks/spec.rake - tasks/svn.rake - tasks/test.rake - test/database.sqlite3 - test/test_classy-inheritance.rb - test/test_has_dependency.rb - test/test_helper.rb - test/test_polymorphic_associations.rb - test/test_with_class_name_ending_with_ss.rb - test/test_with_optional_dependency.rb - test/test_with_prefix_postfix.rb - test/test_with_standard_attributes.rb has_rdoc: true homepage: http://stonean.com/wiki/classy-inheritance post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: classyinherit rubygems_version: 1.3.1 signing_key: specification_version: 2 summary: Classy Inheritance adds a depends_on class method to your ActiveRecord model so that you can define requisite objects test_files: - test/test_classy-inheritance.rb - test/test_has_dependency.rb - test/test_helper.rb - test/test_polymorphic_associations.rb - test/test_with_class_name_ending_with_ss.rb - test/test_with_optional_dependency.rb - test/test_with_prefix_postfix.rb - test/test_with_standard_attributes.rb