Skip to content

Commit

Permalink
Update to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Aug 27, 2015
1 parent 46533d6 commit b096893
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.10 August 27, 2015

- Bug fixes
* Update included libraries (GPGME 1.6.5, libassuan 2.2.1, libgpg-error 1.20)

2.0.9 July 24, 2015

- Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions gpgme.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = 'gpgme'
s.version = '2.0.9'
s.version = '2.0.10'
s.authors = ['Daiki Ueno', 'Albert Llop']
s.date = '2015-07-24'
s.date = '2015-08-27'
s.email = 'ueno@gnu.org'
s.extensions = ['ext/gpgme/extconf.rb']
s.files = Dir['{lib,ext,test,examples}/**/*'] +
Expand Down
2 changes: 1 addition & 1 deletion lib/gpgme/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GPGME
# The version of GPGME ruby binding you are using
VERSION = "2.0.9"
VERSION = "2.0.10"
end

0 comments on commit b096893

Please sign in to comment.