Skip to content

Commit

Permalink
Version 0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuerig committed May 25, 2009
1 parent a0fcb64 commit 7c4ba65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions branch_db.gemspec
Expand Up @@ -2,21 +2,20 @@

Gem::Specification.new do |s|
s.name = %q{branch_db}
s.version = "0.0.8"
s.version = "0.0.9"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Schuerig"]
s.date = %q{2009-05-21}
s.date = %q{2009-05-25}
s.description = %q{Give each git branch its own databases for ActiveRecord.}
s.email = ["michael@schuerig.de"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.rdoc"]
s.files = [".gitignore", "History.txt", "Manifest.txt", "README.rdoc", "Rakefile", "branch_db.gemspec", "lib/branch_db.rb", "lib/branch_db/configuration_twiddler.rb", "lib/branch_db/mysql_switcher.rb", "lib/branch_db/postgresql_switcher.rb", "lib/branch_db/real_db_switchers_common.rb", "lib/branch_db/sqlite_switcher.rb", "lib/branch_db/switcher.rb", "lib/branch_db/task_helper.rb", "lib/tasks/db_branches.rb", "rails/properties.rb", "test/mocks.rb", "test/test_configuration_twiddler.rb", "test/test_helper.rb", "test/test_postgresql_switcher.rb", "test/test_sqlite_switcher.rb", "test/test_switcher.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/mschuerig/branch_db}
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{branch_db}
s.rubygems_version = %q{1.3.2}
s.rubygems_version = %q{1.3.3}
s.summary = %q{Give each git branch its own databases for ActiveRecord.}
s.test_files = ["test/test_sqlite_switcher.rb", "test/test_helper.rb", "test/test_configuration_twiddler.rb", "test/test_postgresql_switcher.rb", "test/test_switcher.rb"]

Expand Down

0 comments on commit 7c4ba65

Please sign in to comment.