lz4-ruby 0.2.0-x86-mingw32 → 0.3.0-x86-mingw32

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a100986fd48ee5f814628a1a6abac6750bd2e69d
4
- data.tar.gz: f2da6709979c16255d7f115c6e31e7d566cccb2a
3
+ metadata.gz: c4a6dc0313da950fdc6b9ac8efdbd234834aa2dc
4
+ data.tar.gz: d480a328c933234263e461674e376d869cb5b1b9
5
5
  SHA512:
6
- metadata.gz: 79cf651cdf97b88b2070a730b7c85cee55a32ebed600a8d3aec3f1db93330b9af2b0a2101f90b0578ee311316c73d986e8d3c8b35f56a144a70d86052f7f5e43
7
- data.tar.gz: 6d864710605c72f9a77da108518e56156ec8cd0c934c52d096e4ac7bc263a9b513f1a28c4f19b1e52e8086375b84b0c20e8a0aa70a0ba9bba60476e915ffd4c7
6
+ metadata.gz: 890642c4d06de124d0a709a6a6db65777e2558e1b89112f574948394dd74e9eec76bb61f801ae19560846c690b5573331199df279c6f0f7b5cbec276cd80104b
7
+ data.tar.gz: e28522bcd5286436bc6a6ba17de758f12de1ea13be588e8d3d2711425fb463ae3245b0747d700096a45e9a18ec0fcf3b93eeca976f38baf569c637391450b566
data/CHANGELOG.rdoc ADDED
@@ -0,0 +1,9 @@
1
+ = ChangeLog
2
+
3
+ == 0.3.0
4
+
5
+ * Support raw data stream handling methods (but not worked in JRuby).
6
+ * +LZ4.Raw.compress()+
7
+ * +LZ4.Raw.compressHC()+
8
+ * +LZ4.Raw.decompress()+
9
+ * Rename +LZ4.uncompress()+ to +LZ4.decompress()+ .
data/README.rdoc CHANGED
@@ -33,7 +33,8 @@ Tested on VirtualBox VM : 2-core / 4GB RAM (Host : Core i5-2520M / 8GB RAM).
33
33
 
34
34
  == TODO
35
35
 
36
- * replace calloc() with xalloc() in lz4hc.c
36
+ * Support raw data handling methods for JRuby.
37
+ * Support streaming methods.
37
38
  * Write API documents.
38
39
 
39
40
  == Copyright
@@ -43,7 +44,8 @@ See LICENSE.txt for further details.
43
44
 
44
45
  == Contributors
45
46
 
46
- * Charles Oliver Nutter <headius at headius.com>
47
+ * {Charles Oliver Nutter}[https://github.com/headius] <headius at headius.com>
48
+ * dearblue[https://github.com/dearblue]
47
49
 
48
50
  == About LZ4
49
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0