lz4-jars 1.2.0-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.
Files changed (4) hide show
  1. checksums.yaml +15 -0
  2. data/lib/lz4-1.2.0.jar +0 -0
  3. data/lib/lz4-jars.rb +5 -0
  4. metadata +45 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MjhiZGQ2N2EwOWMzY2E5OThkNTViM2U1MmY2MDFiOGY0MjlkNjY2MA==
5
+ data.tar.gz: !binary |-
6
+ YmM3ZjkxNWYyMWY5MzhhNTFiM2M0NTUwZTVkNzZlMDVhZDA4ZGZkOQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ Mzc0ZDhkYzY5ODkwMmEwOTM1ODMyMjM1NjNlNzU3Y2RhMmVlZDk3NWE4NzEy
10
+ MGJkNTJhZDMwNWRkZDc4YzllMDYwZmNjNGIxZGJmYzlmMTMxY2MyOTE3MTQz
11
+ YThkZWM0Y2IzYzBhZDc4MDAwNTVhYjcyMTEwNTY0NzZjOGFiZTQ=
12
+ data.tar.gz: !binary |-
13
+ OTEwZTAxMWJjNjU4ODAxMmY2YjFiNjI3NThlYzRkMWU3NmQxOWYxNWUyODI4
14
+ MWFlMDBjNWQ3ZTFlYmFhNDk5YzNjZjBkZGZkOWQ3NjJjZTlmMzRjZTI0OTQ3
15
+ MDcyYzcyMDg5NmYzNDFjYTczN2Y2NzNhZDUwNTU0MjIyYThhODQ=
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: lz4-jars
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.0
5
+ platform: java
6
+ authors:
7
+ - Mathias Söderberg
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-02-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ''
14
+ email:
15
+ - mths@sdrbrg.se
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/lz4-1.2.0.jar
21
+ - lib/lz4-jars.rb
22
+ homepage: ''
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: lz4-jars
41
+ rubygems_version: 2.2.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: ''
45
+ test_files: []