gis-distance.gemspec in gis-distance-1.0.2 vs gis-distance.gemspec in gis-distance-1.1.0

- old
+ new

@@ -1,19 +1,20 @@ require 'rubygems' Gem::Specification.new do |spec| spec.name = 'gis-distance' - spec.version = '1.0.2' + spec.version = '1.1.0' spec.authors = ['Daniel J. Berger', 'Ardith Falkner'] - spec.license = 'Artistic 2.0' + spec.license = 'Artistic-2.0' spec.description = 'Calculate the distance between two points on Earth' spec.email = 'djberg96@gmail.com' spec.files = Dir['**/*'].reject{ |f| f.include?('git') } - spec.test_files = ['test/test_gis_distance.rb'] + spec.test_files = Dir['spec/*_spec.rb'] spec.homepage = 'http://github.com/djberg96/gis-distance' spec.cert_chain = ['certs/djberg96_pub.pem'] - spec.extra_rdoc_files = ['README', 'CHANGES', 'MANIFEST'] + spec.add_development_dependency('rake') + spec.add_development_dependency('rspec', '~> 3.9') spec.metadata = { 'homepage_uri' => 'https://github.com/djberg96/gis-distance', 'bug_tracker_uri' => 'https://github.com/djberg96/gis-distance/issues', 'changelog_uri' => 'https://github.com/djberg96/gis-distance/blob/master/CHANGES',