RubyGems
npm
Organizations
Log in
Sign up
RubyGems
lzma-ffi
Versions diffs
0.0.1.alpha → 0.0.1.alpha.2
lzma-ffi 0.0.1.alpha → 0.0.1.alpha.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/lzma.rb
+1
-1
metadata
+2
-1
data/lib/lzma.rb
CHANGED
Viewed
@@ -29,7 +29,7 @@ class LZMA
29
29
module C
30
30
extend FFI::Library
31
31
32
-
if RUBY_PLATFORM =~ /(?<!dar)win/
32
+
if RUBY_PLATFORM =~ /(?<!dar)win
|w32
/
33
33
case 1.size * 8
34
34
when 64
35
35
ffi_lib File.realpath(File.join('..', 'liblzma_x86_64.dll'), __FILE__)
metadata
CHANGED
Viewed
@@ -7,7 +7,8 @@ version: !ruby/object:Gem::Version
7
7
- 0
8
8
- 1
9
9
- alpha
10
-
version:
0.0.1.alpha
10
+
-
2
11
+
version: 0.0.1.alpha.2
11
12
platform: ruby
12
13
authors:
13
14
- shura