jruby-jars 10.1.0.0 → 10.1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 043b820d7b054abbf747b62e9be665919f5b03b6807b9489ca0d5c5223ec6811
4
- data.tar.gz: e60a3827c9cb54eb3a59cb409cd451fe2cd9a3c00b2fe4578baef2795c5d1058
3
+ metadata.gz: 5d608b2003fab62eb27b6c633edc7ca51b61e053dbd1237f56ec7b4b86e6fea3
4
+ data.tar.gz: c6900f5cb49118eab7fc736ec6feb5503f9e216abbf8ef42ec0bb74112d9b93e
5
5
  SHA512:
6
- metadata.gz: 59997e49466e81ea55caf92c3bdd5757f10556ff6a940c765c53cdc55743aa190153da558d2a66d0654c66287627a65f85d206a71f758f2274ba78ec4730f9d5
7
- data.tar.gz: 863302e4f5da10b5a3a6336e2fbea8db25dc9b809813f32957e128844bf36f678b7659b48235d0e185342fbf53d51d28c40b47b5b6ca9beddb6aa8a053c696b9
6
+ metadata.gz: 69acc7c0eb23f68f005650406580f093fd4d54d7da10f69f5ea12d623e47c358f61ae4d177dc984fd9095e747858bd0796ddcd686b79996393e3f79963348705
7
+ data.tar.gz: bba08b19b1213b40cbecbf1698fe9fe2b23b78fe89a6bceb80b9fbb908e3f1fb681fbd233940637933b3d60f8b0a11c567fd5b53491d08e5867c22d9c55baff0
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '10.1.0.0'
3
- MAVEN_VERSION = '10.1.0.0'
2
+ VERSION = '10.1.1.0'
3
+ MAVEN_VERSION = '10.1.1.0'
4
4
  end
@@ -0,0 +1,73 @@
1
+ <project>
2
+ <modelVersion>4.0.0</modelVersion>
3
+ <groupId>rubygems</groupId>
4
+ <artifactId>jruby-jars</artifactId>
5
+ <version>10.1.1.0.SNAPSHOT-SNAPSHOT</version>
6
+ <packaging>gem</packaging>
7
+ <name>The core JRuby code and the JRuby stdlib as jar files.</name>
8
+ <url>https://github.com/jruby/jruby/tree/master/maven/jruby-jars</url>
9
+ <description>This gem includes JRuby core and the Ruby standard library as jar files.
10
+ It provides a way to have other gems depend on JRuby without including (and
11
+ freezing to) a specific jruby-complete jar version.</description>
12
+ <licenses>
13
+ <license>
14
+ <name>EPL-2.0</name>
15
+ </license>
16
+ <license>
17
+ <name>GPL-2.0</name>
18
+ <url>http://opensource.org/licenses/GPL-2.0</url>
19
+ <comments>GNU General Public License version 2.0</comments>
20
+ </license>
21
+ <license>
22
+ <name>LGPL-2.1</name>
23
+ <url>http://opensource.org/licenses/LGPL-2.1</url>
24
+ <comments>GNU Library or "Lesser" General Public License version 2.1</comments>
25
+ </license>
26
+ </licenses>
27
+ <developers>
28
+ <developer>
29
+ <name>Charles Oliver Nutter</name>
30
+ <email>headius@headius.com</email>
31
+ </developer>
32
+ </developers>
33
+ <scm>
34
+ <connection>https://github.com/jruby/jruby/tree/master/maven/jruby-jars.git</connection>
35
+ <url>https://github.com/jruby/jruby/tree/master/maven/jruby-jars</url>
36
+ </scm>
37
+ <properties>
38
+ <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
39
+ <jruby.plugins.version>3.0.0</jruby.plugins.version>
40
+ <mavengem.wagon.version>2.0.0</mavengem.wagon.version>
41
+ </properties>
42
+ <repositories>
43
+ <repository>
44
+ <id>mavengems</id>
45
+ <url>mavengem:https://rubygems.org</url>
46
+ </repository>
47
+ </repositories>
48
+ <build>
49
+ <extensions>
50
+ <extension>
51
+ <groupId>org.jruby.maven</groupId>
52
+ <artifactId>mavengem-wagon</artifactId>
53
+ <version>${mavengem.wagon.version}</version>
54
+ </extension>
55
+ <extension>
56
+ <groupId>org.jruby.maven</groupId>
57
+ <artifactId>gem-extension</artifactId>
58
+ <version>${jruby.plugins.version}</version>
59
+ </extension>
60
+ </extensions>
61
+ <directory>${basedir}/pkg</directory>
62
+ <plugins>
63
+ <plugin>
64
+ <groupId>org.jruby.maven</groupId>
65
+ <artifactId>gem-maven-plugin</artifactId>
66
+ <version>${jruby.plugins.version}</version>
67
+ <configuration>
68
+ <gemspec>jruby-jars.gemspec</gemspec>
69
+ </configuration>
70
+ </plugin>
71
+ </plugins>
72
+ </build>
73
+ </project>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.1.0.0
4
+ version: 10.1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Oliver Nutter
@@ -22,10 +22,11 @@ files:
22
22
  - Mavenfile
23
23
  - README.txt
24
24
  - jruby-jars.gemspec
25
- - lib/jruby-core-10.1.0.0-complete.jar
25
+ - lib/jruby-core-10.1.1.0-complete.jar
26
26
  - lib/jruby-jars.rb
27
27
  - lib/jruby-jars/version.rb
28
- - lib/jruby-stdlib-10.1.0.0.jar
28
+ - lib/jruby-stdlib-10.1.1.0.jar
29
+ - pom.jruby-jars.gemspec.xml
29
30
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
30
31
  licenses:
31
32
  - EPL-2.0