jruby-jars 9.1.13.0 → 9.1.14.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25ece3dd508d5fb6cbadd066b9fe92e572f3c30e
|
4
|
+
data.tar.gz: 71e352fb26803d62e2c77796c42f7a6b36d31e61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f00102f2193584e1aaae7b6ab9122182f494900015fd726e6ca37bff89dbb32ed883cbfc2ae52a7f3c577b9daf0cbe88b408be73bfc0a9952d7a2ce5629bb98
|
7
|
+
data.tar.gz: fe7b88420063f73995a0cbb63b0be84ab8539e11abc8b4413d4523f5322258c2211f8fcaca7b5992f1299f58e5f445333a6a1db3010db5749e091685c0dffb99
|
data/Mavenfile
CHANGED
@@ -63,4 +63,6 @@ end
|
|
63
63
|
|
64
64
|
plugin :invoker, :properties => { 'ruby.version' => ruby_version, 'gem.home' => '${project.build.directory}/rubygems', 'gem.path' => '${project.build.directory}/rubygems' }
|
65
65
|
|
66
|
+
plugin( 'net.ju-n.maven.plugins:checksum-maven-plugin' )
|
67
|
+
|
66
68
|
# vim: syntax=Ruby
|
data/README.txt
CHANGED
@@ -801,211 +801,280 @@ DAMAGES.
|
|
801
801
|
END OF TERMS AND CONDITIONS
|
802
802
|
|
803
803
|
|
804
|
-
Eclipse Public License - v
|
804
|
+
Eclipse Public License - v 2.0
|
805
805
|
|
806
|
-
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
807
|
-
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
|
808
|
-
CONSTITUTES RECIPIENT
|
806
|
+
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
807
|
+
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
|
808
|
+
OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
809
809
|
|
810
810
|
1. DEFINITIONS
|
811
811
|
|
812
812
|
"Contribution" means:
|
813
813
|
|
814
|
-
a) in the case of the initial Contributor, the initial
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
i) changes to the Program, and
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
"
|
837
|
-
|
838
|
-
|
839
|
-
|
814
|
+
a) in the case of the initial Contributor, the initial content
|
815
|
+
Distributed under this Agreement, and
|
816
|
+
|
817
|
+
b) in the case of each subsequent Contributor:
|
818
|
+
i) changes to the Program, and
|
819
|
+
ii) additions to the Program;
|
820
|
+
where such changes and/or additions to the Program originate from
|
821
|
+
and are Distributed by that particular Contributor. A Contribution
|
822
|
+
"originates" from a Contributor if it was added to the Program by
|
823
|
+
such Contributor itself or anyone acting on such Contributor's behalf.
|
824
|
+
Contributions do not include changes or additions to the Program that
|
825
|
+
are not Modified Works.
|
826
|
+
|
827
|
+
"Contributor" means any person or entity that Distributes the Program.
|
828
|
+
|
829
|
+
"Licensed Patents" mean patent claims licensable by a Contributor which
|
830
|
+
are necessarily infringed by the use or sale of its Contribution alone
|
831
|
+
or when combined with the Program.
|
832
|
+
|
833
|
+
"Program" means the Contributions Distributed in accordance with this
|
834
|
+
Agreement.
|
835
|
+
|
836
|
+
"Recipient" means anyone who receives the Program under this Agreement
|
837
|
+
or any Secondary License (as applicable), including Contributors.
|
838
|
+
|
839
|
+
"Derivative Works" shall mean any work, whether in Source Code or other
|
840
|
+
form, that is based on (or derived from) the Program and for which the
|
841
|
+
editorial revisions, annotations, elaborations, or other modifications
|
842
|
+
represent, as a whole, an original work of authorship.
|
843
|
+
|
844
|
+
"Modified Works" shall mean any work in Source Code or other form that
|
845
|
+
results from an addition to, deletion from, or modification of the
|
846
|
+
contents of the Program, including, for purposes of clarity any new file
|
847
|
+
in Source Code form that contains any contents of the Program. Modified
|
848
|
+
Works shall not include works that contain only declarations,
|
849
|
+
interfaces, types, classes, structures, or files of the Program solely
|
850
|
+
in each case in order to link to, bind by name, or subclass the Program
|
851
|
+
or Modified Works thereof.
|
852
|
+
|
853
|
+
"Distribute" means the acts of a) distributing or b) making available
|
854
|
+
in any manner that enables the transfer of a copy.
|
855
|
+
|
856
|
+
"Source Code" means the form of a Program preferred for making
|
857
|
+
modifications, including but not limited to software source code,
|
858
|
+
documentation source, and configuration files.
|
859
|
+
|
860
|
+
"Secondary License" means either the GNU General Public License,
|
861
|
+
Version 2.0, or any later versions of that license, including any
|
862
|
+
exceptions or additional permissions as identified by the initial
|
863
|
+
Contributor.
|
840
864
|
|
841
865
|
2. GRANT OF RIGHTS
|
842
866
|
|
843
|
-
a) Subject to the terms of this Agreement, each Contributor hereby
|
844
|
-
Recipient a non-exclusive, worldwide, royalty-free copyright
|
845
|
-
reproduce, prepare
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
b) Subject to the terms of this Agreement, each Contributor hereby
|
850
|
-
Recipient a non-exclusive, worldwide, royalty-free patent
|
851
|
-
Patents to make, use, sell, offer to sell,
|
852
|
-
Contribution of such Contributor,
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
intellectual property rights
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
867
|
+
a) Subject to the terms of this Agreement, each Contributor hereby
|
868
|
+
grants Recipient a non-exclusive, worldwide, royalty-free copyright
|
869
|
+
license to reproduce, prepare Derivative Works of, publicly display,
|
870
|
+
publicly perform, Distribute and sublicense the Contribution of such
|
871
|
+
Contributor, if any, and such Derivative Works.
|
872
|
+
|
873
|
+
b) Subject to the terms of this Agreement, each Contributor hereby
|
874
|
+
grants Recipient a non-exclusive, worldwide, royalty-free patent
|
875
|
+
license under Licensed Patents to make, use, sell, offer to sell,
|
876
|
+
import and otherwise transfer the Contribution of such Contributor,
|
877
|
+
if any, in Source Code or other form. This patent license shall
|
878
|
+
apply to the combination of the Contribution and the Program if, at
|
879
|
+
the time the Contribution is added by the Contributor, such addition
|
880
|
+
of the Contribution causes such combination to be covered by the
|
881
|
+
Licensed Patents. The patent license shall not apply to any other
|
882
|
+
combinations which include the Contribution. No hardware per se is
|
883
|
+
licensed hereunder.
|
884
|
+
|
885
|
+
c) Recipient understands that although each Contributor grants the
|
886
|
+
licenses to its Contributions set forth herein, no assurances are
|
887
|
+
provided by any Contributor that the Program does not infringe the
|
888
|
+
patent or other intellectual property rights of any other entity.
|
889
|
+
Each Contributor disclaims any liability to Recipient for claims
|
890
|
+
brought by any other entity based on infringement of intellectual
|
891
|
+
property rights or otherwise. As a condition to exercising the
|
892
|
+
rights and licenses granted hereunder, each Recipient hereby
|
893
|
+
assumes sole responsibility to secure any other intellectual
|
894
|
+
property rights needed, if any. For example, if a third party
|
895
|
+
patent license is required to allow Recipient to Distribute the
|
896
|
+
Program, it is Recipient's responsibility to acquire that license
|
897
|
+
before distributing the Program.
|
898
|
+
|
899
|
+
d) Each Contributor represents that to its knowledge it has
|
900
|
+
sufficient copyright rights in its Contribution, if any, to grant
|
901
|
+
the copyright license set forth in this Agreement.
|
902
|
+
|
903
|
+
e) Notwithstanding the terms of any Secondary License, no
|
904
|
+
Contributor makes additional grants to any Recipient (other than
|
905
|
+
those set forth in this Agreement) as a result of such Recipient's
|
906
|
+
receipt of the Program under the terms of a Secondary License
|
907
|
+
(if permitted under the terms of Section 3).
|
874
908
|
|
875
909
|
3. REQUIREMENTS
|
876
910
|
|
877
|
-
|
878
|
-
own license agreement, provided that:
|
879
|
-
|
880
|
-
a) it complies with the terms and conditions of this Agreement; and
|
911
|
+
3.1 If a Contributor Distributes the Program in any form, then:
|
881
912
|
|
882
|
-
|
913
|
+
a) the Program must also be made available as Source Code, in
|
914
|
+
accordance with section 3.2, and the Contributor must accompany
|
915
|
+
the Program with a statement that the Source Code for the Program
|
916
|
+
is available under this Agreement, and informs Recipients how to
|
917
|
+
obtain it in a reasonable manner on or through a medium customarily
|
918
|
+
used for software exchange; and
|
883
919
|
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
920
|
+
b) the Contributor may Distribute the Program under a license
|
921
|
+
different than this Agreement, provided that such license:
|
922
|
+
i) effectively disclaims on behalf of all other Contributors all
|
923
|
+
warranties and conditions, express and implied, including
|
924
|
+
warranties or conditions of title and non-infringement, and
|
925
|
+
implied warranties or conditions of merchantability and fitness
|
926
|
+
for a particular purpose;
|
888
927
|
|
889
|
-
ii) effectively excludes on behalf of all Contributors all
|
890
|
-
damages, including direct, indirect, special,
|
891
|
-
damages, such as lost profits;
|
928
|
+
ii) effectively excludes on behalf of all other Contributors all
|
929
|
+
liability for damages, including direct, indirect, special,
|
930
|
+
incidental and consequential damages, such as lost profits;
|
892
931
|
|
893
|
-
iii)
|
894
|
-
|
932
|
+
iii) does not attempt to limit or alter the recipients' rights
|
933
|
+
in the Source Code under section 3.2; and
|
895
934
|
|
896
|
-
iv)
|
897
|
-
|
898
|
-
|
935
|
+
iv) requires any subsequent distribution of the Program by any
|
936
|
+
party to be under a license that satisfies the requirements
|
937
|
+
of this section 3.
|
899
938
|
|
900
|
-
When the Program is
|
939
|
+
3.2 When the Program is Distributed as Source Code:
|
901
940
|
|
902
|
-
a) it must be made available under this Agreement
|
903
|
-
|
941
|
+
a) it must be made available under this Agreement, or if the
|
942
|
+
Program (i) is combined with other material in a separate file or
|
943
|
+
files made available under a Secondary License, and (ii) the initial
|
944
|
+
Contributor attached to the Source Code the notice described in
|
945
|
+
Exhibit A of this Agreement, then the Program may be made available
|
946
|
+
under the terms of such Secondary Licenses, and
|
904
947
|
|
905
|
-
|
906
|
-
Program.
|
948
|
+
b) a copy of this Agreement must be included with each copy of
|
949
|
+
the Program.
|
907
950
|
|
908
|
-
|
909
|
-
|
910
|
-
|
951
|
+
3.3 Contributors may not remove or alter any copyright, patent,
|
952
|
+
trademark, attribution notices, disclaimers of warranty, or limitations
|
953
|
+
of liability ("notices") contained within the Program from any copy of
|
954
|
+
the Program which they Distribute, provided that Contributors may add
|
955
|
+
their own appropriate notices.
|
911
956
|
|
912
957
|
4. COMMERCIAL DISTRIBUTION
|
913
958
|
|
914
|
-
Commercial distributors of software may accept certain responsibilities
|
915
|
-
respect to end users, business partners and the like. While this
|
916
|
-
intended to facilitate the commercial use of the Program,
|
917
|
-
includes the Program in a commercial product
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
to
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
959
|
+
Commercial distributors of software may accept certain responsibilities
|
960
|
+
with respect to end users, business partners and the like. While this
|
961
|
+
license is intended to facilitate the commercial use of the Program,
|
962
|
+
the Contributor who includes the Program in a commercial product
|
963
|
+
offering should do so in a manner which does not create potential
|
964
|
+
liability for other Contributors. Therefore, if a Contributor includes
|
965
|
+
the Program in a commercial product offering, such Contributor
|
966
|
+
("Commercial Contributor") hereby agrees to defend and indemnify every
|
967
|
+
other Contributor ("Indemnified Contributor") against any losses,
|
968
|
+
damages and costs (collectively "Losses") arising from claims, lawsuits
|
969
|
+
and other legal actions brought by a third party against the Indemnified
|
970
|
+
Contributor to the extent caused by the acts or omissions of such
|
971
|
+
Commercial Contributor in connection with its distribution of the Program
|
972
|
+
in a commercial product offering. The obligations in this section do not
|
973
|
+
apply to any claims or Losses relating to any actual or alleged
|
974
|
+
intellectual property infringement. In order to qualify, an Indemnified
|
975
|
+
Contributor must: a) promptly notify the Commercial Contributor in
|
976
|
+
writing of such claim, and b) allow the Commercial Contributor to control,
|
977
|
+
and cooperate with the Commercial Contributor in, the defense and any
|
978
|
+
related settlement negotiations. The Indemnified Contributor may
|
979
|
+
participate in any such claim at its own expense.
|
980
|
+
|
981
|
+
For example, a Contributor might include the Program in a commercial
|
982
|
+
product offering, Product X. That Contributor is then a Commercial
|
983
|
+
Contributor. If that Commercial Contributor then makes performance
|
984
|
+
claims, or offers warranties related to Product X, those performance
|
985
|
+
claims and warranties are such Commercial Contributor's responsibility
|
986
|
+
alone. Under this section, the Commercial Contributor would have to
|
987
|
+
defend claims against the other Contributors related to those performance
|
988
|
+
claims and warranties, and if a court requires any other Contributor to
|
989
|
+
pay any damages as a result, the Commercial Contributor must pay
|
990
|
+
those damages.
|
943
991
|
|
944
992
|
5. NO WARRANTY
|
945
993
|
|
946
|
-
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT,
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
994
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
995
|
+
PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
|
996
|
+
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
|
997
|
+
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
998
|
+
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
|
999
|
+
PURPOSE. Each Recipient is solely responsible for determining the
|
1000
|
+
appropriateness of using and distributing the Program and assumes all
|
1001
|
+
risks associated with its exercise of rights under this Agreement,
|
1002
|
+
including but not limited to the risks and costs of program errors,
|
1003
|
+
compliance with applicable laws, damage to or loss of data, programs
|
1004
|
+
or equipment, and unavailability or interruption of operations.
|
955
1005
|
|
956
1006
|
6. DISCLAIMER OF LIABILITY
|
957
1007
|
|
958
|
-
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT,
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
1008
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
1009
|
+
PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
|
1010
|
+
SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
1011
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
|
1012
|
+
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
1013
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
1014
|
+
ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
|
1015
|
+
EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
|
1016
|
+
POSSIBILITY OF SUCH DAMAGES.
|
965
1017
|
|
966
1018
|
7. GENERAL
|
967
1019
|
|
968
|
-
If any provision of this Agreement is invalid or unenforceable under
|
969
|
-
law, it shall not affect the validity or enforceability of
|
970
|
-
terms of this Agreement, and without further
|
971
|
-
provision shall be reformed to the
|
972
|
-
provision valid and enforceable.
|
973
|
-
|
974
|
-
If Recipient institutes patent litigation against any entity
|
975
|
-
cross-claim or counterclaim in a lawsuit) alleging that the
|
976
|
-
(excluding combinations of the Program with other software
|
977
|
-
infringes such Recipient
|
978
|
-
Section 2(b) shall terminate as of the date such
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
and
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
1020
|
+
If any provision of this Agreement is invalid or unenforceable under
|
1021
|
+
applicable law, it shall not affect the validity or enforceability of
|
1022
|
+
the remainder of the terms of this Agreement, and without further
|
1023
|
+
action by the parties hereto, such provision shall be reformed to the
|
1024
|
+
minimum extent necessary to make such provision valid and enforceable.
|
1025
|
+
|
1026
|
+
If Recipient institutes patent litigation against any entity
|
1027
|
+
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
1028
|
+
Program itself (excluding combinations of the Program with other software
|
1029
|
+
or hardware) infringes such Recipient's patent(s), then such Recipient's
|
1030
|
+
rights granted under Section 2(b) shall terminate as of the date such
|
1031
|
+
litigation is filed.
|
1032
|
+
|
1033
|
+
All Recipient's rights under this Agreement shall terminate if it
|
1034
|
+
fails to comply with any of the material terms or conditions of this
|
1035
|
+
Agreement and does not cure such failure in a reasonable period of
|
1036
|
+
time after becoming aware of such noncompliance. If all Recipient's
|
1037
|
+
rights under this Agreement terminate, Recipient agrees to cease use
|
1038
|
+
and distribution of the Program as soon as reasonably practicable.
|
1039
|
+
However, Recipient's obligations under this Agreement and any licenses
|
1040
|
+
granted by Recipient relating to the Program shall continue and survive.
|
1041
|
+
|
1042
|
+
Everyone is permitted to copy and distribute copies of this Agreement,
|
1043
|
+
but in order to avoid inconsistency the Agreement is copyrighted and
|
1044
|
+
may only be modified in the following manner. The Agreement Steward
|
1045
|
+
reserves the right to publish new versions (including revisions) of
|
1046
|
+
this Agreement from time to time. No one other than the Agreement
|
1047
|
+
Steward has the right to modify this Agreement. The Eclipse Foundation
|
1048
|
+
is the initial Agreement Steward. The Eclipse Foundation may assign the
|
1049
|
+
responsibility to serve as the Agreement Steward to a suitable separate
|
1050
|
+
entity. Each new version of the Agreement will be given a distinguishing
|
1051
|
+
version number. The Program (including Contributions) may always be
|
1052
|
+
Distributed subject to the version of the Agreement under which it was
|
999
1053
|
received. In addition, after a new version of the Agreement is published,
|
1000
|
-
Contributor may elect to
|
1001
|
-
under the new version.
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
this Agreement
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1054
|
+
Contributor may elect to Distribute the Program (including its
|
1055
|
+
Contributions) under the new version.
|
1056
|
+
|
1057
|
+
Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
|
1058
|
+
receives no rights or licenses to the intellectual property of any
|
1059
|
+
Contributor under this Agreement, whether expressly, by implication,
|
1060
|
+
estoppel or otherwise. All rights in the Program not expressly granted
|
1061
|
+
under this Agreement are reserved. Nothing in this Agreement is intended
|
1062
|
+
to be enforceable by any entity that is not a Contributor or Recipient.
|
1063
|
+
No third-party beneficiary rights are created under this Agreement.
|
1064
|
+
|
1065
|
+
Exhibit A - Form of Secondary Licenses Notice
|
1066
|
+
|
1067
|
+
"This Source Code may also be made available under the following
|
1068
|
+
Secondary Licenses when the conditions for such availability set forth
|
1069
|
+
in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
|
1070
|
+
version(s), and exceptions or additional permissions here}."
|
1071
|
+
|
1072
|
+
Simply including a copy of this Agreement, including this Exhibit A
|
1073
|
+
is not sufficient to license the Source Code under Secondary Licenses.
|
1074
|
+
|
1075
|
+
If it is not possible or desirable to put the notice in a particular
|
1076
|
+
file, then You may include the notice in a location (such as a LICENSE
|
1077
|
+
file in a relevant directory) where a recipient would be likely to
|
1078
|
+
look for such a notice.
|
1079
|
+
|
1080
|
+
You may add additional accurate notices of copyright ownership.
|
Binary file
|
data/lib/jruby-jars/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jruby-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.1.
|
4
|
+
version: 9.1.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Charles Oliver Nutter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |-
|
14
14
|
This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.
|
@@ -24,8 +24,8 @@ files:
|
|
24
24
|
- Mavenfile
|
25
25
|
- lib/jruby-jars.rb
|
26
26
|
- lib/jruby-jars/version.rb
|
27
|
-
- lib/jruby-
|
28
|
-
- lib/jruby-
|
27
|
+
- lib/jruby-core-9.1.14.0-complete.jar
|
28
|
+
- lib/jruby-stdlib-9.1.14.0.jar
|
29
29
|
- jruby-jars.gemspec
|
30
30
|
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
31
31
|
licenses:
|