Sha256: a00fcd91bafd7b86ef28fecd294a60dcd4ce211d4d243f459a9eec73735fcbdf

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 = "3.0.0"
  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-3.0.0 map.gemspec