typesafe-config-jars 1.0.2-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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZTAzZDQzM2E3MWU1YTAxNGU2ODNlMTIyOTdjZjhmMDgxNTc0ZDA4MA==
5
+ data.tar.gz: !binary |-
6
+ YzZhM2MwNGIwNGE3MTcxOGFiYWFhZWFiNTQ3Y2JhNjVlZmQ5YjlkYw==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZTVlMDE2NWQ4ZjViZDcyMzlhZTY4MDdhNTdjM2ZmNmY1OTViYWViM2I0YjEx
10
+ MmZlZGVkZTJiOGMyM2JhYTRmNzhhZTI2ZGQxNjgyZmRmZjQ2Zjg0ZDkyZjVk
11
+ ZmFmNmJlMzY3YThiNTRkOWU5OTFlMmYzNjcyZDhjZWUwNTBjZGU=
12
+ data.tar.gz: !binary |-
13
+ ODQyNDIwZTY2YjExNWJiMjg3YTQ0YjYzZmIzM2U4YWRjZDllOTIzMDU2OGYx
14
+ M2NkYmY4ZDU1MWIxMWFkZmQ2NjY5Yjk2MTQxYTFjZGIzOWY1MjI0NmEwOTNj
15
+ MDMzNmE4ZmU3ZDJhYmFkZDYwNWFjMzVlZDBiNmU4NTliYTgwNGI=
Binary file
@@ -0,0 +1,5 @@
1
+ # encoding: utf-8
2
+
3
+ require 'java'
4
+
5
+ Dir["#{File.expand_path('..', __FILE__)}/*.jar"].each { |jar| require(jar) }
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: typesafe-config-jars
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.2
5
+ platform: java
6
+ authors:
7
+ - Theo Hultberg
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-10-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ''
14
+ email:
15
+ - theo@iconara.net
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/typesafe-config-jars.rb
21
+ - lib/config-1.0.2.jar
22
+ homepage: https://github.com/iconara/jar-gems
23
+ licenses: []
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ! '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project: typesafe-config-jars
41
+ rubygems_version: 2.1.5
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Typesafe Config JARs from http://typesafe.com
45
+ test_files: []