xapian-full-alaveteli 1.4.22.1 → 1.4.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -0
  3. data/xapian-full.gemspec +2 -2
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1c0941e0590e0e2e9f0e6c701b99711713a024e7d2ecf6f1eb8d97e089a2b05
4
- data.tar.gz: 998d123ab9240557bce32e31650c5eff999e9982509a6434ce2daa91297b9d3a
3
+ metadata.gz: d7ac1e5878899b85512ee7c591911b3d164a2e618bd3a0d30526bbe379fbb34c
4
+ data.tar.gz: 70b8a27cae83d074a3fe46b07d8f55ac114fb4c29f80fcb711bddded0803ea81
5
5
  SHA512:
6
- metadata.gz: 61940c7d1804cda3510f117022d41c15dc376b43ad2c3fbf2b010c66e11c0428c07293a46549973618425265c644fdd9a3f8dc5e21e5e000ba1c6a905175110c
7
- data.tar.gz: a43c46051ce26e6c2482f0701d976247e62d8321cda647cae9c2e47cef87e5323f463b972d5ef33c82d65f659e7d929fb405f9cedac8d3bacf9ad8d9602358f8
6
+ metadata.gz: a9afc7c0f95035f9c258609bedf60a67c2c01270c8390e4f444f12057b21e4af13182a50d0b1514b3755015b9537fbe6d14d74c82ef9fa7cc94040bb6e2d236c
7
+ data.tar.gz: 2f00e34848ae60217aae3c3bc6102331f98825e40f56b1779498b5d3a96245e0bd65f46be68d83cfe7f15e7848cc808a0087780ce12e97a3696a5c836dcdb3d1
data/Rakefile CHANGED
@@ -28,6 +28,7 @@ task :core do
28
28
  end
29
29
 
30
30
  task bindings: [:core] do
31
+ ENV['LIBS'] = RbConfig::CONFIG["LIBRUBYARG"]
31
32
  ENV['RUBY_LIB'] = ENV['RUBY_LIB_ARCH'] = File.join(__dir__, 'lib')
32
33
 
33
34
  MiniPortile.new("xapian-bindings", ver).tap do |recipe|
data/xapian-full.gemspec CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{xapian-full-alaveteli}
5
- s.version = "1.4.22.1"
5
+ s.version = "1.4.22.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Tom Adams", "Rich Lane", "Seb Bacon", "Alexey Pisarenko", "Louise Crow", "Ian Chard", "Sam Pearson", "Graeme Porteous"]
9
9
  s.homepage = %q{https://github.com/mysociety/xapian-full}
10
- s.date = %q{2023-02-02}
10
+ s.date = %q{2025-01-07}
11
11
  s.description = %q{Xapian bindings for Ruby without dependency on system Xapian library}
12
12
  s.email = %q{mysociety@alaveteli.org}
13
13
  s.extensions = ["Rakefile"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xapian-full-alaveteli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.22.1
4
+ version: 1.4.22.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Adams
@@ -12,10 +12,10 @@ authors:
12
12
  - Ian Chard
13
13
  - Sam Pearson
14
14
  - Graeme Porteous
15
- autorequire:
15
+ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2023-02-02 00:00:00.000000000 Z
18
+ date: 2025-01-07 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: mini_portile2
@@ -59,7 +59,7 @@ files:
59
59
  homepage: https://github.com/mysociety/xapian-full
60
60
  licenses: []
61
61
  metadata: {}
62
- post_install_message:
62
+ post_install_message:
63
63
  rdoc_options:
64
64
  - "--charset=UTF-8"
65
65
  require_paths:
@@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.0.3.1
79
- signing_key:
78
+ rubygems_version: 3.5.22
79
+ signing_key:
80
80
  specification_version: 3
81
81
  summary: xapian-core + Ruby xapian-bindings
82
82
  test_files: []