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 ADDED
@@ -0,0 +1 @@
1
+ All files are licensed under the same terms as jruby. See the jruby project for details.
@@ -0,0 +1,5 @@
1
+ redcar-jruby
2
+ ============
3
+
4
+ This gem exists solely to distribute the jruby-complete.jar through Rubygems.
5
+ You should probably not be using it for anything.
@@ -0,0 +1,6 @@
1
+
2
+ module RedcarJRuby
3
+ def self.jar_path
4
+ File.expand_path("../../vendor/jruby-complete-1.6.4.jar", __FILE__)
5
+ end
6
+ end
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: []