xapian-ruby 1.2.21 → 1.2.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b7b6b0d1fe4a5073a0d5f693575b586fad7688f
4
- data.tar.gz: e2e95c3bd9f360f8fd8374cf9eb75748833fff77
3
+ metadata.gz: fb6d516f3160c412b5d06a87fe2f19bace38a4a7
4
+ data.tar.gz: 86b6e507ac961326ce679beb2b5df87e393a5eb3
5
5
  SHA512:
6
- metadata.gz: 06311a90fcd011419d26a5c54423f3d6a0f9bb266cc65036a3c2693c1a9116be5714571037bdb749b3dd4bdb473960acce81c60f38d1173efc87c064334cf474
7
- data.tar.gz: 746c38f88615ad3b4898c577551db5fa5630453aa623833c77ccf0d26d54fde809e8de34d8ad001aa4d73dbaf4dffe4c3adcc5957f7fbc95cb41b173ad911bef
6
+ metadata.gz: c1c01aa2948d4a308c2038063cfb64b145bca87fffe0d2e730b43171648014691e4d824a0731bb6cc0be5fa753b8dc887b8dbc7c41a07246d860e3847241489a
7
+ data.tar.gz: ec39ebc3f343587b29d7064b2b2bfb51d5672983e726252b41b3307c9d8bfc52ecc55772500399f63e63b8bd6ab02ce7783841ab17e89f253298cfbf228e890d
@@ -1,3 +1,7 @@
1
+ ##1.2.22 (January 12th, 2016)
2
+
3
+ - update to xapian 1.2.22
4
+
1
5
  ##1.2.21 (July 14th, 2015)
2
6
 
3
7
  - update to xapian 1.2.21
@@ -1,3 +1,4 @@
1
1
  = Xapian-Ruby
2
2
 
3
- Xapian-Ruby installs the current xapian libs and ruby bindings
3
+ Xapian-Ruby installs the current Xapian libraries and Ruby bindings.
4
+ The Xapian libraries will reside within the lib folder of this gem.
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ def system!(cmd)
9
9
  system(cmd) or raise
10
10
  end
11
11
 
12
- ver = '1.2.21'
12
+ ver = '1.2.22'
13
13
  source_dir = 'xapian_source'
14
14
  core = "xapian-core-#{ver}"
15
15
  bindings = "xapian-bindings-#{ver}"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xapian-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.21
4
+ version: 1.2.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gernot Kogler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-14 00:00:00.000000000 Z
11
+ date: 2016-01-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: gernot.kogler (at) garaio (dot) com
@@ -21,8 +21,8 @@ files:
21
21
  - LICENSE
22
22
  - README.rdoc
23
23
  - Rakefile
24
- - xapian_source/xapian-bindings-1.2.21.tar.xz
25
- - xapian_source/xapian-core-1.2.21.tar.xz
24
+ - xapian_source/xapian-bindings-1.2.22.tar.xz
25
+ - xapian_source/xapian-core-1.2.22.tar.xz
26
26
  homepage: https://github.com/garaio/xapian-ruby
27
27
  licenses: []
28
28
  metadata: {}
@@ -34,7 +34,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
35
  - - ">="
36
36
  - !ruby/object:Gem::Version
37
- version: '0'
37
+ version: 1.8.0
38
38
  required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - ">="