ar-octopus.gemspec in ar-octopus-0.0.3 vs ar-octopus.gemspec in ar-octopus-0.0.4
- 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{ar-octopus}
- s.version = "0.0.3"
+ s.version = "0.0.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Thiago Pradi", "Mike Perham", "Amit Agarwal"]
- s.date = %q{2010-06-22}
+ s.date = %q{2010-06-23}
s.description = %q{This gem allows you to use sharded databases with ActiveRecord. this also provides a interface for replication and for running migrations with multiples shards.}
s.email = %q{tchandy@gmail.com}
s.extra_rdoc_files = [
"README.mkdn"
]
@@ -31,10 +31,11 @@
"lib/octopus/controller.rb",
"lib/octopus/has_and_belongs_to_many_association.rb",
"lib/octopus/migration.rb",
"lib/octopus/model.rb",
"lib/octopus/proxy.rb",
+ "rails/init.rb",
"spec/config/shards.yml",
"spec/database_connection.rb",
"spec/database_models.rb",
"spec/migrations/10_create_users_using_replication.rb",
"spec/migrations/11_add_field_in_all_slaves.rb",
@@ -51,10 +52,11 @@
"spec/octopus/controller_spec.rb",
"spec/octopus/migration_spec.rb",
"spec/octopus/model_spec.rb",
"spec/octopus/octopus_spec.rb",
"spec/octopus/proxy_spec.rb",
+ "spec/octopus_helper.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/tchandy/octopus}
s.rdoc_options = ["--charset=UTF-8"]
@@ -79,9 +81,10 @@
"spec/octopus/controller_spec.rb",
"spec/octopus/migration_spec.rb",
"spec/octopus/model_spec.rb",
"spec/octopus/octopus_spec.rb",
"spec/octopus/proxy_spec.rb",
+ "spec/octopus_helper.rb",
"spec/spec_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION