diff --git a/CHANGELOG b/CHANGELOG index 8d4538b..481609b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +===0.7.8 [14 March 2011] + - Fixed bug with file renaming on Windows. Fixes issue #21. [gabynamian - Gabriel Namiman] + ===0.7.7 [14 November 2011] - Fixed bug with out-of-date indexes on Windows. Fixes issue #20. [parndt - Philip Arndt] diff --git a/VERSION b/VERSION index 11d9d6c..f83dbb3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.7 \ No newline at end of file +0.7.8 \ No newline at end of file diff --git a/acts_as_indexed.gemspec b/acts_as_indexed.gemspec index e8ef592..bddb539 100644 --- a/acts_as_indexed.gemspec +++ b/acts_as_indexed.gemspec @@ -4,14 +4,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{acts_as_indexed} - s.version = "0.7.7" + s.name = "acts_as_indexed" + s.version = "0.7.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = [%q{Douglas F Shearer}] - s.date = %q{2011-11-14} - s.description = %q{Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app} - s.email = %q{dougal.s@gmail.com} + s.authors = ["Douglas F Shearer"] + s.date = "2012-03-14" + s.description = "Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app" + s.email = "dougal.s@gmail.com" s.extra_rdoc_files = [ "README.rdoc" ] @@ -44,19 +44,10 @@ Gem::Specification.new do |s| "test/search_atom_test.rb", "test/search_index_test.rb" ] - s.homepage = %q{http://github.com/dougal/acts_as_indexed} - s.require_paths = [%q{lib}] - s.rubygems_version = %q{1.8.6} - s.summary = %q{Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app} - s.test_files = [ - "test/abstract_unit.rb", - "test/acts_as_indexed_test.rb", - "test/configuration_test.rb", - "test/fixtures/post.rb", - "test/schema.rb", - "test/search_atom_test.rb", - "test/search_index_test.rb" - ] + s.homepage = "http://github.com/dougal/acts_as_indexed" + s.require_paths = ["lib"] + s.rubygems_version = "1.8.11" + s.summary = "Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app" if s.respond_to? :specification_version then s.specification_version = 3