commit dc8daca0482e5cea235ca9e1ab40c558a1ea86ea
parent 4cb5f277278c011d1b279d12fa155609bb492e52
Author: Gaute Hope <eg@gaute.vetsj.com>
Date: Fri, 19 Jun 2015 09:19:23 +0200
xapian: update dependency to 1.2
Diffstat:
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/Gemfile b/Gemfile
@@ -1,7 +1,8 @@
source 'https://rubygems.org/'
if !RbConfig::CONFIG['arch'].include?('openbsd')
- gem 'xapian-ruby', '~> 1.2.15'
+ # update version in ext/mkrf_conf_xapian.rb as well.
+ gem 'xapian-ruby', '~> 1.2'
end
gemspec
diff --git a/History.txt b/History.txt
@@ -1,3 +1,7 @@
+==
+
+* Update xapian dependency to 1.2
+
== 0.22.1 / 2015-06-18
* Fix bug (#429) in gem build / install.
diff --git a/ext/mkrf_conf_xapian.rb b/ext/mkrf_conf_xapian.rb
@@ -16,7 +16,7 @@ begin
if !RbConfig::CONFIG['arch'].include?('openbsd')
# update version in Gemfile as well
name = "xapian-ruby"
- version = "~> 1.2.15"
+ version = "~> 1.2"
begin
# try to load gem