Sha256: 956fead83cb9d08d1bf0d89d64b735dd95b17cba874fd03911bc305157d49408

Contents?: true

Size: 945 Bytes

Versions: 2

Compression:

Stored size: 945 Bytes

Contents

## map.gemspec
#

Gem::Specification::new do |spec|
  spec.name = "map"
  spec.version = "6.5.5"
  spec.platform = Gem::Platform::RUBY
  spec.summary = "map"
  spec.description = "the awesome ruby container you've always wanted: a string/symbol indifferent ordered hash that works in all rubies"
  spec.license = "same as ruby's"

  spec.files =
["LICENSE",
 "README",
 "Rakefile",
 "a.rb",
 "lib",
 "lib/map",
 "lib/map.rb",
 "lib/map/integrations",
 "lib/map/integrations/active_record.rb",
 "lib/map/options.rb",
 "lib/map/params.rb",
 "lib/map/struct.rb",
 "map.gemspec",
 "test",
 "test/leak.rb",
 "test/lib",
 "test/lib/testing.rb",
 "test/map_test.rb"]

  spec.executables = []
  
  spec.require_path = "lib"

  spec.test_files = nil

  

  spec.extensions.push(*[])

  spec.rubyforge_project = "codeforpeople"
  spec.author = "Ara T. Howard"
  spec.email = "ara.t.howard@gmail.com"
  spec.homepage = "https://github.com/ahoward/map"
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/map-6.5.5/map.gemspec
map-6.5.5 map.gemspec