Skip to content

Commit

Permalink
Update to 2.0.16 (Closes #101)
Browse files Browse the repository at this point in the history
  • Loading branch information
dansketcher committed Jan 3, 2018
1 parent b7f30a0 commit f951ee5
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.16 January 3, 2018

- API change
* Expose gpgme_data_set_file_name (Issue#101)

2.0.15 December 19, 2017

- 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.15'
s.version = '2.0.16'
s.authors = ['Daiki Ueno', 'Albert Llop']
s.date = '2017-12-19'
s.date = '2018-01-03'
s.email = '[email protected]'
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.15"
VERSION = "2.0.16"
end

0 comments on commit f951ee5

Please sign in to comment.