jruby-jars 10.1.1.0 → 10.1.2.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: 5d608b2003fab62eb27b6c633edc7ca51b61e053dbd1237f56ec7b4b86e6fea3
4
- data.tar.gz: c6900f5cb49118eab7fc736ec6feb5503f9e216abbf8ef42ec0bb74112d9b93e
3
+ metadata.gz: 7b277363b8307e0b7ee954ea0afe66d50031ecfc7f5cbffbca86322ba863005a
4
+ data.tar.gz: 81870e3d4339739eed17f29123a0c0b4b002893b1bd3e4ade6c3cdccea90934e
5
5
  SHA512:
6
- metadata.gz: 69acc7c0eb23f68f005650406580f093fd4d54d7da10f69f5ea12d623e47c358f61ae4d177dc984fd9095e747858bd0796ddcd686b79996393e3f79963348705
7
- data.tar.gz: bba08b19b1213b40cbecbf1698fe9fe2b23b78fe89a6bceb80b9fbb908e3f1fb681fbd233940637933b3d60f8b0a11c567fd5b53491d08e5867c22d9c55baff0
6
+ metadata.gz: 4920f8977c4ee91e58cf65c25808ca5bc43fdda49156504e9b314f76cdd604918223039082720a3b7c01185db066de7ad1e9fc2c173378aab66fda7d717c7027
7
+ data.tar.gz: 3067bfb0d4cde52e1b5ddce1651f4c398df2723b918e6bbf77791ef8c06d743ece43e65e8ff853ec0eeb16f8b029fcc492aab21fbee1650588e569935f076147
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '10.1.1.0'
3
- MAVEN_VERSION = '10.1.1.0'
2
+ VERSION = '10.1.2.0'
3
+ MAVEN_VERSION = '10.1.2.0'
4
4
  end
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.1.0
4
+ version: 10.1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Oliver Nutter
@@ -22,11 +22,10 @@ files:
22
22
  - Mavenfile
23
23
  - README.txt
24
24
  - jruby-jars.gemspec
25
- - lib/jruby-core-10.1.1.0-complete.jar
25
+ - lib/jruby-core-10.1.2.0-complete.jar
26
26
  - lib/jruby-jars.rb
27
27
  - lib/jruby-jars/version.rb
28
- - lib/jruby-stdlib-10.1.1.0.jar
29
- - pom.jruby-jars.gemspec.xml
28
+ - lib/jruby-stdlib-10.1.2.0.jar
30
29
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
31
30
  licenses:
32
31
  - EPL-2.0
@@ -47,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
46
  - !ruby/object:Gem::Version
48
47
  version: '0'
49
48
  requirements: []
50
- rubygems_version: 4.0.3
49
+ rubygems_version: 4.0.21
51
50
  specification_version: 4
52
51
  summary: The core JRuby code and the JRuby stdlib as jar files.
53
52
  test_files: []
@@ -1,73 +0,0 @@
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>