Sha256: a9237d9a21bc5b767807a4380af630ed1fef6c1eea10a4d07fda5fc337b1db6d

Contents?: true

Size: 650 Bytes

Versions: 1

Compression:

Stored size: 650 Bytes

Contents

Gem::Specification.new do |s|
  s.name         = "xkeys"
  s.version      = "0.0.1"
  s.authors      = ["Brian Katzung"]
  s.email        = ["briank@kappacs.com"]
  s.homepage     = "http://rubygems.org/gems/xkeys"
  s.summary      = "Extended keys to facilitate fetching and storing in nested hash and array structures with Perl-ish auto-vivification."
  s.description  = "Extended keys to facilitate fetching and storing in nested hash and array structures with Perl-ish auto-vivification."
  s.license      = "MIT"
 
  s.files        = Dir.glob("lib/**/*") + %w{xkeys.gemspec}
  s.test_files   = Dir.glob("test/**/*")
  s.require_path = 'lib'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xkeys-0.0.1 xkeys.gemspec