map.gemspec in map-4.1.0 vs map.gemspec in map-4.2.0

- old
+ new

@@ -1,11 +1,11 @@ ## map.gemspec # Gem::Specification::new do |spec| spec.name = "map" - spec.version = "4.1.0" + spec.version = "4.2.0" spec.platform = Gem::Platform::RUBY spec.summary = "map" spec.description = "description: map kicks the ass" spec.files = @@ -17,9 +17,10 @@ "lib/map.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 = []