2009-12-21 00:19:25 -05:00
|
|
|
# Generated by jeweler
|
2009-12-23 20:21:15 -05:00
|
|
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
|
|
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
2009-03-04 23:48:20 -05:00
|
|
|
# -*- encoding: utf-8 -*-
|
|
|
|
|
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = %q{database_cleaner}
|
2012-06-03 00:48:43 -04:00
|
|
|
s.version = "0.8.0"
|
2009-03-04 23:48:20 -05:00
|
|
|
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
2012-06-03 00:48:43 -04:00
|
|
|
s.authors = ["Ben Mabey"]
|
|
|
|
s.date = %q{2012-06-02}
|
2009-05-08 23:52:37 -04:00
|
|
|
s.description = %q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
|
2009-03-04 23:48:20 -05:00
|
|
|
s.email = %q{ben@benmabey.com}
|
2009-04-30 23:35:23 -04:00
|
|
|
s.extra_rdoc_files = [
|
|
|
|
"LICENSE",
|
2009-12-23 20:21:15 -05:00
|
|
|
"README.textile",
|
|
|
|
"TODO"
|
2009-04-30 23:35:23 -04:00
|
|
|
]
|
|
|
|
s.files = [
|
2010-08-22 17:14:50 -04:00
|
|
|
"Gemfile.lock",
|
|
|
|
"History.txt",
|
2009-05-30 00:00:59 -04:00
|
|
|
"README.textile",
|
|
|
|
"Rakefile",
|
|
|
|
"VERSION.yml",
|
|
|
|
"cucumber.yml",
|
2010-08-22 17:14:50 -04:00
|
|
|
"examples/Gemfile",
|
|
|
|
"examples/Gemfile.lock",
|
|
|
|
"examples/config/database.yml.example",
|
|
|
|
"examples/db/sqlite_databases_go_here",
|
2009-05-30 00:00:59 -04:00
|
|
|
"examples/features/example.feature",
|
2010-08-22 17:14:50 -04:00
|
|
|
"examples/features/example_multiple_db.feature",
|
|
|
|
"examples/features/example_multiple_orm.feature",
|
|
|
|
"examples/features/step_definitions/activerecord_steps.rb",
|
|
|
|
"examples/features/step_definitions/couchpotato_steps.rb",
|
|
|
|
"examples/features/step_definitions/datamapper_steps.rb",
|
|
|
|
"examples/features/step_definitions/mongoid_steps.rb",
|
|
|
|
"examples/features/step_definitions/mongomapper_steps.rb",
|
|
|
|
"examples/features/step_definitions/translation_steps.rb",
|
2009-05-30 00:00:59 -04:00
|
|
|
"examples/features/support/env.rb",
|
2010-02-22 14:34:45 -05:00
|
|
|
"examples/lib/activerecord_models.rb",
|
|
|
|
"examples/lib/couchpotato_models.rb",
|
|
|
|
"examples/lib/datamapper_models.rb",
|
2010-04-13 11:58:40 -04:00
|
|
|
"examples/lib/mongoid_models.rb",
|
2010-02-22 14:34:45 -05:00
|
|
|
"examples/lib/mongomapper_models.rb",
|
2009-05-30 00:00:59 -04:00
|
|
|
"features/cleaning.feature",
|
2011-01-16 17:23:21 -05:00
|
|
|
"features/cleaning_default_strategy.feature",
|
2010-08-22 17:14:50 -04:00
|
|
|
"features/cleaning_multiple_dbs.feature",
|
|
|
|
"features/cleaning_multiple_orms.feature",
|
2009-05-30 00:00:59 -04:00
|
|
|
"features/step_definitions/database_cleaner_steps.rb",
|
|
|
|
"features/support/env.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"features/support/feature_runner.rb",
|
2009-05-30 00:00:59 -04:00
|
|
|
"lib/database_cleaner.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"lib/database_cleaner/active_record/base.rb",
|
2010-10-25 13:19:26 -04:00
|
|
|
"lib/database_cleaner/active_record/deletion.rb",
|
2009-05-30 00:00:59 -04:00
|
|
|
"lib/database_cleaner/active_record/transaction.rb",
|
|
|
|
"lib/database_cleaner/active_record/truncation.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"lib/database_cleaner/base.rb",
|
2009-05-30 00:00:59 -04:00
|
|
|
"lib/database_cleaner/configuration.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"lib/database_cleaner/couch_potato/base.rb",
|
2010-02-22 14:34:45 -05:00
|
|
|
"lib/database_cleaner/couch_potato/truncation.rb",
|
2009-05-30 00:00:59 -04:00
|
|
|
"lib/database_cleaner/cucumber.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"lib/database_cleaner/data_mapper/base.rb",
|
2009-05-30 00:00:59 -04:00
|
|
|
"lib/database_cleaner/data_mapper/transaction.rb",
|
|
|
|
"lib/database_cleaner/data_mapper/truncation.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"lib/database_cleaner/generic/base.rb",
|
2012-06-03 00:48:43 -04:00
|
|
|
"lib/database_cleaner/generic/transaction.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"lib/database_cleaner/generic/truncation.rb",
|
2011-01-26 11:42:12 -05:00
|
|
|
"lib/database_cleaner/mongo/truncation.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"lib/database_cleaner/mongo_mapper/base.rb",
|
2009-12-23 13:54:17 -05:00
|
|
|
"lib/database_cleaner/mongo_mapper/truncation.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"lib/database_cleaner/mongoid/base.rb",
|
2010-04-13 11:58:40 -04:00
|
|
|
"lib/database_cleaner/mongoid/truncation.rb",
|
2012-06-03 00:48:43 -04:00
|
|
|
"lib/database_cleaner/moped/truncation.rb",
|
2010-11-29 17:01:26 -05:00
|
|
|
"lib/database_cleaner/null_strategy.rb",
|
2011-11-12 20:24:13 -05:00
|
|
|
"lib/database_cleaner/sequel/base.rb",
|
|
|
|
"lib/database_cleaner/sequel/transaction.rb",
|
|
|
|
"lib/database_cleaner/sequel/truncation.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"spec/database_cleaner/active_record/base_spec.rb",
|
2010-04-13 11:58:40 -04:00
|
|
|
"spec/database_cleaner/active_record/transaction_spec.rb",
|
2009-05-30 00:00:59 -04:00
|
|
|
"spec/database_cleaner/active_record/truncation_spec.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"spec/database_cleaner/base_spec.rb",
|
2009-05-30 00:00:59 -04:00
|
|
|
"spec/database_cleaner/configuration_spec.rb",
|
2010-02-22 14:34:45 -05:00
|
|
|
"spec/database_cleaner/couch_potato/truncation_spec.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"spec/database_cleaner/data_mapper/base_spec.rb",
|
|
|
|
"spec/database_cleaner/data_mapper/transaction_spec.rb",
|
|
|
|
"spec/database_cleaner/data_mapper/truncation_spec.rb",
|
|
|
|
"spec/database_cleaner/generic/base_spec.rb",
|
|
|
|
"spec/database_cleaner/generic/truncation_spec.rb",
|
|
|
|
"spec/database_cleaner/mongo_mapper/base_spec.rb",
|
|
|
|
"spec/database_cleaner/mongo_mapper/mongo_examples.rb",
|
2010-02-22 14:34:45 -05:00
|
|
|
"spec/database_cleaner/mongo_mapper/truncation_spec.rb",
|
2011-11-12 20:24:13 -05:00
|
|
|
"spec/database_cleaner/sequel/base_spec.rb",
|
|
|
|
"spec/database_cleaner/sequel/transaction_spec.rb",
|
|
|
|
"spec/database_cleaner/sequel/truncation_spec.rb",
|
2012-08-02 09:47:16 -04:00
|
|
|
"spec/database_cleaner/shared_strategy.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"spec/rcov.opts",
|
2009-05-30 00:00:59 -04:00
|
|
|
"spec/spec.opts",
|
|
|
|
"spec/spec_helper.rb"
|
2009-04-30 23:35:23 -04:00
|
|
|
]
|
2009-03-04 23:48:20 -05:00
|
|
|
s.homepage = %q{http://github.com/bmabey/database_cleaner}
|
2012-06-03 00:48:43 -04:00
|
|
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
|
|
s.require_paths = ["lib"]
|
|
|
|
s.rubygems_version = %q{1.6.2}
|
2009-05-08 23:52:37 -04:00
|
|
|
s.summary = %q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
|
2009-04-30 23:35:23 -04:00
|
|
|
s.test_files = [
|
2011-01-16 17:23:21 -05:00
|
|
|
"spec/database_cleaner/active_record/base_spec.rb",
|
2010-11-29 17:01:26 -05:00
|
|
|
"spec/database_cleaner/active_record/transaction_spec.rb",
|
2011-01-16 17:23:21 -05:00
|
|
|
"spec/database_cleaner/active_record/truncation_spec.rb",
|
|
|
|
"spec/database_cleaner/base_spec.rb",
|
2010-11-29 17:01:26 -05:00
|
|
|
"spec/database_cleaner/configuration_spec.rb",
|
|
|
|
"spec/database_cleaner/couch_potato/truncation_spec.rb",
|
2011-01-16 17:23:21 -05:00
|
|
|
"spec/database_cleaner/data_mapper/base_spec.rb",
|
|
|
|
"spec/database_cleaner/data_mapper/transaction_spec.rb",
|
|
|
|
"spec/database_cleaner/data_mapper/truncation_spec.rb",
|
|
|
|
"spec/database_cleaner/generic/base_spec.rb",
|
|
|
|
"spec/database_cleaner/generic/truncation_spec.rb",
|
|
|
|
"spec/database_cleaner/mongo_mapper/base_spec.rb",
|
|
|
|
"spec/database_cleaner/mongo_mapper/mongo_examples.rb",
|
|
|
|
"spec/database_cleaner/mongo_mapper/truncation_spec.rb",
|
2011-11-12 20:24:13 -05:00
|
|
|
"spec/database_cleaner/sequel/base_spec.rb",
|
|
|
|
"spec/database_cleaner/sequel/transaction_spec.rb",
|
|
|
|
"spec/database_cleaner/sequel/truncation_spec.rb",
|
2012-08-01 08:31:43 -04:00
|
|
|
"spec/database_cleaner/shared_strategy.rb",
|
2009-12-21 00:19:25 -05:00
|
|
|
"spec/spec_helper.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"examples/features/step_definitions/activerecord_steps.rb",
|
|
|
|
"examples/features/step_definitions/couchpotato_steps.rb",
|
2011-01-16 17:23:21 -05:00
|
|
|
"examples/features/step_definitions/datamapper_steps.rb",
|
|
|
|
"examples/features/step_definitions/mongoid_steps.rb",
|
2010-08-22 17:14:50 -04:00
|
|
|
"examples/features/step_definitions/mongomapper_steps.rb",
|
2011-01-16 17:23:21 -05:00
|
|
|
"examples/features/step_definitions/translation_steps.rb",
|
|
|
|
"examples/features/support/env.rb",
|
2010-02-22 14:34:45 -05:00
|
|
|
"examples/lib/activerecord_models.rb",
|
|
|
|
"examples/lib/couchpotato_models.rb",
|
|
|
|
"examples/lib/datamapper_models.rb",
|
2011-01-16 17:23:21 -05:00
|
|
|
"examples/lib/mongoid_models.rb",
|
|
|
|
"examples/lib/mongomapper_models.rb"
|
2009-04-30 23:35:23 -04:00
|
|
|
]
|
2009-03-04 23:48:20 -05:00
|
|
|
|
|
|
|
if s.respond_to? :specification_version then
|
2009-04-30 23:35:23 -04:00
|
|
|
s.specification_version = 3
|
2009-03-04 23:48:20 -05:00
|
|
|
|
2010-08-22 17:14:50 -04:00
|
|
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
2009-03-04 23:48:20 -05:00
|
|
|
else
|
|
|
|
end
|
|
|
|
else
|
|
|
|
end
|
|
|
|
end
|
2009-12-23 20:21:15 -05:00
|
|
|
|