# -*- encoding: utf-8 -*- # stub: acts_as_archival 1.1.1 ruby lib Gem::Specification.new do |s| s.name = "acts_as_archival".freeze s.version = "1.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 = ["Joel Meador".freeze, "Michael Kuehl".freeze, "Matthew Gordon".freeze, "Vojtech Salbaba".freeze, "David Jones".freeze, "Dave Woodward".freeze, "Miles Sterrett".freeze, "James Hill".freeze, "Maarten Claes".freeze] s.date = "2016-04-10" s.description = "*Atomic archiving/unarchiving for ActiveRecord-based apps*\n\nWe had the problem that acts_as_paranoid and similar plugins/gems always work on\na record by record basis and made it very difficult to restore records\natomically (or archive them, for that matter).\n\nBecause the archive and unarchive methods are in transactions, and every\narchival record involved gets the same archive number upon archiving, you can\neasily restore or remove an entire set of records without having to worry about\npartial deletion or restoration.\n\nAdditionally, other plugins generally screw with how destroy/delete work. We\ndon't because we actually want to be able to destroy records.\n".freeze s.email = ["joel@expectedbehavior.com".freeze, "matt@expectedbehavior.com".freeze, "jason@expectedbehavior.com".freeze, "nathan@expectedbehavior.com".freeze] s.files = [".gitignore".freeze, "Appraisals".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "acts_as_archival.gemspec".freeze, "gemfiles/rails_4.1.gemfile".freeze, "gemfiles/rails_4.2.gemfile".freeze, "gemfiles/rails_5.0.gemfile".freeze, "init.rb".freeze, "lib/acts_as_archival.rb".freeze, "lib/acts_as_archival/version.rb".freeze, "lib/expected_behavior/acts_as_archival.rb".freeze, "lib/expected_behavior/acts_as_archival_active_record_methods.rb".freeze, "lib/expected_behavior/association_operation/archive.rb".freeze, "lib/expected_behavior/association_operation/base.rb".freeze, "lib/expected_behavior/association_operation/unarchive.rb".freeze, "script/db_setup".freeze, "script/setup".freeze, "test/ambiguous_table_test.rb".freeze, "test/application_record_test.rb".freeze, "test/associations_test.rb".freeze, "test/basic_test.rb".freeze, "test/callbacks_test.rb".freeze, "test/column_test.rb".freeze, "test/database.yml".freeze, "test/deep_nesting_test.rb".freeze, "test/fixtures/application_record.rb".freeze, "test/fixtures/application_record_row.rb".freeze, "test/fixtures/archival.rb".freeze, "test/fixtures/archival_grandkid.rb".freeze, "test/fixtures/archival_kid.rb".freeze, "test/fixtures/archival_table_name.rb".freeze, "test/fixtures/callback_archival_4.rb".freeze, "test/fixtures/callback_archival_5.rb".freeze, "test/fixtures/exploder.rb".freeze, "test/fixtures/independent_archival.rb".freeze, "test/fixtures/mass_attribute_protected.rb".freeze, "test/fixtures/missing_archive_number.rb".freeze, "test/fixtures/missing_archived_at.rb".freeze, "test/fixtures/mysql_archival.rb".freeze, "test/fixtures/mysql_exploder.rb".freeze, "test/fixtures/pg_archival.rb".freeze, "test/fixtures/pg_exploder.rb".freeze, "test/fixtures/plain.rb".freeze, "test/fixtures/poly.rb".freeze, "test/fixtures/readonly_when_archived.rb".freeze, "test/mass_attribute_test.rb".freeze, "test/polymorphic_test.rb".freeze, "test/readonly_when_archived_test.rb".freeze, "test/responds_test.rb".freeze, "test/schema.rb".freeze, "test/scope_test.rb".freeze, "test/test_helper.rb".freeze, "test/through_association_test.rb".freeze, "test/transaction_test.rb".freeze] s.homepage = "http://github.com/expectedbehavior/acts_as_archival".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Atomic archiving/unarchiving for ActiveRecord-based apps".freeze s.test_files = ["test/ambiguous_table_test.rb".freeze, "test/application_record_test.rb".freeze, "test/associations_test.rb".freeze, "test/basic_test.rb".freeze, "test/callbacks_test.rb".freeze, "test/column_test.rb".freeze, "test/database.yml".freeze, "test/deep_nesting_test.rb".freeze, "test/fixtures/application_record.rb".freeze, "test/fixtures/application_record_row.rb".freeze, "test/fixtures/archival.rb".freeze, "test/fixtures/archival_grandkid.rb".freeze, "test/fixtures/archival_kid.rb".freeze, "test/fixtures/archival_table_name.rb".freeze, "test/fixtures/callback_archival_4.rb".freeze, "test/fixtures/callback_archival_5.rb".freeze, "test/fixtures/exploder.rb".freeze, "test/fixtures/independent_archival.rb".freeze, "test/fixtures/mass_attribute_protected.rb".freeze, "test/fixtures/missing_archive_number.rb".freeze, "test/fixtures/missing_archived_at.rb".freeze, "test/fixtures/mysql_archival.rb".freeze, "test/fixtures/mysql_exploder.rb".freeze, "test/fixtures/pg_archival.rb".freeze, "test/fixtures/pg_exploder.rb".freeze, "test/fixtures/plain.rb".freeze, "test/fixtures/poly.rb".freeze, "test/fixtures/readonly_when_archived.rb".freeze, "test/mass_attribute_test.rb".freeze, "test/polymorphic_test.rb".freeze, "test/readonly_when_archived_test.rb".freeze, "test/responds_test.rb".freeze, "test/schema.rb".freeze, "test/scope_test.rb".freeze, "test/test_helper.rb".freeze, "test/through_association_test.rb".freeze, "test/transaction_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end