map.gemspec in map-2.3.0 vs map.gemspec in map-2.4.0

- old
+ new

@@ -1,15 +1,15 @@ ## map.gemspec # Gem::Specification::new do |spec| spec.name = "map" - spec.version = "2.3.0" + spec.version = "2.4.0" spec.platform = Gem::Platform::RUBY spec.summary = "map" spec.description = "description: map kicks the ass" - spec.files = ["a.rb", "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.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