redcar-jruby 0.1
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.
- data/LICENSE +1 -0
- data/README.md +5 -0
- data/lib/redcar-jruby.rb +6 -0
- data/vendor/jruby-complete-1.6.4.jar +0 -0
- metadata +51 -0
data/LICENSE
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
All files are licensed under the same terms as jruby. See the jruby project for details.
|
data/README.md
ADDED
data/lib/redcar-jruby.rb
ADDED
Binary file
|
metadata
ADDED
@@ -0,0 +1,51 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: redcar-jruby
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: '0.1'
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Daniel Lucraft
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2011-09-10 00:00:00.000000000 +01:00
|
13
|
+
default_executable:
|
14
|
+
dependencies: []
|
15
|
+
description: ''
|
16
|
+
email:
|
17
|
+
- dan@fluentradical.com
|
18
|
+
executables: []
|
19
|
+
extensions: []
|
20
|
+
extra_rdoc_files: []
|
21
|
+
files:
|
22
|
+
- lib/redcar-jruby.rb
|
23
|
+
- vendor/jruby-complete-1.6.4.jar
|
24
|
+
- LICENSE
|
25
|
+
- README.md
|
26
|
+
has_rdoc: true
|
27
|
+
homepage: http://github.com/redcar/redcar-jruby
|
28
|
+
licenses: []
|
29
|
+
post_install_message:
|
30
|
+
rdoc_options: []
|
31
|
+
require_paths:
|
32
|
+
- lib
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
34
|
+
none: false
|
35
|
+
requirements:
|
36
|
+
- - ! '>='
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
40
|
+
none: false
|
41
|
+
requirements:
|
42
|
+
- - ! '>='
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
version: '0'
|
45
|
+
requirements: []
|
46
|
+
rubyforge_project:
|
47
|
+
rubygems_version: 1.6.2
|
48
|
+
signing_key:
|
49
|
+
specification_version: 3
|
50
|
+
summary: Bundles the jruby jar so Redcar can use it
|
51
|
+
test_files: []
|