Sha256: 89545a3ceca852f66500c357e23f993faa917a5de515f9032e1ef777e5b46cb5

Contents?: true

Size: 270 Bytes

Versions: 2

Compression:

Stored size: 270 Bytes

Contents

source 'https://rubygems.org/'

if !RbConfig::CONFIG['arch'].include?('openbsd')
  # update version in ext/mkrf_conf_xapian.rb as well.
  if /^2\.0\./ =~ RUBY_VERSION
    gem 'xapian-ruby', ['~> 1.2', '< 1.3.6']
  else
    gem 'xapian-ruby', '~> 1.2'
  end
end

gemspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sup-1.2 Gemfile
sup-1.1 Gemfile