mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
89 lines
3.4 KiB
Ruby
Executable file
89 lines
3.4 KiB
Ruby
Executable file
# Generated by jeweler
|
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
# -*- encoding: utf-8 -*-
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = %q{database_cleaner}
|
|
s.version = "0.5.2"
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
s.authors = ["Ben Mabey"]
|
|
s.date = %q{2010-04-15}
|
|
s.description = %q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
|
|
s.email = %q{ben@benmabey.com}
|
|
s.extra_rdoc_files = [
|
|
"LICENSE",
|
|
"README.textile",
|
|
"TODO"
|
|
]
|
|
s.files = [
|
|
"History.txt",
|
|
"README.textile",
|
|
"Rakefile",
|
|
"VERSION.yml",
|
|
"cucumber.yml",
|
|
"examples/features/example.feature",
|
|
"examples/features/step_definitions/example_steps.rb",
|
|
"examples/features/support/env.rb",
|
|
"examples/lib/activerecord_models.rb",
|
|
"examples/lib/couchpotato_models.rb",
|
|
"examples/lib/datamapper_models.rb",
|
|
"examples/lib/mongoid_models.rb",
|
|
"examples/lib/mongomapper_models.rb",
|
|
"features/cleaning.feature",
|
|
"features/step_definitions/database_cleaner_steps.rb",
|
|
"features/support/env.rb",
|
|
"lib/database_cleaner.rb",
|
|
"lib/database_cleaner/active_record/transaction.rb",
|
|
"lib/database_cleaner/active_record/truncation.rb",
|
|
"lib/database_cleaner/configuration.rb",
|
|
"lib/database_cleaner/couch_potato/truncation.rb",
|
|
"lib/database_cleaner/cucumber.rb",
|
|
"lib/database_cleaner/data_mapper/transaction.rb",
|
|
"lib/database_cleaner/data_mapper/truncation.rb",
|
|
"lib/database_cleaner/mongo_mapper/truncation.rb",
|
|
"lib/database_cleaner/mongoid/truncation.rb",
|
|
"lib/database_cleaner/truncation_base.rb",
|
|
"spec/database_cleaner/active_record/transaction_spec.rb",
|
|
"spec/database_cleaner/active_record/truncation_spec.rb",
|
|
"spec/database_cleaner/configuration_spec.rb",
|
|
"spec/database_cleaner/couch_potato/truncation_spec.rb",
|
|
"spec/database_cleaner/mongo_mapper/truncation_spec.rb",
|
|
"spec/database_cleaner/mongoid/truncation_spec.rb",
|
|
"spec/spec.opts",
|
|
"spec/spec_helper.rb"
|
|
]
|
|
s.homepage = %q{http://github.com/bmabey/database_cleaner}
|
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
s.require_paths = ["lib"]
|
|
s.rubygems_version = %q{1.3.5}
|
|
s.summary = %q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
|
|
s.test_files = [
|
|
"spec/database_cleaner/active_record/transaction_spec.rb",
|
|
"spec/database_cleaner/active_record/truncation_spec.rb",
|
|
"spec/database_cleaner/configuration_spec.rb",
|
|
"spec/database_cleaner/couch_potato/truncation_spec.rb",
|
|
"spec/database_cleaner/mongo_mapper/truncation_spec.rb",
|
|
"spec/database_cleaner/mongoid/truncation_spec.rb",
|
|
"spec/spec_helper.rb",
|
|
"examples/features/step_definitions/example_steps.rb",
|
|
"examples/features/support/env.rb",
|
|
"examples/lib/activerecord_models.rb",
|
|
"examples/lib/couchpotato_models.rb",
|
|
"examples/lib/datamapper_models.rb",
|
|
"examples/lib/mongoid_models.rb",
|
|
"examples/lib/mongomapper_models.rb"
|
|
]
|
|
|
|
if s.respond_to? :specification_version then
|
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
s.specification_version = 3
|
|
|
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
else
|
|
end
|
|
else
|
|
end
|
|
end
|
|
|