Sha256: 8c8734c00f7658134aaa7e91d1fbecdeba2c4323311ac5112a8cf8758f76ce80

Contents?: true

Size: 997 Bytes

Versions: 1

Compression:

Stored size: 997 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'hashwithindifferentaccess/version'

Gem::Specification.new do |spec|
  spec.name          = "hashwithindifferentaccess"
  spec.version       = Hashwithindifferentaccess::VERSION
  spec.authors       = ["Mircea Preotu"]
  spec.email         = ["mircea.preotu@gmail.com"]
  spec.licenses      = ['MIT']

  spec.summary       = %q{Enables string and symbol member accessors}
  spec.description   = %q{Enables string and symbol member accessors. Extracted from activesupport}
  spec.homepage      = "http://mirceapreotu.com"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.9"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hashwithindifferentaccess-0.1.1 hashwithindifferentaccess.gemspec