Skip to content

Commit

Permalink
rails-default-database 1.0.8
Browse files Browse the repository at this point in the history
* Normalize non-alphanumerics in database name.
* Smarter handling of DATABASE_URL in test environment.
  • Loading branch information
tpope committed Mar 29, 2015
1 parent 869af3c commit 8a3733b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails-default-database.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rails-default-database"
s.version = "1.0.7"
s.version = "1.0.8"

s.summary = "Make database.yml optional in Rails"
s.description = "Provides a default database configuration for Rails applications that lack one"
Expand Down

0 comments on commit 8a3733b

Please sign in to comment.