beardley-groovy 1.7.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2008-2012 Brice Texier
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc ADDED
@@ -0,0 +1,4 @@
1
+ = Beardley::Groovy
2
+ {<img src="https://badge.fury.io/rb/beardley-groovy.png" alt="Gem Version" />}[http://badge.fury.io/rb/beardley-groovy]
3
+
4
+ Provides a JAR of Groovy.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.7.5.0
@@ -0,0 +1,11 @@
1
+ require 'pathname'
2
+
3
+ module Beardley
4
+ module Groovy
5
+
6
+ def self.classpath
7
+ return Pathname.new(__FILE__).dirname.dirname.join("vendor", "java", "groovy-all-1.7.5.jar")
8
+ end
9
+
10
+ end
11
+ end
Binary file
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: beardley-groovy
3
+ version: !ruby/object:Gem::Version
4
+ version: !binary |-
5
+ MS43LjUuMA==
6
+ prerelease:
7
+ platform: ruby
8
+ authors:
9
+ - Brice Texier
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2013-04-07 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description:
16
+ email: burisu@oneiros.fr
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files:
20
+ - LICENSE
21
+ - README.rdoc
22
+ files:
23
+ - LICENSE
24
+ - README.rdoc
25
+ - VERSION
26
+ - lib/beardley-groovy.rb
27
+ - vendor/java/groovy-all-1.7.5.jar
28
+ homepage: http://github.com/burisu/beardley-groovy
29
+ licenses:
30
+ - MIT
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ none: false
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubyforge_project:
49
+ rubygems_version: 1.8.23
50
+ signing_key:
51
+ specification_version: 3
52
+ summary: Groovy for Beardley
53
+ test_files: []