Sha256: e7a0e48fafa9cc4d636db022fa6b5bcceeae9b08b3cd7adb5a670028f8ddaebb
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
## map.gemspec # Gem::Specification::new do |spec| spec.name = "map" spec.version = "6.2.0" spec.platform = Gem::Platform::RUBY spec.summary = "map" spec.description = "description: map kicks the ass" spec.files = ["LICENSE", "README", "Rakefile", "lib", "lib/map", "lib/map.rb", "lib/map/integrations", "lib/map/integrations/active_record.rb", "lib/map/options.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.add_dependency 'lib', '>= version' #### spec.add_dependency 'map' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
map-6.2.0 | map.gemspec |