tanker.gemspec in tanker-0.3.0 vs tanker.gemspec in tanker-0.5.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{tanker}
- s.version = "0.3.0"
+ s.version = "0.5.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["@kidpollo"]
- s.date = %q{2010-10-04}
+ s.date = %q{2010-10-21}
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"
@@ -27,21 +27,26 @@
"VERSION",
"autotest/discover.rb",
"lib/indextank_client.rb",
"lib/tanker.rb",
"lib/tanker/configuration.rb",
+ "lib/tanker/railtie.rb",
+ "lib/tanker/tasks/tanker.rake",
+ "lib/tanker/utilities.rb",
"spec/spec_helper.rb",
"spec/tanker_spec.rb",
+ "spec/utilities_spec.rb",
"tanker.gemspec"
]
s.homepage = %q{http://github.com/kidpollo/tanker}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{IndexTank integration to your favorite orm}
s.test_files = [
"spec/spec_helper.rb",
- "spec/tanker_spec.rb"
+ "spec/tanker_spec.rb",
+ "spec/utilities_spec.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3