Sha256: 446c62a0a890c3438b6e39bb2a894636a9a139aec080de8ab1f57429c1ddca5a
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{immutable_attributes} s.version = "1.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jack Danger Canty"] s.date = %q{2011-04-29} s.description = %q{Allows specified attributes to be freely overwritten _until_ the record is saved for the first time} s.email = %q{gemcutter@jackcanty.com} s.extra_rdoc_files = [ "LICENSE", "README" ] s.files = [ ".document", "LICENSE", "README", "Rakefile", "VERSION", "immutable_attributes.gemspec", "init.rb", "install.rb", "lib/immutable_attributes.rb", "rails/init.rb", "test/immutable_attributes_test.rb" ] s.homepage = %q{http://github.com/JackDanger/immutable_attributes} s.require_paths = ["lib"] s.rubygems_version = %q{1.4.2} s.summary = %q{Selected attributes are permanent once a record is created} s.test_files = [ "test/immutable_attributes_test.rb" ] if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
immutable_attributes-1.1.4 | immutable_attributes.gemspec |