diff --git a/Rakefile b/Rakefile index 73b8cae..a523ede 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,7 @@ require 'rake/gempackagetask' spec = Gem::Specification.new do |s| s.name = "wkhtmltopdf-binary" - s.version = "0.12.0" + s.version = "0.12.1" s.author = "Research Information Systems, The University of Iowa" s.email = "vpr-ris-developers@iowa.uiowa.edu,mcollas@aconex.com,tolga@hoppinger.com" s.platform = Gem::Platform::RUBY diff --git a/libexec/.DS_Store b/libexec/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/libexec/.DS_Store differ diff --git a/libexec/wkhtmltopdf-darwin-x86 b/libexec/wkhtmltopdf-darwin-x86 index e8e416c..bba9ec8 100755 Binary files a/libexec/wkhtmltopdf-darwin-x86 and b/libexec/wkhtmltopdf-darwin-x86 differ diff --git a/libexec/wkhtmltopdf-linux-amd64 b/libexec/wkhtmltopdf-linux-amd64 index 48aa935..4891ed1 100755 Binary files a/libexec/wkhtmltopdf-linux-amd64 and b/libexec/wkhtmltopdf-linux-amd64 differ diff --git a/libexec/wkhtmltopdf-linux-x86 b/libexec/wkhtmltopdf-linux-x86 index b398a8e..831bed7 100755 Binary files a/libexec/wkhtmltopdf-linux-x86 and b/libexec/wkhtmltopdf-linux-x86 differ diff --git a/wkhtmltopdf-binary.gemspec b/wkhtmltopdf-binary.gemspec index 03ad163..8694db1 100644 --- a/wkhtmltopdf-binary.gemspec +++ b/wkhtmltopdf-binary.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'wkhtmltopdf-binary' - s.version = '0.12.1rc' + s.version = '0.12.1' s.summary = 'Provides binaries for WKHTMLTOPDF project in an easily accessible package.' s.description = ''