jruby-jars.gemspec in jruby-jars-9.2.21.0 vs jruby-jars.gemspec in jruby-jars-9.3.0.0
- old
+ new
@@ -25,9 +25,13 @@
s.email = 'headius@headius.com'
s.summary = 'The core JRuby code and the JRuby stdlib as jar files.'
s.homepage = 'https://github.com/jruby/jruby/tree/master/maven/jruby-jars'
s.description = File.read('README.txt', encoding: 'UTF-8').split(/\n{2,}/)[3]
s.licenses = %w(EPL-1.0 GPL-2.0 LGPL-2.1)
- s.files = Dir['[A-Z]*'] + Dir['lib/**/*.rb'] + Dir[ "lib/jruby-*-#{version}*.jar" ] + Dir[ 'test/**/*'] + [ 'jruby-jars.gemspec' ]
+ s.files = Dir['[A-Z]*'] +
+ Dir['lib/**/*.rb'] +
+ Dir[ 'test/**/*'] +
+ [ "lib/jruby-core-#{version}-complete.jar", "lib/jruby-stdlib-#{version}.jar" ] +
+ [ 'jruby-jars.gemspec' ]
end
# vim: syntax=Ruby