Skip to content

Commit

Permalink
version bump 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Mar 28, 2012
1 parent 6381963 commit b677161
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.rdoc
Expand Up @@ -176,6 +176,7 @@ take advantage of auto-creation of foreign keys, you can re-enable it:
== History

* Recent Release notes:
* 0.3.4 - bug fix: regression causing :default => false to be ignored
* 0.3.3 - bug fix: properly handle boolean defaults in mysql
* 0.3.2 - bug fix: make sure rake db:schema:load initializes schema_plus
* 0.3.1 - bug fix for PostgreSQL schema dump after change_column_default(... nil)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-2.3.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/ronen/github/schema_plus
specs:
schema_plus (0.3.3)
schema_plus (0.3.4)
rails
valuable

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-3.0.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/ronen/github/schema_plus
specs:
schema_plus (0.3.3)
schema_plus (0.3.4)
rails
valuable

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-3.1.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/ronen/github/schema_plus
specs:
schema_plus (0.3.3)
schema_plus (0.3.4)
rails
valuable

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-3.2.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/ronen/github/schema_plus
specs:
schema_plus (0.3.3)
schema_plus (0.3.4)
rails
valuable

Expand Down
2 changes: 1 addition & 1 deletion lib/schema_plus/version.rb
@@ -1,3 +1,3 @@
module SchemaPlus
VERSION = "0.3.3"
VERSION = "0.3.4"
end

0 comments on commit b677161

Please sign in to comment.