Sha256: 673af483650117fb2c1ec195eae859656eca878385d3146a2d866ec002344f18
Contents?: true
Size: 885 Bytes
Versions: 1
Compression:
Stored size: 885 Bytes
Contents
Gem::Specification.new do |s| s.name = 'hashstruct' s.version = '1.4' s.summary = 'Overly helpful magic hash structure.' s.author = 'John Labovitz' s.email = 'johnl@johnlabovitz.com' s.description = %q{ HashStruct provides an object based on Hash, but acts like Struct (or OpenStruct), providing helpful accessors for each key from the get-go. It also magically parses string values when it can (eg, dates, URIs, numbers, and does so recursively. } s.license = 'MIT' s.homepage = 'http://github.com/jslabovitz/hashstruct' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_path = 'lib' s.add_development_dependency 'rake', '~> 13.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hashstruct-1.4 | hashstruct.gemspec |