gpgme-ffi 3.0.5 → 3.0.6

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/gpgme/ffi/functions.rb +1 -1
  2. metadata +4 -4
@@ -338,7 +338,7 @@ module GPGME
338
338
 
339
339
 
340
340
  def self.gpgme_op_sign_result(context)
341
- struct = Library::SignResult.new Library::gpgme_op_verify_result(context.context_pointer)
341
+ struct = Library::SignResult.new Library::gpgme_op_sign_result(context.context_pointer)
342
342
 
343
343
  SignResult.new_from_struct struct
344
344
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gpgme-ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-12-09 00:00:00.000000000 Z
14
+ date: 2012-12-14 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: ffi
@@ -184,7 +184,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
184
184
  version: '0'
185
185
  segments:
186
186
  - 0
187
- hash: 3678503466225095861
187
+ hash: 4146521395471753080
188
188
  required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  none: false
190
190
  requirements:
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  segments:
195
195
  - 0
196
- hash: 3678503466225095861
196
+ hash: 4146521395471753080
197
197
  requirements: []
198
198
  rubyforge_project: ruby-gpgme
199
199
  rubygems_version: 1.8.24