--- !ruby/object:Gem::Specification name: acts_as_archive version: !ruby/object:Gem::Version version: 0.4.1 prerelease: platform: ruby authors: - Winton Welsh autorequire: bindir: bin cert_chain: [] date: 2011-11-21 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: also_migrate requirement: &70215774523160 !ruby/object:Gem::Requirement none: false requirements: - - = - !ruby/object:Gem::Version version: 0.3.5 type: :runtime prerelease: false version_requirements: *70215774523160 - !ruby/object:Gem::Dependency name: mover requirement: &70215774522660 !ruby/object:Gem::Requirement none: false requirements: - - = - !ruby/object:Gem::Version version: 0.3.6 type: :runtime prerelease: false version_requirements: *70215774522660 description: Don't delete your records, move them to a different table. Like acts_as_paranoid, but doesn't mess with your SQL queries. email: mail@wintoni.us executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - LICENSE - README.md - Rakefile - acts_as_archive.gemspec - bin/acts_as_archive - config/externals.yml - config/gemsets.yml - config/gemspec.yml - init.rb - lib/acts_as_archive.rb - lib/acts_as_archive/adapters/rails2.rb - lib/acts_as_archive/adapters/rails3.rb - lib/acts_as_archive/adapters/sinatra.rb - lib/acts_as_archive/gems.rb - rails/init.rb - spec/Rakefile - spec/acts_as_archive/gems_spec.rb - spec/acts_as_archive_spec.rb - spec/fixtures/config/acts_as_archive.yml - spec/fixtures/config/database.yml.example - spec/fixtures/db/migrate/001_belongs_tos.rb - spec/fixtures/db/migrate/002_records.rb - spec/fixtures/db/migrate/003_has_ones.rb - spec/fixtures/db/migrate/004_has_manies.rb - spec/fixtures/db/migrate/005_has_many_through_throughs.rb - spec/fixtures/db/migrate/006_has_many_throughs.rb - spec/fixtures/db/migrate/007_has_one_through_throughs.rb - spec/fixtures/db/migrate/008_has_one_throughs.rb - spec/fixtures/frameworks.yml - spec/fixtures/frameworks/rails2/application_controller.rb - spec/fixtures/frameworks/rails2/database.yml - spec/fixtures/frameworks/rails2/init.rb - spec/fixtures/frameworks/rails2/routes.rb - spec/fixtures/frameworks/rails3/Gemfile - spec/fixtures/frameworks/rails3/application_controller.rb - spec/fixtures/frameworks/rails3/database.yml - spec/fixtures/frameworks/rails3/routes.rb - spec/fixtures/frameworks/sinatra/application.rb - spec/fixtures/gemsets.yml - spec/fixtures/gemspec.yml - spec/fixtures/helpers/spec_helper.rb - spec/fixtures/models/belongs_to.rb - spec/fixtures/models/has_many.rb - spec/fixtures/models/has_many_through.rb - spec/fixtures/models/has_many_through_through.rb - spec/fixtures/models/has_one.rb - spec/fixtures/models/has_one_through.rb - spec/fixtures/models/has_one_through_through.rb - spec/fixtures/models/record.rb - spec/run - spec/spec.opts - spec/spec_helper.rb homepage: http://github.com/winton/acts_as_archive licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.6 signing_key: specification_version: 3 summary: Don't delete your records, move them to a different table test_files: - spec/Rakefile - spec/acts_as_archive/gems_spec.rb - spec/acts_as_archive_spec.rb - spec/fixtures/config/acts_as_archive.yml - spec/fixtures/config/database.yml.example - spec/fixtures/db/migrate/001_belongs_tos.rb - spec/fixtures/db/migrate/002_records.rb - spec/fixtures/db/migrate/003_has_ones.rb - spec/fixtures/db/migrate/004_has_manies.rb - spec/fixtures/db/migrate/005_has_many_through_throughs.rb - spec/fixtures/db/migrate/006_has_many_throughs.rb - spec/fixtures/db/migrate/007_has_one_through_throughs.rb - spec/fixtures/db/migrate/008_has_one_throughs.rb - spec/fixtures/frameworks.yml - spec/fixtures/frameworks/rails2/application_controller.rb - spec/fixtures/frameworks/rails2/database.yml - spec/fixtures/frameworks/rails2/init.rb - spec/fixtures/frameworks/rails2/routes.rb - spec/fixtures/frameworks/rails3/Gemfile - spec/fixtures/frameworks/rails3/application_controller.rb - spec/fixtures/frameworks/rails3/database.yml - spec/fixtures/frameworks/rails3/routes.rb - spec/fixtures/frameworks/sinatra/application.rb - spec/fixtures/gemsets.yml - spec/fixtures/gemspec.yml - spec/fixtures/helpers/spec_helper.rb - spec/fixtures/models/belongs_to.rb - spec/fixtures/models/has_many.rb - spec/fixtures/models/has_many_through.rb - spec/fixtures/models/has_many_through_through.rb - spec/fixtures/models/has_one.rb - spec/fixtures/models/has_one_through.rb - spec/fixtures/models/has_one_through_through.rb - spec/fixtures/models/record.rb - spec/run - spec/spec.opts - spec/spec_helper.rb