Sha256: dcd3032e9da75d1fb407b2f198f15a39aee65d54c152e2f2c62fc9da1171aae2
Contents?: true
Size: 1.67 KB
Versions: 1
Compression:
Stored size: 1.67 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{hash-persistent} s.version = "0.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["kissifer"] s.date = %q{2009-06-23} s.email = %q{tierneydrchris@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "hash-persistent.gemspec", "lib/hash-persistent.rb", "lib/hash-persistent/collection.rb", "lib/hash-persistent/counter.rb", "lib/hash-persistent/extended_store.rb", "lib/hash-persistent/resource.rb", "lib/hash-persistent/store.rb", "spec/collection_spec.rb", "spec/counter_spec.rb", "spec/extended_store_spec.rb", "spec/resource_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/store_spec.rb" ] s.homepage = %q{http://github.com/kissifer/hash-persistent} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.4} s.summary = %q{Library of base classes to simplify persisting objects and collections to a moneta store} s.test_files = [ "spec/collection_spec.rb", "spec/counter_spec.rb", "spec/extended_store_spec.rb", "spec/resource_spec.rb", "spec/spec_helper.rb", "spec/store_spec.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kissifer-hash-persistent-0.0.0 | hash-persistent.gemspec |