Skip to content

Commit

Permalink
0.7.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougal committed Mar 14, 2012
1 parent bad8153 commit a8e903a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
3 changes: 3 additions & 0 deletions 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] ===0.7.7 [14 November 2011]
- Fixed bug with out-of-date indexes on Windows. Fixes issue #20. [parndt - Philip Arndt] - Fixed bug with out-of-date indexes on Windows. Fixes issue #20. [parndt - Philip Arndt]


Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.7.7 0.7.8
29 changes: 10 additions & 19 deletions acts_as_indexed.gemspec
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{acts_as_indexed} s.name = "acts_as_indexed"
s.version = "0.7.7" s.version = "0.7.8"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Douglas F Shearer}] s.authors = ["Douglas F Shearer"]
s.date = %q{2011-11-14} s.date = "2012-03-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.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 = %q{dougal.s@gmail.com} s.email = "dougal.s@gmail.com"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.rdoc" "README.rdoc"
] ]
Expand Down Expand Up @@ -44,19 +44,10 @@ Gem::Specification.new do |s|
"test/search_atom_test.rb", "test/search_atom_test.rb",
"test/search_index_test.rb" "test/search_index_test.rb"
] ]
s.homepage = %q{http://github.com/dougal/acts_as_indexed} s.homepage = "http://github.com/dougal/acts_as_indexed"
s.require_paths = [%q{lib}] s.require_paths = ["lib"]
s.rubygems_version = %q{1.8.6} s.rubygems_version = "1.8.11"
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.summary = "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"
]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 3
Expand Down

0 comments on commit a8e903a

Please sign in to comment.