naoki 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,6 @@ else
37
37
  attach_function 'I_C_DeleteCipherSpec', [:pointer], :int
38
38
  attach_function 'I_C_Crypt', [:pointer, :pointer, :uint8, :string, :uint, :pointer, :uint, :pointer, :pointer], :int
39
39
  attach_function 'I_C_CalculateOutputSizeForKey', [:pointer, :pointer, :uint8, :int, :pointer], :int
40
- attach_function 'I_C_Fini', [], :void
41
40
  attach_function 'I_C_CloseSession', [:pointer], :void
42
41
 
43
42
  @@cipherspec_pointer = nil
@@ -1,6 +1,6 @@
1
1
  SPEC = Gem::Specification.new do |s|
2
2
  s.name = "naoki"
3
- s.version = "1.0.13"
3
+ s.version = "1.0.14"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.homepage = ""
6
6
  s.summary = "C bindings for SafeNet DataSecure ICAPI"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: naoki
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.13
5
+ version: 1.0.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Apolzon