lzma-ffi 0.0.1.alpha → 0.0.1.alpha.2

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 (2) hide show
  1. data/lib/lzma.rb +1 -1
  2. metadata +2 -1
data/lib/lzma.rb CHANGED
@@ -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
@@ -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