scala-library-jars 2.9.2-java → 2.10.3-java

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.
@@ -1,4 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  require 'java'
4
- require 'scala-library-2.9.2'
4
+
5
+ Dir["#{File.expand_path('..', __FILE__)}/*.jar"].each { |jar| require(jar) }
metadata CHANGED
@@ -1,56 +1,50 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: scala-library-jars
3
- version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 2.9.2
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.10.3
5
+ prerelease:
6
6
  platform: java
7
- authors:
7
+ authors:
8
8
  - Theo Hultberg
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2012-08-07 00:00:00 Z
12
+ date: 2013-10-05 00:00:00.000000000 Z
14
13
  dependencies: []
15
-
16
- description: ""
17
- email:
14
+ description: ''
15
+ email:
18
16
  - theo@iconara.net
19
17
  executables: []
20
-
21
18
  extensions: []
22
-
23
19
  extra_rdoc_files: []
24
-
25
- files:
20
+ files:
26
21
  - lib/scala-library-jars.rb
27
- - lib/scala-library-2.9.2.jar
28
- homepage: http://scala-lang.org
22
+ - lib/scala-library-2.10.3.jar
23
+ homepage: https://github.com/iconara/jar-gems
29
24
  licenses: []
30
-
31
- post_install_message:
25
+ post_install_message:
32
26
  rdoc_options: []
33
-
34
- require_paths:
27
+ require_paths:
35
28
  - lib
36
- required_ruby_version: !ruby/object:Gem::Requirement
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: !binary |-
34
+ MA==
37
35
  none: false
38
- requirements:
39
- - - ">="
40
- - !ruby/object:Gem::Version
41
- version: "0"
42
- required_rubygems_version: !ruby/object:Gem::Requirement
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: !binary |-
41
+ MA==
43
42
  none: false
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: "0"
48
43
  requirements: []
49
-
50
44
  rubyforge_project: scala-library-jars
51
- rubygems_version: 1.8.11
52
- signing_key:
45
+ rubygems_version: 1.8.24
46
+ signing_key:
53
47
  specification_version: 3
54
- summary: Scala Library JARs
48
+ summary: Scala Library JARs from http://scala-lang.org
55
49
  test_files: []
56
-
50
+ has_rdoc:
Binary file