Skip to content

Commit

Permalink
update to xapian 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotkogler committed Sep 5, 2011
1 parent ea4b621 commit d1e2994
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
*.tmproj
*.tmproj
*.sublime-*
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
##1.2.7 (September 5th, 2011)

update to xapian 1.2.7

##1.2.6 (July 8th, 2011)

Initial release
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ def system!(cmd)
system(cmd) or raise
end

ver = '1.2.6'
ver = '1.2.7'
source_dir = 'xapian_source'
core = "xapian-core-#{ver}"
bindings = "xapian-bindings-#{ver}"
Expand Down
Binary file removed xapian-ruby-1.2.6.gem
Binary file not shown.
6 changes: 5 additions & 1 deletion xapian-ruby.gemspec
@@ -1,10 +1,14 @@
# -*- encoding: utf-8 -*-

require 'yaml'
YAML::ENGINE.yamler='psych' if defined?(YAML::ENGINE)

lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = %q{xapian-ruby}
s.version = "1.2.6"
s.version = "1.2.7"
s.authors = ["Gernot Kogler"]
s.summary = %q{xapian libraries and ruby bindings}
s.email = %q{gernot.kogler (at) garaio (dot) com}
Expand Down
Binary file removed xapian_source/xapian-bindings-1.2.6.tar.gz
Binary file not shown.
Binary file added xapian_source/xapian-bindings-1.2.7.tar.gz
Binary file not shown.
Binary file removed xapian_source/xapian-core-1.2.6.tar.gz
Binary file not shown.
Binary file added xapian_source/xapian-core-1.2.7.tar.gz
Binary file not shown.

0 comments on commit d1e2994

Please sign in to comment.