Sha256: 3d61f2f2547558f122f8ba272e7ca6c87d46b095f0756321f5b4d547a1b65f20
Contents?: true
Size: 1.62 KB
Versions: 0
Compression: gzip
Compressed size: 711 Bytes
Stored size: 711 Bytes
Contents
--- !ruby/object:Gem::Specification name: revo-version_fu version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Jordan McKible autorequire: bindir: bin cert_chain: [] date: 2009-08-13 00:00:00 -07:00 default_executable: dependencies: [] description: version_fu is a ActveRecord versioning gem that takes advantage of the new dirty attribute checking available in Rails 2.1. Previous solutions like Rick Olson's acts_as_versioned are no long compatible with Rails. email: "" executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - MIT-LICENSE - README.rdoc - RUNNING_UNIT_TESTS - Rakefile - VERSION - lib/version_fu.rb - lib/version_fu/version_fu.rb - test/database.yml - test/fixtures/author.rb - test/fixtures/author_versions.yml - test/fixtures/authors.yml - test/fixtures/page.rb - test/fixtures/page_versions.yml - test/fixtures/pages.yml - test/schema.rb - test/test_helper.rb - test/version_fu_test.rb has_rdoc: false homepage: "" licenses: post_install_message: rdoc_options: - --charset=UTF-8 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: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Gemified version of the version_fu plugin. test_files: - test/test_helper.rb - test/version_fu_test.rb - test/schema.rb - test/fixtures/author.rb - test/fixtures/page.rb