xapian-ruby 1.2.15.1 → 1.2.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 26a0cea0d56728ed7b72a0e961a9251272fcd509
4
+ data.tar.gz: 69812ee3f4e5c4d63713f38977d31a9d9536be1f
5
+ SHA512:
6
+ metadata.gz: 8aaae573de593d5ab142f27752773aff51366b19ca36018eb800b43cc2dcfc7780043439b4fca22094edbe7355c9776aab9627715e353936ce0963a52821075d
7
+ data.tar.gz: 228dd5a67a93e9ae480010af93f643e18e89e459db687a7adcf4cc86449b754ab9bf76219b82f1b323162235e2ac1e2c3ec3e647d02ee2c4800a1feb0d9aae47
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ##1.2.17 (February 19th, 2014)
2
+
3
+ update to xapian 1.2.17
4
+
1
5
  ##1.2.15.1 (April 30th, 2012)
2
6
 
3
7
  source formats fixed (gzipped)
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ def system!(cmd)
10
10
  system(cmd) or raise
11
11
  end
12
12
 
13
- ver = '1.2.15'
13
+ ver = '1.2.17'
14
14
  source_dir = 'xapian_source'
15
15
  core = "xapian-core-#{ver}"
16
16
  bindings = "xapian-bindings-#{ver}"
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xapian-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.15.1
5
- prerelease:
4
+ version: 1.2.17
6
5
  platform: ruby
7
6
  authors:
8
7
  - Gernot Kogler
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-04-30 00:00:00.000000000 Z
11
+ date: 2014-02-19 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description:
15
14
  email: gernot.kogler (at) garaio (dot) com
@@ -18,34 +17,33 @@ extensions:
18
17
  - Rakefile
19
18
  extra_rdoc_files: []
20
19
  files:
21
- - xapian_source/xapian-bindings-1.2.15.tar.gz
22
- - xapian_source/xapian-core-1.2.15.tar.gz
20
+ - CHANGELOG.md
23
21
  - LICENSE
24
22
  - README.rdoc
25
- - CHANGELOG.md
26
23
  - Rakefile
24
+ - xapian_source/xapian-bindings-1.2.17.tar.gz
25
+ - xapian_source/xapian-core-1.2.17.tar.gz
27
26
  homepage: https://github.com/garaio/xapian-ruby
28
27
  licenses: []
28
+ metadata: {}
29
29
  post_install_message:
30
30
  rdoc_options: []
31
31
  require_paths:
32
32
  - lib
33
33
  required_ruby_version: !ruby/object:Gem::Requirement
34
- none: false
35
34
  requirements:
36
- - - ! '>='
35
+ - - ">="
37
36
  - !ruby/object:Gem::Version
38
37
  version: '0'
39
38
  required_rubygems_version: !ruby/object:Gem::Requirement
40
- none: false
41
39
  requirements:
42
- - - ! '>='
40
+ - - ">="
43
41
  - !ruby/object:Gem::Version
44
42
  version: 1.3.6
45
43
  requirements: []
46
44
  rubyforge_project:
47
- rubygems_version: 1.8.24
45
+ rubygems_version: 2.2.0.rc.1
48
46
  signing_key:
49
- specification_version: 3
47
+ specification_version: 4
50
48
  summary: xapian libraries and ruby bindings
51
49
  test_files: []