snappy-ruby 0.1.0 → 1.0.0

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/snappy.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ffcdc64cf93afdef43c64bfac7cce36f1461621f605f9663cd1e004edafc1ec
4
- data.tar.gz: 83e7a4f8b1e29a476a94c9d68b317029c640b3e5c5b3d681eaf22eebe5d939f1
3
+ metadata.gz: a0d4b3c17111621f88734a4b6f1c86d9a48efeda84919f0023ae44a90d35e6dd
4
+ data.tar.gz: 2a64d86332ba69daaeb3bdda2e4177f3569693579c24977c59abe48700d15477
5
5
  SHA512:
6
- metadata.gz: 3b0d9a931fcb349f1afc70726123cb06039ddf35c40ab711d2d2b32d9b6c6e986f047af1c0e928f357ef59c523d85df6eb082272ae8a41fb0a36c6144dae8561
7
- data.tar.gz: e98f7b827e8884dcbac00dcdd6cc96cbf02924962eee69bb767b2b18c7b4f8dfd6a7b88dfd8effaa9b1f78ad1b6200663dfa37a50bad7e36a39be9867a8fc4b1
6
+ metadata.gz: 4357498ff2a045b4988f3340121efa32b921fb592a387bd59e022d84df4c0b57c17350d82c76303857b770b503eee02891560d5f2f2fd501fde7224954f3b298
7
+ data.tar.gz: be36815e4e0d8f6d468574495ebfc675e291643c07c04ea19a04608d6f5ad08d2e70cf267f4381d6f8e53abe2af2d038cab35a6938c1a1ed3e098000ceb4c668
data/lib/snappy.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require "snappy/snappy"
2
2
 
3
3
  module Snappy
4
- VERSION = "0.1.0"
4
+ VERSION = "1.0.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snappy-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Greninger
@@ -70,7 +70,7 @@ description: Ruby bindings for Google's Snappy compression library with bundled
70
70
  Provides fast compression and decompression with support for file I/O. No system
71
71
  dependencies required.
72
72
  email:
73
- - v-greningerj@microsoft.com
73
+ - jgreninger@hotmail.com
74
74
  executables: []
75
75
  extensions:
76
76
  - ext/snappy/extconf.rb