Sha256: fc474e9eda7a03b71ea4b6656d04f2475815670e0ee3dc031d527f0b11fa1f54
Contents?: true
Size: 1.71 KB
Versions: 2
Compression:
Stored size: 1.71 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{permanent_records} s.version = "1.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jack Danger Canty"] s.date = %q{2009-09-27} s.description = %q{Rather than actually deleting data this just sets Record#deleted_at. Provides helpful scopes.} s.email = %q{gems@6brand.com} s.extra_rdoc_files = [ "README" ] s.files = [ "MIT-LICENSE", "Manifest.txt", "README", "Rakefile", "VERSION", "init.rb", "install.rb", "lib/permanent_records.rb", "permanent_records.gemspec", "tasks/permanent_records_tasks.rake", "test/database.yml", "test/hole.rb", "test/kitty.rb", "test/mole.rb", "test/muskrat.rb", "test/permanent_records_test.rb", "test/schema.rb", "test/test_helper.rb", "uninstall.rb" ] s.homepage = %q{http://github.com/JackDanger/permanent_records} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Soft-delete your ActiveRecord records} s.test_files = [ "test/hole.rb", "test/kitty.rb", "test/mole.rb", "test/muskrat.rb", "test/permanent_records_test.rb", "test/schema.rb", "test/test_helper.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
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
JackDanger-permanent_records-1.0.3 | permanent_records.gemspec |
permanent_records-1.0.3 | permanent_records.gemspec |