naoki 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ require 'ffi'
2
2
 
3
3
  ICAPI_LIB_FILE = File.join(File.expand_path(__FILE__), '../libICAPI.so')
4
4
 
5
- unless File.exists? ICAPI_LIB_FILE
5
+ unless RUBY_PLATFORM.match /linux/
6
6
 
7
7
  module DataSecureWrapper
8
8
  def self.configure(*args)
data/naoki.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  SPEC = Gem::Specification.new do |s|
2
2
  s.name = "naoki"
3
- s.version = "1.0.8"
3
+ s.version = "1.0.9"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.homepage = ""
6
6
  s.summary = "C bindings for SafeNet DataSecure ICAPI"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 8
9
- version: 1.0.8
8
+ - 9
9
+ version: 1.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chris Apolzon