lzma-ffi 0.0.1 → 0.0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/lzma.rb +1 -0
  2. metadata +2 -1
data/lib/lzma.rb CHANGED
@@ -18,6 +18,7 @@
18
18
  #++
19
19
 
20
20
  require 'ffi'
21
+ require 'stringio'
21
22
 
22
23
  class String
23
24
  def pointer
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 1
9
- version: 0.0.1
9
+ - 1
10
+ version: 0.0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - shura