libmspack 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2c831b320301fc598dbab6b3e4bb2b1716748ac
4
- data.tar.gz: 17cce53393d12e39d9a2aa6297222bacf27d5e54
3
+ metadata.gz: 4ee12e849050678cecd8e491f065c1d4ea2a3f2d
4
+ data.tar.gz: e4c040ca2fc10189361cbce5163f5dbeaeb60498
5
5
  SHA512:
6
- metadata.gz: 3cd2df0766a02947b0db86496f2bfd79ace598018e01007d70cb1e7b312e3d2c015ad3278048e535064176d3c79db50088ecf4df4e725750bbe2dfaae5ca93b0
7
- data.tar.gz: 2d155ec32a646d882eb464deead14174cc66b811def9751731fcefd6cabb6e97ffa853e7b43fdb3f848f5eb68403aca287da447a2e85fb6659246ebdd8f4c0e0
6
+ metadata.gz: 94f6cdeb4fc32e9a9ccdd098db0f3a2f46f79dc509b4a481141316547a778f613a2af6683caa1a93dda1ccbe30b1aaf45695cd63b2c23d7c794f8735f8be9cc7
7
+ data.tar.gz: f0875821a2049708fa2b1f1ef9f456089391c065b8ca3e069db14fb3b0ec525079fa9b3f72f0546790c4f70b440d3092eda375a48aaf6877420e57ee00df4f91
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Libmspack
2
2
 
3
- This is Ruby wrapper for libmspack library.
3
+ This is Ruby wrapper for [libmspack](http://www.cabextract.org.uk/libmspack/) library.
4
4
 
5
5
  Compressing and decompressing some loosely related Microsoft compression formats, CAB, CHM, HLP, LIT, KWAJ and SZDD.
6
6
 
@@ -56,6 +56,9 @@ It means you can copy, modify, distribute and include in your own work/code, eve
56
56
 
57
57
  [About Unlicense](http://unlicense.org/)
58
58
 
59
+ ### BUT
60
+
61
+ libmspack library itself is licensed with the [GNU LGPL](http://www.gnu.org/licenses/lgpl.txt)
59
62
 
60
63
  ## Contributing
61
64
 
@@ -1,4 +1,4 @@
1
1
  module LibMsPack
2
2
  # Version
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.description = 'A library for compressing and decompressing some loosely related Microsoft compression formats, CAB, CHM, HLP, LIT, KWAJ and SZDD.'
12
12
  spec.summary = 'Ruby wrapper for libmspack.'
13
13
  spec.homepage = 'https://github.com/davispuh/ruby-libmspack'
14
- spec.license = 'UNLICENSE'
14
+ spec.licenses = ['UNLICENSE', 'LGPL-2']
15
15
 
16
16
  spec.platform = Gem::Platform::RUBY
17
17
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libmspack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dāvis
@@ -282,6 +282,7 @@ files:
282
282
  homepage: https://github.com/davispuh/ruby-libmspack
283
283
  licenses:
284
284
  - UNLICENSE
285
+ - LGPL-2
285
286
  metadata: {}
286
287
  post_install_message:
287
288
  rdoc_options: []