xapian-ruby 1.2.7 → 1.2.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/Rakefile +1 -1
  3. metadata +3 -3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ##1.2.7.1 (October 24th, 2011)
2
+
3
+ changed LDFLAGS to be more compatible
4
+
1
5
  ##1.2.7 (September 5th, 2011)
2
6
 
3
7
  update to xapian 1.2.7
data/Rakefile CHANGED
@@ -21,7 +21,7 @@ task :default do
21
21
  end
22
22
 
23
23
  prefix = Dir.pwd
24
- ENV['LDFLAGS'] = "-R#{prefix}/lib"
24
+ ENV['LDFLAGS'] = "-L#{prefix}/lib"
25
25
 
26
26
  system! "mkdir -p lib"
27
27
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xapian-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-05 00:00:00.000000000 +02:00
12
+ date: 2011-10-24 00:00:00.000000000 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
  description:
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  version: 1.3.6
47
47
  requirements: []
48
48
  rubyforge_project:
49
- rubygems_version: 1.3.9.2
49
+ rubygems_version: 1.3.9.3
50
50
  signing_key:
51
51
  specification_version: 3
52
52
  summary: xapian libraries and ruby bindings