tanker.gemspec in tanker-1.1.2 vs tanker.gemspec in tanker-1.1.3
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{tanker}
- s.version = "1.1.2"
+ s.version = "1.1.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Francisco Viramontes}, %q{Jack Danger Canty}]
- s.date = %q{2011-06-13}
+ s.date = %q{2011-07-01}
s.description = %q{IndexTank is a great search indexing service, this gem tries to make any orm keep in sync with indextank with ease}
s.email = %q{kidpollo@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -25,10 +25,12 @@
"VERSION",
"autotest/discover.rb",
"lib/indextank_client.rb",
"lib/tanker.rb",
"lib/tanker/configuration.rb",
- "lib/tanker/paginated_array.rb",
+ "lib/tanker/pagination.rb",
+ "lib/tanker/pagination/kaminari.rb",
+ "lib/tanker/pagination/will_paginate.rb",
"lib/tanker/railtie.rb",
"lib/tanker/tasks/tanker.rake",
"lib/tanker/utilities.rb",
"spec/integration_spec_conf.rb.example",
"spec/spec_helper.rb",