xapian-ruby 1.2.17 → 1.2.19

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: 26a0cea0d56728ed7b72a0e961a9251272fcd509
4
- data.tar.gz: 69812ee3f4e5c4d63713f38977d31a9d9536be1f
3
+ metadata.gz: 7d9173284f1ecc9aab9180424c06705ba6f524fa
4
+ data.tar.gz: 28bc5476a7e94048159b4d400444b140f1ac4a39
5
5
  SHA512:
6
- metadata.gz: 8aaae573de593d5ab142f27752773aff51366b19ca36018eb800b43cc2dcfc7780043439b4fca22094edbe7355c9776aab9627715e353936ce0963a52821075d
7
- data.tar.gz: 228dd5a67a93e9ae480010af93f643e18e89e459db687a7adcf4cc86449b754ab9bf76219b82f1b323162235e2ac1e2c3ec3e647d02ee2c4800a1feb0d9aae47
6
+ metadata.gz: ece0356ff1de0ca903fb100979d2391d88085aac67e67cea5cb0f998f9ef0de0338e59e84faa8d4a5151d62da128d7c667a6e4eef743be48bf465a7e75584bfd
7
+ data.tar.gz: 9190feefbd94abf7c1caca2806120e4fa7d9807ff38b636d0e099e7fed015d8a9ac0bd756987b6f6099aecadfa6003ae7f28f9deb882956c72150935228fc068
@@ -1,3 +1,8 @@
1
+ ##1.2.19 (December 30th, 2014)
2
+
3
+ - update to xapian 1.2.19
4
+ - fix for ruby 2.2
5
+
1
6
  ##1.2.17 (February 19th, 2014)
2
7
 
3
8
  update to xapian 1.2.17
data/Rakefile CHANGED
@@ -1,16 +1,15 @@
1
1
  # encoding: utf-8
2
2
  # Install the xapian binaries into the lib folder of the gem
3
-
4
3
  require 'rbconfig'
5
4
 
6
- c = Config::CONFIG
5
+ c = RbConfig::CONFIG
7
6
 
8
7
  def system!(cmd)
9
8
  puts cmd
10
9
  system(cmd) or raise
11
10
  end
12
11
 
13
- ver = '1.2.17'
12
+ ver = '1.2.19'
14
13
  source_dir = 'xapian_source'
15
14
  core = "xapian-core-#{ver}"
16
15
  bindings = "xapian-bindings-#{ver}"
@@ -18,7 +17,7 @@ xapian_config = "#{Dir.pwd}/#{core}/xapian-config"
18
17
 
19
18
  task :default do
20
19
  [core,bindings].each do |x|
21
- system! "tar -xzvf #{source_dir}/#{x}.tar.gz"
20
+ system! "tar -xzvf #{source_dir}/#{x}.tar.xz"
22
21
  end
23
22
 
24
23
  prefix = Dir.pwd
@@ -49,5 +48,4 @@ task :default do
49
48
  system! "rm -R #{bindings}"
50
49
  system! "rm -R #{core}"
51
50
  system! "rm -R #{source_dir}"
52
-
53
51
  end
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.17
4
+ version: 1.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gernot Kogler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-19 00:00:00.000000000 Z
11
+ date: 2014-12-30 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.17.tar.gz
25
- - xapian_source/xapian-core-1.2.17.tar.gz
24
+ - xapian_source/xapian-bindings-1.2.19.tar.xz
25
+ - xapian_source/xapian-core-1.2.19.tar.xz
26
26
  homepage: https://github.com/garaio/xapian-ruby
27
27
  licenses: []
28
28
  metadata: {}
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  version: 1.3.6
43
43
  requirements: []
44
44
  rubyforge_project:
45
- rubygems_version: 2.2.0.rc.1
45
+ rubygems_version: 2.4.5
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: xapian libraries and ruby bindings