jruby-jars 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt ADDED
@@ -0,0 +1,6 @@
1
+ === 1.0.0 / 2008-08-17
2
+
3
+ * 1 major enhancement
4
+
5
+ * Birthday!
6
+
data/Manifest.txt ADDED
@@ -0,0 +1,7 @@
1
+ History.txt
2
+ Manifest.txt
3
+ README.txt
4
+ lib/jruby-jars/version.rb
5
+ lib/jruby-jars.rb
6
+ lib/jruby-core-1.3.1.jar
7
+ lib/jruby-stdlib-1.3.1.jar
data/README.txt ADDED
@@ -0,0 +1,859 @@
1
+ = jruby
2
+
3
+ http://www.jruby.org
4
+
5
+ == DESCRIPTION:
6
+
7
+ JRuby is an implementation of the Ruby language atop the Java virtual machine.
8
+
9
+ == FEATURES/PROBLEMS:
10
+
11
+ This is the initial release of JRuby as a gem. The version number does not yet
12
+ reflect the actual JRuby version packaged for now, but it may in the future.
13
+
14
+ == SYNOPSIS:
15
+
16
+ The gem installs a 'jruby' command that runs JRuby. Otherwise it acts like Ruby.
17
+
18
+ == REQUIREMENTS:
19
+
20
+ The only requirement is that you have a JVM available on the system, and that
21
+ either the JAVA_HOME env var points at that JVM installation or 'java' command
22
+ is available in PATH.
23
+
24
+ == INSTALL:
25
+
26
+ Install like any other gem.
27
+
28
+ == LICENSE:
29
+
30
+ JRuby is tri-licensed GPL, LGPL, and CPL.
31
+
32
+ GNU GENERAL PUBLIC LICENSE
33
+ Version 2, June 1991
34
+
35
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
36
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
37
+ Everyone is permitted to copy and distribute verbatim copies
38
+ of this license document, but changing it is not allowed.
39
+
40
+ Preamble
41
+
42
+ The licenses for most software are designed to take away your
43
+ freedom to share and change it. By contrast, the GNU General Public
44
+ License is intended to guarantee your freedom to share and change free
45
+ software--to make sure the software is free for all its users. This
46
+ General Public License applies to most of the Free Software
47
+ Foundation's software and to any other program whose authors commit to
48
+ using it. (Some other Free Software Foundation software is covered by
49
+ the GNU Library General Public License instead.) You can apply it to
50
+ your programs, too.
51
+
52
+ When we speak of free software, we are referring to freedom, not
53
+ price. Our General Public Licenses are designed to make sure that you
54
+ have the freedom to distribute copies of free software (and charge for
55
+ this service if you wish), that you receive source code or can get it
56
+ if you want it, that you can change the software or use pieces of it
57
+ in new free programs; and that you know you can do these things.
58
+
59
+ To protect your rights, we need to make restrictions that forbid
60
+ anyone to deny you these rights or to ask you to surrender the rights.
61
+ These restrictions translate to certain responsibilities for you if you
62
+ distribute copies of the software, or if you modify it.
63
+
64
+ For example, if you distribute copies of such a program, whether
65
+ gratis or for a fee, you must give the recipients all the rights that
66
+ you have. You must make sure that they, too, receive or can get the
67
+ source code. And you must show them these terms so they know their
68
+ rights.
69
+
70
+ We protect your rights with two steps: (1) copyright the software, and
71
+ (2) offer you this license which gives you legal permission to copy,
72
+ distribute and/or modify the software.
73
+
74
+ Also, for each author's protection and ours, we want to make certain
75
+ that everyone understands that there is no warranty for this free
76
+ software. If the software is modified by someone else and passed on, we
77
+ want its recipients to know that what they have is not the original, so
78
+ that any problems introduced by others will not reflect on the original
79
+ authors' reputations.
80
+
81
+ Finally, any free program is threatened constantly by software
82
+ patents. We wish to avoid the danger that redistributors of a free
83
+ program will individually obtain patent licenses, in effect making the
84
+ program proprietary. To prevent this, we have made it clear that any
85
+ patent must be licensed for everyone's free use or not licensed at all.
86
+
87
+ The precise terms and conditions for copying, distribution and
88
+ modification follow.
89
+
90
+ GNU GENERAL PUBLIC LICENSE
91
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
92
+
93
+ 0. This License applies to any program or other work which contains
94
+ a notice placed by the copyright holder saying it may be distributed
95
+ under the terms of this General Public License. The "Program", below,
96
+ refers to any such program or work, and a "work based on the Program"
97
+ means either the Program or any derivative work under copyright law:
98
+ that is to say, a work containing the Program or a portion of it,
99
+ either verbatim or with modifications and/or translated into another
100
+ language. (Hereinafter, translation is included without limitation in
101
+ the term "modification".) Each licensee is addressed as "you".
102
+
103
+ Activities other than copying, distribution and modification are not
104
+ covered by this License; they are outside its scope. The act of
105
+ running the Program is not restricted, and the output from the Program
106
+ is covered only if its contents constitute a work based on the
107
+ Program (independent of having been made by running the Program).
108
+ Whether that is true depends on what the Program does.
109
+
110
+ 1. You may copy and distribute verbatim copies of the Program's
111
+ source code as you receive it, in any medium, provided that you
112
+ conspicuously and appropriately publish on each copy an appropriate
113
+ copyright notice and disclaimer of warranty; keep intact all the
114
+ notices that refer to this License and to the absence of any warranty;
115
+ and give any other recipients of the Program a copy of this License
116
+ along with the Program.
117
+
118
+ You may charge a fee for the physical act of transferring a copy, and
119
+ you may at your option offer warranty protection in exchange for a fee.
120
+
121
+ 2. You may modify your copy or copies of the Program or any portion
122
+ of it, thus forming a work based on the Program, and copy and
123
+ distribute such modifications or work under the terms of Section 1
124
+ above, provided that you also meet all of these conditions:
125
+
126
+ a) You must cause the modified files to carry prominent notices
127
+ stating that you changed the files and the date of any change.
128
+
129
+ b) You must cause any work that you distribute or publish, that in
130
+ whole or in part contains or is derived from the Program or any
131
+ part thereof, to be licensed as a whole at no charge to all third
132
+ parties under the terms of this License.
133
+
134
+ c) If the modified program normally reads commands interactively
135
+ when run, you must cause it, when started running for such
136
+ interactive use in the most ordinary way, to print or display an
137
+ announcement including an appropriate copyright notice and a
138
+ notice that there is no warranty (or else, saying that you provide
139
+ a warranty) and that users may redistribute the program under
140
+ these conditions, and telling the user how to view a copy of this
141
+ License. (Exception: if the Program itself is interactive but
142
+ does not normally print such an announcement, your work based on
143
+ the Program is not required to print an announcement.)
144
+
145
+ These requirements apply to the modified work as a whole. If
146
+ identifiable sections of that work are not derived from the Program,
147
+ and can be reasonably considered independent and separate works in
148
+ themselves, then this License, and its terms, do not apply to those
149
+ sections when you distribute them as separate works. But when you
150
+ distribute the same sections as part of a whole which is a work based
151
+ on the Program, the distribution of the whole must be on the terms of
152
+ this License, whose permissions for other licensees extend to the
153
+ entire whole, and thus to each and every part regardless of who wrote it.
154
+
155
+ Thus, it is not the intent of this section to claim rights or contest
156
+ your rights to work written entirely by you; rather, the intent is to
157
+ exercise the right to control the distribution of derivative or
158
+ collective works based on the Program.
159
+
160
+ In addition, mere aggregation of another work not based on the Program
161
+ with the Program (or with a work based on the Program) on a volume of
162
+ a storage or distribution medium does not bring the other work under
163
+ the scope of this License.
164
+
165
+ 3. You may copy and distribute the Program (or a work based on it,
166
+ under Section 2) in object code or executable form under the terms of
167
+ Sections 1 and 2 above provided that you also do one of the following:
168
+
169
+ a) Accompany it with the complete corresponding machine-readable
170
+ source code, which must be distributed under the terms of Sections
171
+ 1 and 2 above on a medium customarily used for software interchange; or,
172
+
173
+ b) Accompany it with a written offer, valid for at least three
174
+ years, to give any third party, for a charge no more than your
175
+ cost of physically performing source distribution, a complete
176
+ machine-readable copy of the corresponding source code, to be
177
+ distributed under the terms of Sections 1 and 2 above on a medium
178
+ customarily used for software interchange; or,
179
+
180
+ c) Accompany it with the information you received as to the offer
181
+ to distribute corresponding source code. (This alternative is
182
+ allowed only for noncommercial distribution and only if you
183
+ received the program in object code or executable form with such
184
+ an offer, in accord with Subsection b above.)
185
+
186
+ The source code for a work means the preferred form of the work for
187
+ making modifications to it. For an executable work, complete source
188
+ code means all the source code for all modules it contains, plus any
189
+ associated interface definition files, plus the scripts used to
190
+ control compilation and installation of the executable. However, as a
191
+ special exception, the source code distributed need not include
192
+ anything that is normally distributed (in either source or binary
193
+ form) with the major components (compiler, kernel, and so on) of the
194
+ operating system on which the executable runs, unless that component
195
+ itself accompanies the executable.
196
+
197
+ If distribution of executable or object code is made by offering
198
+ access to copy from a designated place, then offering equivalent
199
+ access to copy the source code from the same place counts as
200
+ distribution of the source code, even though third parties are not
201
+ compelled to copy the source along with the object code.
202
+
203
+ 4. You may not copy, modify, sublicense, or distribute the Program
204
+ except as expressly provided under this License. Any attempt
205
+ otherwise to copy, modify, sublicense or distribute the Program is
206
+ void, and will automatically terminate your rights under this License.
207
+ However, parties who have received copies, or rights, from you under
208
+ this License will not have their licenses terminated so long as such
209
+ parties remain in full compliance.
210
+
211
+ 5. You are not required to accept this License, since you have not
212
+ signed it. However, nothing else grants you permission to modify or
213
+ distribute the Program or its derivative works. These actions are
214
+ prohibited by law if you do not accept this License. Therefore, by
215
+ modifying or distributing the Program (or any work based on the
216
+ Program), you indicate your acceptance of this License to do so, and
217
+ all its terms and conditions for copying, distributing or modifying
218
+ the Program or works based on it.
219
+
220
+ 6. Each time you redistribute the Program (or any work based on the
221
+ Program), the recipient automatically receives a license from the
222
+ original licensor to copy, distribute or modify the Program subject to
223
+ these terms and conditions. You may not impose any further
224
+ restrictions on the recipients' exercise of the rights granted herein.
225
+ You are not responsible for enforcing compliance by third parties to
226
+ this License.
227
+
228
+ 7. If, as a consequence of a court judgment or allegation of patent
229
+ infringement or for any other reason (not limited to patent issues),
230
+ conditions are imposed on you (whether by court order, agreement or
231
+ otherwise) that contradict the conditions of this License, they do not
232
+ excuse you from the conditions of this License. If you cannot
233
+ distribute so as to satisfy simultaneously your obligations under this
234
+ License and any other pertinent obligations, then as a consequence you
235
+ may not distribute the Program at all. For example, if a patent
236
+ license would not permit royalty-free redistribution of the Program by
237
+ all those who receive copies directly or indirectly through you, then
238
+ the only way you could satisfy both it and this License would be to
239
+ refrain entirely from distribution of the Program.
240
+
241
+ If any portion of this section is held invalid or unenforceable under
242
+ any particular circumstance, the balance of the section is intended to
243
+ apply and the section as a whole is intended to apply in other
244
+ circumstances.
245
+
246
+ It is not the purpose of this section to induce you to infringe any
247
+ patents or other property right claims or to contest validity of any
248
+ such claims; this section has the sole purpose of protecting the
249
+ integrity of the free software distribution system, which is
250
+ implemented by public license practices. Many people have made
251
+ generous contributions to the wide range of software distributed
252
+ through that system in reliance on consistent application of that
253
+ system; it is up to the author/donor to decide if he or she is willing
254
+ to distribute software through any other system and a licensee cannot
255
+ impose that choice.
256
+
257
+ This section is intended to make thoroughly clear what is believed to
258
+ be a consequence of the rest of this License.
259
+
260
+ 8. If the distribution and/or use of the Program is restricted in
261
+ certain countries either by patents or by copyrighted interfaces, the
262
+ original copyright holder who places the Program under this License
263
+ may add an explicit geographical distribution limitation excluding
264
+ those countries, so that distribution is permitted only in or among
265
+ countries not thus excluded. In such case, this License incorporates
266
+ the limitation as if written in the body of this License.
267
+
268
+ 9. The Free Software Foundation may publish revised and/or new versions
269
+ of the General Public License from time to time. Such new versions will
270
+ be similar in spirit to the present version, but may differ in detail to
271
+ address new problems or concerns.
272
+
273
+ Each version is given a distinguishing version number. If the Program
274
+ specifies a version number of this License which applies to it and "any
275
+ later version", you have the option of following the terms and conditions
276
+ either of that version or of any later version published by the Free
277
+ Software Foundation. If the Program does not specify a version number of
278
+ this License, you may choose any version ever published by the Free Software
279
+ Foundation.
280
+
281
+ 10. If you wish to incorporate parts of the Program into other free
282
+ programs whose distribution conditions are different, write to the author
283
+ to ask for permission. For software which is copyrighted by the Free
284
+ Software Foundation, write to the Free Software Foundation; we sometimes
285
+ make exceptions for this. Our decision will be guided by the two goals
286
+ of preserving the free status of all derivatives of our free software and
287
+ of promoting the sharing and reuse of software generally.
288
+
289
+ NO WARRANTY
290
+
291
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
292
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
293
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
294
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
295
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
296
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
297
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
298
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
299
+ REPAIR OR CORRECTION.
300
+
301
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
302
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
303
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
304
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
305
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
306
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
307
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
308
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
309
+ POSSIBILITY OF SUCH DAMAGES.
310
+
311
+ END OF TERMS AND CONDITIONS
312
+
313
+
314
+ GNU LESSER GENERAL PUBLIC LICENSE
315
+ Version 2.1, February 1999
316
+
317
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
318
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
319
+ Everyone is permitted to copy and distribute verbatim copies
320
+ of this license document, but changing it is not allowed.
321
+
322
+ [This is the first released version of the Lesser GPL. It also counts
323
+ as the successor of the GNU Library Public License, version 2, hence
324
+ the version number 2.1.]
325
+
326
+ Preamble
327
+
328
+ The licenses for most software are designed to take away your
329
+ freedom to share and change it. By contrast, the GNU General Public
330
+ Licenses are intended to guarantee your freedom to share and change
331
+ free software--to make sure the software is free for all its users.
332
+
333
+ This license, the Lesser General Public License, applies to some
334
+ specially designated software packages--typically libraries--of the
335
+ Free Software Foundation and other authors who decide to use it. You
336
+ can use it too, but we suggest you first think carefully about whether
337
+ this license or the ordinary General Public License is the better
338
+ strategy to use in any particular case, based on the explanations below.
339
+
340
+ When we speak of free software, we are referring to freedom of use,
341
+ not price. Our General Public Licenses are designed to make sure that
342
+ you have the freedom to distribute copies of free software (and charge
343
+ for this service if you wish); that you receive source code or can get
344
+ it if you want it; that you can change the software and use pieces of
345
+ it in new free programs; and that you are informed that you can do
346
+ these things.
347
+
348
+ To protect your rights, we need to make restrictions that forbid
349
+ distributors to deny you these rights or to ask you to surrender these
350
+ rights. These restrictions translate to certain responsibilities for
351
+ you if you distribute copies of the library or if you modify it.
352
+
353
+ For example, if you distribute copies of the library, whether gratis
354
+ or for a fee, you must give the recipients all the rights that we gave
355
+ you. You must make sure that they, too, receive or can get the source
356
+ code. If you link other code with the library, you must provide
357
+ complete object files to the recipients, so that they can relink them
358
+ with the library after making changes to the library and recompiling
359
+ it. And you must show them these terms so they know their rights.
360
+
361
+ We protect your rights with a two-step method: (1) we copyright the
362
+ library, and (2) we offer you this license, which gives you legal
363
+ permission to copy, distribute and/or modify the library.
364
+
365
+ To protect each distributor, we want to make it very clear that
366
+ there is no warranty for the free library. Also, if the library is
367
+ modified by someone else and passed on, the recipients should know
368
+ that what they have is not the original version, so that the original
369
+ author's reputation will not be affected by problems that might be
370
+ introduced by others.
371
+
372
+ Finally, software patents pose a constant threat to the existence of
373
+ any free program. We wish to make sure that a company cannot
374
+ effectively restrict the users of a free program by obtaining a
375
+ restrictive license from a patent holder. Therefore, we insist that
376
+ any patent license obtained for a version of the library must be
377
+ consistent with the full freedom of use specified in this license.
378
+
379
+ Most GNU software, including some libraries, is covered by the
380
+ ordinary GNU General Public License. This license, the GNU Lesser
381
+ General Public License, applies to certain designated libraries, and
382
+ is quite different from the ordinary General Public License. We use
383
+ this license for certain libraries in order to permit linking those
384
+ libraries into non-free programs.
385
+
386
+ When a program is linked with a library, whether statically or using
387
+ a shared library, the combination of the two is legally speaking a
388
+ combined work, a derivative of the original library. The ordinary
389
+ General Public License therefore permits such linking only if the
390
+ entire combination fits its criteria of freedom. The Lesser General
391
+ Public License permits more lax criteria for linking other code with
392
+ the library.
393
+
394
+ We call this license the "Lesser" General Public License because it
395
+ does Less to protect the user's freedom than the ordinary General
396
+ Public License. It also provides other free software developers Less
397
+ of an advantage over competing non-free programs. These disadvantages
398
+ are the reason we use the ordinary General Public License for many
399
+ libraries. However, the Lesser license provides advantages in certain
400
+ special circumstances.
401
+
402
+ For example, on rare occasions, there may be a special need to
403
+ encourage the widest possible use of a certain library, so that it becomes
404
+ a de-facto standard. To achieve this, non-free programs must be
405
+ allowed to use the library. A more frequent case is that a free
406
+ library does the same job as widely used non-free libraries. In this
407
+ case, there is little to gain by limiting the free library to free
408
+ software only, so we use the Lesser General Public License.
409
+
410
+ In other cases, permission to use a particular library in non-free
411
+ programs enables a greater number of people to use a large body of
412
+ free software. For example, permission to use the GNU C Library in
413
+ non-free programs enables many more people to use the whole GNU
414
+ operating system, as well as its variant, the GNU/Linux operating
415
+ system.
416
+
417
+ Although the Lesser General Public License is Less protective of the
418
+ users' freedom, it does ensure that the user of a program that is
419
+ linked with the Library has the freedom and the wherewithal to run
420
+ that program using a modified version of the Library.
421
+
422
+ The precise terms and conditions for copying, distribution and
423
+ modification follow. Pay close attention to the difference between a
424
+ "work based on the library" and a "work that uses the library". The
425
+ former contains code derived from the library, whereas the latter must
426
+ be combined with the library in order to run.
427
+
428
+ GNU LESSER GENERAL PUBLIC LICENSE
429
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
430
+
431
+ 0. This License Agreement applies to any software library or other
432
+ program which contains a notice placed by the copyright holder or
433
+ other authorized party saying it may be distributed under the terms of
434
+ this Lesser General Public License (also called "this License").
435
+ Each licensee is addressed as "you".
436
+
437
+ A "library" means a collection of software functions and/or data
438
+ prepared so as to be conveniently linked with application programs
439
+ (which use some of those functions and data) to form executables.
440
+
441
+ The "Library", below, refers to any such software library or work
442
+ which has been distributed under these terms. A "work based on the
443
+ Library" means either the Library or any derivative work under
444
+ copyright law: that is to say, a work containing the Library or a
445
+ portion of it, either verbatim or with modifications and/or translated
446
+ straightforwardly into another language. (Hereinafter, translation is
447
+ included without limitation in the term "modification".)
448
+
449
+ "Source code" for a work means the preferred form of the work for
450
+ making modifications to it. For a library, complete source code means
451
+ all the source code for all modules it contains, plus any associated
452
+ interface definition files, plus the scripts used to control compilation
453
+ and installation of the library.
454
+
455
+ Activities other than copying, distribution and modification are not
456
+ covered by this License; they are outside its scope. The act of
457
+ running a program using the Library is not restricted, and output from
458
+ such a program is covered only if its contents constitute a work based
459
+ on the Library (independent of the use of the Library in a tool for
460
+ writing it). Whether that is true depends on what the Library does
461
+ and what the program that uses the Library does.
462
+
463
+ 1. You may copy and distribute verbatim copies of the Library's
464
+ complete source code as you receive it, in any medium, provided that
465
+ you conspicuously and appropriately publish on each copy an
466
+ appropriate copyright notice and disclaimer of warranty; keep intact
467
+ all the notices that refer to this License and to the absence of any
468
+ warranty; and distribute a copy of this License along with the
469
+ Library.
470
+
471
+ You may charge a fee for the physical act of transferring a copy,
472
+ and you may at your option offer warranty protection in exchange for a
473
+ fee.
474
+
475
+ 2. You may modify your copy or copies of the Library or any portion
476
+ of it, thus forming a work based on the Library, and copy and
477
+ distribute such modifications or work under the terms of Section 1
478
+ above, provided that you also meet all of these conditions:
479
+
480
+ a) The modified work must itself be a software library.
481
+
482
+ b) You must cause the files modified to carry prominent notices
483
+ stating that you changed the files and the date of any change.
484
+
485
+ c) You must cause the whole of the work to be licensed at no
486
+ charge to all third parties under the terms of this License.
487
+
488
+ d) If a facility in the modified Library refers to a function or a
489
+ table of data to be supplied by an application program that uses
490
+ the facility, other than as an argument passed when the facility
491
+ is invoked, then you must make a good faith effort to ensure that,
492
+ in the event an application does not supply such function or
493
+ table, the facility still operates, and performs whatever part of
494
+ its purpose remains meaningful.
495
+
496
+ (For example, a function in a library to compute square roots has
497
+ a purpose that is entirely well-defined independent of the
498
+ application. Therefore, Subsection 2d requires that any
499
+ application-supplied function or table used by this function must
500
+ be optional: if the application does not supply it, the square
501
+ root function must still compute square roots.)
502
+
503
+ These requirements apply to the modified work as a whole. If
504
+ identifiable sections of that work are not derived from the Library,
505
+ and can be reasonably considered independent and separate works in
506
+ themselves, then this License, and its terms, do not apply to those
507
+ sections when you distribute them as separate works. But when you
508
+ distribute the same sections as part of a whole which is a work based
509
+ on the Library, the distribution of the whole must be on the terms of
510
+ this License, whose permissions for other licensees extend to the
511
+ entire whole, and thus to each and every part regardless of who wrote
512
+ it.
513
+
514
+ Thus, it is not the intent of this section to claim rights or contest
515
+ your rights to work written entirely by you; rather, the intent is to
516
+ exercise the right to control the distribution of derivative or
517
+ collective works based on the Library.
518
+
519
+ In addition, mere aggregation of another work not based on the Library
520
+ with the Library (or with a work based on the Library) on a volume of
521
+ a storage or distribution medium does not bring the other work under
522
+ the scope of this License.
523
+
524
+ 3. You may opt to apply the terms of the ordinary GNU General Public
525
+ License instead of this License to a given copy of the Library. To do
526
+ this, you must alter all the notices that refer to this License, so
527
+ that they refer to the ordinary GNU General Public License, version 2,
528
+ instead of to this License. (If a newer version than version 2 of the
529
+ ordinary GNU General Public License has appeared, then you can specify
530
+ that version instead if you wish.) Do not make any other change in
531
+ these notices.
532
+
533
+ Once this change is made in a given copy, it is irreversible for
534
+ that copy, so the ordinary GNU General Public License applies to all
535
+ subsequent copies and derivative works made from that copy.
536
+
537
+ This option is useful when you wish to copy part of the code of
538
+ the Library into a program that is not a library.
539
+
540
+ 4. You may copy and distribute the Library (or a portion or
541
+ derivative of it, under Section 2) in object code or executable form
542
+ under the terms of Sections 1 and 2 above provided that you accompany
543
+ it with the complete corresponding machine-readable source code, which
544
+ must be distributed under the terms of Sections 1 and 2 above on a
545
+ medium customarily used for software interchange.
546
+
547
+ If distribution of object code is made by offering access to copy
548
+ from a designated place, then offering equivalent access to copy the
549
+ source code from the same place satisfies the requirement to
550
+ distribute the source code, even though third parties are not
551
+ compelled to copy the source along with the object code.
552
+
553
+ 5. A program that contains no derivative of any portion of the
554
+ Library, but is designed to work with the Library by being compiled or
555
+ linked with it, is called a "work that uses the Library". Such a
556
+ work, in isolation, is not a derivative work of the Library, and
557
+ therefore falls outside the scope of this License.
558
+
559
+ However, linking a "work that uses the Library" with the Library
560
+ creates an executable that is a derivative of the Library (because it
561
+ contains portions of the Library), rather than a "work that uses the
562
+ library". The executable is therefore covered by this License.
563
+ Section 6 states terms for distribution of such executables.
564
+
565
+ When a "work that uses the Library" uses material from a header file
566
+ that is part of the Library, the object code for the work may be a
567
+ derivative work of the Library even though the source code is not.
568
+ Whether this is true is especially significant if the work can be
569
+ linked without the Library, or if the work is itself a library. The
570
+ threshold for this to be true is not precisely defined by law.
571
+
572
+ If such an object file uses only numerical parameters, data
573
+ structure layouts and accessors, and small macros and small inline
574
+ functions (ten lines or less in length), then the use of the object
575
+ file is unrestricted, regardless of whether it is legally a derivative
576
+ work. (Executables containing this object code plus portions of the
577
+ Library will still fall under Section 6.)
578
+
579
+ Otherwise, if the work is a derivative of the Library, you may
580
+ distribute the object code for the work under the terms of Section 6.
581
+ Any executables containing that work also fall under Section 6,
582
+ whether or not they are linked directly with the Library itself.
583
+
584
+ 6. As an exception to the Sections above, you may also combine or
585
+ link a "work that uses the Library" with the Library to produce a
586
+ work containing portions of the Library, and distribute that work
587
+ under terms of your choice, provided that the terms permit
588
+ modification of the work for the customer's own use and reverse
589
+ engineering for debugging such modifications.
590
+
591
+ You must give prominent notice with each copy of the work that the
592
+ Library is used in it and that the Library and its use are covered by
593
+ this License. You must supply a copy of this License. If the work
594
+ during execution displays copyright notices, you must include the
595
+ copyright notice for the Library among them, as well as a reference
596
+ directing the user to the copy of this License. Also, you must do one
597
+ of these things:
598
+
599
+ a) Accompany the work with the complete corresponding
600
+ machine-readable source code for the Library including whatever
601
+ changes were used in the work (which must be distributed under
602
+ Sections 1 and 2 above); and, if the work is an executable linked
603
+ with the Library, with the complete machine-readable "work that
604
+ uses the Library", as object code and/or source code, so that the
605
+ user can modify the Library and then relink to produce a modified
606
+ executable containing the modified Library. (It is understood
607
+ that the user who changes the contents of definitions files in the
608
+ Library will not necessarily be able to recompile the application
609
+ to use the modified definitions.)
610
+
611
+ b) Use a suitable shared library mechanism for linking with the
612
+ Library. A suitable mechanism is one that (1) uses at run time a
613
+ copy of the library already present on the user's computer system,
614
+ rather than copying library functions into the executable, and (2)
615
+ will operate properly with a modified version of the library, if
616
+ the user installs one, as long as the modified version is
617
+ interface-compatible with the version that the work was made with.
618
+
619
+ c) Accompany the work with a written offer, valid for at
620
+ least three years, to give the same user the materials
621
+ specified in Subsection 6a, above, for a charge no more
622
+ than the cost of performing this distribution.
623
+
624
+ d) If distribution of the work is made by offering access to copy
625
+ from a designated place, offer equivalent access to copy the above
626
+ specified materials from the same place.
627
+
628
+ e) Verify that the user has already received a copy of these
629
+ materials or that you have already sent this user a copy.
630
+
631
+ For an executable, the required form of the "work that uses the
632
+ Library" must include any data and utility programs needed for
633
+ reproducing the executable from it. However, as a special exception,
634
+ the materials to be distributed need not include anything that is
635
+ normally distributed (in either source or binary form) with the major
636
+ components (compiler, kernel, and so on) of the operating system on
637
+ which the executable runs, unless that component itself accompanies
638
+ the executable.
639
+
640
+ It may happen that this requirement contradicts the license
641
+ restrictions of other proprietary libraries that do not normally
642
+ accompany the operating system. Such a contradiction means you cannot
643
+ use both them and the Library together in an executable that you
644
+ distribute.
645
+
646
+ 7. You may place library facilities that are a work based on the
647
+ Library side-by-side in a single library together with other library
648
+ facilities not covered by this License, and distribute such a combined
649
+ library, provided that the separate distribution of the work based on
650
+ the Library and of the other library facilities is otherwise
651
+ permitted, and provided that you do these two things:
652
+
653
+ a) Accompany the combined library with a copy of the same work
654
+ based on the Library, uncombined with any other library
655
+ facilities. This must be distributed under the terms of the
656
+ Sections above.
657
+
658
+ b) Give prominent notice with the combined library of the fact
659
+ that part of it is a work based on the Library, and explaining
660
+ where to find the accompanying uncombined form of the same work.
661
+
662
+ 8. You may not copy, modify, sublicense, link with, or distribute
663
+ the Library except as expressly provided under this License. Any
664
+ attempt otherwise to copy, modify, sublicense, link with, or
665
+ distribute the Library is void, and will automatically terminate your
666
+ rights under this License. However, parties who have received copies,
667
+ or rights, from you under this License will not have their licenses
668
+ terminated so long as such parties remain in full compliance.
669
+
670
+ 9. You are not required to accept this License, since you have not
671
+ signed it. However, nothing else grants you permission to modify or
672
+ distribute the Library or its derivative works. These actions are
673
+ prohibited by law if you do not accept this License. Therefore, by
674
+ modifying or distributing the Library (or any work based on the
675
+ Library), you indicate your acceptance of this License to do so, and
676
+ all its terms and conditions for copying, distributing or modifying
677
+ the Library or works based on it.
678
+
679
+ 10. Each time you redistribute the Library (or any work based on the
680
+ Library), the recipient automatically receives a license from the
681
+ original licensor to copy, distribute, link with or modify the Library
682
+ subject to these terms and conditions. You may not impose any further
683
+ restrictions on the recipients' exercise of the rights granted herein.
684
+ You are not responsible for enforcing compliance by third parties with
685
+ this License.
686
+
687
+ 11. If, as a consequence of a court judgment or allegation of patent
688
+ infringement or for any other reason (not limited to patent issues),
689
+ conditions are imposed on you (whether by court order, agreement or
690
+ otherwise) that contradict the conditions of this License, they do not
691
+ excuse you from the conditions of this License. If you cannot
692
+ distribute so as to satisfy simultaneously your obligations under this
693
+ License and any other pertinent obligations, then as a consequence you
694
+ may not distribute the Library at all. For example, if a patent
695
+ license would not permit royalty-free redistribution of the Library by
696
+ all those who receive copies directly or indirectly through you, then
697
+ the only way you could satisfy both it and this License would be to
698
+ refrain entirely from distribution of the Library.
699
+
700
+ If any portion of this section is held invalid or unenforceable under any
701
+ particular circumstance, the balance of the section is intended to apply,
702
+ and the section as a whole is intended to apply in other circumstances.
703
+
704
+ It is not the purpose of this section to induce you to infringe any
705
+ patents or other property right claims or to contest validity of any
706
+ such claims; this section has the sole purpose of protecting the
707
+ integrity of the free software distribution system which is
708
+ implemented by public license practices. Many people have made
709
+ generous contributions to the wide range of software distributed
710
+ through that system in reliance on consistent application of that
711
+ system; it is up to the author/donor to decide if he or she is willing
712
+ to distribute software through any other system and a licensee cannot
713
+ impose that choice.
714
+
715
+ This section is intended to make thoroughly clear what is believed to
716
+ be a consequence of the rest of this License.
717
+
718
+ 12. If the distribution and/or use of the Library is restricted in
719
+ certain countries either by patents or by copyrighted interfaces, the
720
+ original copyright holder who places the Library under this License may add
721
+ an explicit geographical distribution limitation excluding those countries,
722
+ so that distribution is permitted only in or among countries not thus
723
+ excluded. In such case, this License incorporates the limitation as if
724
+ written in the body of this License.
725
+
726
+ 13. The Free Software Foundation may publish revised and/or new
727
+ versions of the Lesser General Public License from time to time.
728
+ Such new versions will be similar in spirit to the present version,
729
+ but may differ in detail to address new problems or concerns.
730
+
731
+ Each version is given a distinguishing version number. If the Library
732
+ specifies a version number of this License which applies to it and
733
+ "any later version", you have the option of following the terms and
734
+ conditions either of that version or of any later version published by
735
+ the Free Software Foundation. If the Library does not specify a
736
+ license version number, you may choose any version ever published by
737
+ the Free Software Foundation.
738
+
739
+ 14. If you wish to incorporate parts of the Library into other free
740
+ programs whose distribution conditions are incompatible with these,
741
+ write to the author to ask for permission. For software which is
742
+ copyrighted by the Free Software Foundation, write to the Free
743
+ Software Foundation; we sometimes make exceptions for this. Our
744
+ decision will be guided by the two goals of preserving the free status
745
+ of all derivatives of our free software and of promoting the sharing
746
+ and reuse of software generally.
747
+
748
+ NO WARRANTY
749
+
750
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
751
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
752
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
753
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
754
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
755
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
756
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
757
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
758
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
759
+
760
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
761
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
762
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
763
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
764
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
765
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
766
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
767
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
768
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
769
+ DAMAGES.
770
+
771
+ END OF TERMS AND CONDITIONS
772
+
773
+
774
+ Common Public License - v 1.0
775
+
776
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
777
+
778
+ 1. DEFINITIONS
779
+
780
+ "Contribution" means:
781
+
782
+ a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
783
+ b) in the case of each subsequent Contributor:
784
+
785
+ i) changes to the Program, and
786
+
787
+ ii) additions to the Program;
788
+
789
+ where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
790
+
791
+ "Contributor" means any person or entity that distributes the Program.
792
+
793
+ "Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
794
+
795
+ "Program" means the Contributions distributed in accordance with this Agreement.
796
+
797
+ "Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
798
+
799
+ 2. GRANT OF RIGHTS
800
+
801
+ a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
802
+
803
+ b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
804
+
805
+ c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
806
+
807
+ d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
808
+
809
+ 3. REQUIREMENTS
810
+
811
+ A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
812
+
813
+ a) it complies with the terms and conditions of this Agreement; and
814
+
815
+ b) its license agreement:
816
+
817
+ i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
818
+
819
+ ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
820
+
821
+ iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
822
+
823
+ iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
824
+
825
+ When the Program is made available in source code form:
826
+
827
+ a) it must be made available under this Agreement; and
828
+
829
+ b) a copy of this Agreement must be included with each copy of the Program.
830
+
831
+ Contributors may not remove or alter any copyright notices contained within the Program.
832
+
833
+ Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
834
+
835
+ 4. COMMERCIAL DISTRIBUTION
836
+
837
+ Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
838
+
839
+ For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
840
+
841
+ 5. NO WARRANTY
842
+
843
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
844
+
845
+ 6. DISCLAIMER OF LIABILITY
846
+
847
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
848
+
849
+ 7. GENERAL
850
+
851
+ If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
852
+
853
+ If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
854
+
855
+ All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
856
+
857
+ Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
858
+
859
+ This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
Binary file
data/lib/jruby-jars.rb ADDED
@@ -0,0 +1,13 @@
1
+ require File.join(File.expand_path(File.dirname(__FILE__)), 'jruby-jars/version.rb')
2
+
3
+ module JRubyJars
4
+ PATH = File.expand_path(File.dirname(__FILE__))
5
+
6
+ def self.core_jar_path
7
+ PATH + "/jruby-core-#{VERSION}.jar"
8
+ end
9
+
10
+ def self.stdlib_jar_path
11
+ PATH + "/jruby-stdlib-#{VERSION}.jar"
12
+ end
13
+ end
@@ -0,0 +1,3 @@
1
+ module JRubyJars
2
+ VERSION = '1.3.1'
3
+ end
Binary file
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ extensions: []
3
+
4
+ homepage: http://www.jruby.org
5
+ executables: []
6
+
7
+ version: !ruby/object:Gem::Version
8
+ version: 1.3.1
9
+ post_install_message:
10
+ date: 2009-08-24 05:00:00 +00:00
11
+ files:
12
+ - History.txt
13
+ - Manifest.txt
14
+ - README.txt
15
+ - lib/jruby-jars/version.rb
16
+ - lib/jruby-jars.rb
17
+ - lib/jruby-core-1.3.1.jar
18
+ - lib/jruby-stdlib-1.3.1.jar
19
+ rubygems_version: 1.3.3
20
+ rdoc_options:
21
+ - --main
22
+ - README.txt
23
+ signing_key:
24
+ cert_chain: []
25
+
26
+ name: jruby-jars
27
+ has_rdoc: true
28
+ platform: ruby
29
+ summary: JRuby is an implementation of the Ruby language atop the Java virtual machine.
30
+ default_executable:
31
+ bindir: bin
32
+ licenses: []
33
+
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ version:
36
+ requirements:
37
+ - - '>='
38
+ - !ruby/object:Gem::Version
39
+ version: "0"
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ version:
42
+ requirements:
43
+ - - '>='
44
+ - !ruby/object:Gem::Version
45
+ version: "0"
46
+ require_paths:
47
+ - lib
48
+ specification_version: 3
49
+ test_files: []
50
+
51
+ dependencies:
52
+ - !ruby/object:Gem::Dependency
53
+ type: :development
54
+ name: hoe
55
+ version_requirement:
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ version:
58
+ requirements:
59
+ - - '>='
60
+ - !ruby/object:Gem::Version
61
+ version: 2.3.3
62
+ description: JRuby is an implementation of the Ruby language atop the Java virtual
63
+ machine.
64
+ email:
65
+ - charles.nutter@sun.com
66
+ authors:
67
+ - Charles Oliver Nutter
68
+ extra_rdoc_files:
69
+ - History.txt
70
+ - Manifest.txt
71
+ - README.txt
72
+ requirements: []
73
+
74
+ rubyforge_project: jruby-extras
75
+ autorequire: