Sha256: eed241f3f407d297667aa2a9648836f664fbcf05d8eb3b0657538af131985403
Contents?: true
Size: 1.96 KB
Versions: 0
Compression: gzip
Compressed size: 835 Bytes
Stored size: 835 Bytes
Contents
--- !ruby/object:Gem::Specification name: nbudin-version_fu version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Jordan McKible autorequire: bindir: bin cert_chain: [] date: 2010-02-05 00:00:00 -05: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: - .gitignore - .idea/encodings.xml - .idea/inspectionProfiles/Project_Default.xml - .idea/inspectionProfiles/profiles_settings.xml - .idea/misc.xml - .idea/modules.xml - .idea/projectCodeStyle.xml - .idea/vcs.xml - .idea/version_fu.iml - .idea/workspace.xml - MIT-LICENSE - README.rdoc - Rakefile - VERSION - lib/version_fu.rb - lib/version_fu/version_fu.rb - nbudin-version_fu.gemspec - rails/init.rb - test/db/database.yml - test/db/schema.rb - test/fixtures/author_versions.yml - test/fixtures/authors.yml - test/fixtures/page_versions.yml - test/fixtures/pages.yml - test/models/author.rb - test/models/page.rb - test/test_helper.rb - test/version_fu_test.rb - version_fu.gemspec has_rdoc: true 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, tracking changes from revo and jmckible. test_files: - test/db/schema.rb - test/version_fu_test.rb - test/models/author.rb - test/models/page.rb - test/test_helper.rb