snappy-jars 1.1.0.1-java → 1.1.0.1.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,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 83d31163af9afe7389057e48ed986dea3cf6754d
4
+ data.tar.gz: 9646aa5ac41183281eaed569df114635d05225b2
5
+ SHA512:
6
+ metadata.gz: 0dfe8f0b1d903c98eb9bbcf5ece5f8e4a8f6506ddc5dd364597392bb29d88ff7f554653e232d1251a2cb8a64a02a01e233e71e1066c99bb0c6b965aebbf995f8
7
+ data.tar.gz: a2e4399d2618b848644f444463e4b716807b8a0b0c7e1fbe16977dc8b1d3feff155fd82956bf21b17b3b1f0f38a862fb8881304c3d49b843390dd733b1b8319d
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  pkg/
2
+ snappy-jars-*.gem
@@ -1,5 +1,3 @@
1
1
  require "java"
2
2
 
3
3
  Dir["#{File.expand_path('..', __FILE__)}/snappy-*.jar"].each { |jar| require(jar) }
4
-
5
- java_import org.xerial.snappy.Snappy
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = "snappy-jars"
6
- gem.version = "1.1.0.1"
6
+ gem.version = "1.1.0.1.2"
7
7
  gem.platform = "java"
8
8
  gem.homepage = "https://github.com/doxavore/snappy-jars"
9
9
  gem.authors = ["Doug Mayer"]
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snappy-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.1
5
- prerelease:
4
+ version: 1.1.0.1.2
6
5
  platform: java
7
6
  authors:
8
7
  - Doug Mayer
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-04-26 00:00:00.000000000 Z
11
+ date: 2013-12-11 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Google Snappy compression JNI wrapper JARs.
15
14
  email:
@@ -21,31 +20,29 @@ files:
21
20
  - .gitignore
22
21
  - README.md
23
22
  - lib/snappy-jars.rb
24
- - lib/snappy-java-1.1.0-M3.jar
23
+ - lib/snappy-java-1.1.0.1.jar
25
24
  - snappy-jars.gemspec
26
25
  homepage: https://github.com/doxavore/snappy-jars
27
26
  licenses: []
27
+ metadata: {}
28
28
  post_install_message:
29
29
  rdoc_options: []
30
30
  require_paths:
31
31
  - lib
32
32
  required_ruby_version: !ruby/object:Gem::Requirement
33
- none: false
34
33
  requirements:
35
- - - ! '>='
34
+ - - '>='
36
35
  - !ruby/object:Gem::Version
37
36
  version: '0'
38
37
  required_rubygems_version: !ruby/object:Gem::Requirement
39
- none: false
40
38
  requirements:
41
- - - ! '>='
39
+ - - '>='
42
40
  - !ruby/object:Gem::Version
43
41
  version: '0'
44
42
  requirements: []
45
43
  rubyforge_project:
46
- rubygems_version: 1.8.23
44
+ rubygems_version: 2.0.3
47
45
  signing_key:
48
- specification_version: 3
46
+ specification_version: 4
49
47
  summary: Google Snappy compression JNI wrapper JARs.
50
48
  test_files: []
51
- has_rdoc:
Binary file