jarbler.gemspec in jarbler-0.1.8 vs jarbler.gemspec in jarbler-0.2.0

- old
+ new

@@ -7,10 +7,10 @@ spec.version = Jarbler::VERSION spec.authors = ["Peter Ramm"] spec.email = ["Peter@ramm-oberhermsdorf.de"] spec.summary = "Pack a Ruby app into a Java jar file" - spec.description = "Pack a Ruby app combined with jRuby runtime and all its Gem dependencies into a jar file to simply run the app on any Java platform by '> java -jar file.jar'" + spec.description = "Pack a Ruby app combined with JRuby runtime and all its Gem dependencies into a jar file to simply run the app on any Java platform by '> java -jar file.jar'" spec.homepage = "https://github.com/rammpeter/jarbler" spec.license = "MIT" spec.required_ruby_version = ">= 2.6.0" spec.metadata["homepage_uri"] = spec.homepage