map-6.5.5.gemspec 637 Bytes
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "map"
  s.version = "6.5.5"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Ara T. Howard"]
  s.date = "2014-09-11"
  s.description = "the awesome ruby container you've always wanted: a string/symbol indifferent ordered hash that works in all rubies"
  s.email = "ara.t.howard@gmail.com"
  s.homepage = "https://github.com/ahoward/map"
  s.licenses = ["same as ruby's"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "codeforpeople"
  s.rubygems_version = "2.0.14"
  s.summary = "map"
end