Sha256: 046ba617111a1fd7b93e9a8f577a772edb92558ed8482d08f5c680506f4b6822

Contents?: true

Size: 800 Bytes

Versions: 1

Compression:

Stored size: 800 Bytes

Contents

## map.gemspec
#

Gem::Specification::new do |spec|
  spec.name = "map"
  spec.version = "2.9.1"
  spec.platform = Gem::Platform::RUBY
  spec.summary = "map"
  spec.description = "description: map kicks the ass"

  spec.files = ["lib", "lib/map", "lib/map/options.rb", "lib/map/struct.rb", "lib/map.rb", "map.gemspec", "Rakefile", "README", "test", "test/lib", "test/lib/testing.rb", "test/map_test.rb", "TODO"]
  spec.executables = []
  
  spec.require_path = "lib"

  spec.has_rdoc = true
  spec.test_files = nil
  #spec.add_dependency 'lib', '>= version'
  #spec.add_dependency 'fattr'

  spec.extensions.push(*[])

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
map-2.9.1 map.gemspec