Sha256: 12f7549418375268604e1167332651c282a6e645132432f32238348b15a2d519
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'gmap_plotter/version' Gem::Specification.new do |spec| spec.name = "gmap_plotter" spec.version = GmapPlotter::VERSION spec.authors = ["Alexander Rueedlinger"] spec.email = ["a.rueedlinger@gmail.com"] spec.summary = %q{A little app for plotting gps points on a google map.} spec.description = %q{Gmap Plotter is little app for plotting gps points on a google map.} spec.homepage = "https://github.com/lexruee/gmap_plotter" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables << 'gmap_plotter' spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_runtime_dependency "sinatra", "~> 1.4" spec.add_runtime_dependency "sinatra-contrib", "~> 1.4" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gmap_plotter-0.0.1 | gmap_plotter.gemspec |