Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed May 18, 2015
1 parent d0858e8 commit 97e32ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.3

* Add ability to ignore associations (via `Immigrant.ignore_keys`, #21)

## 0.3.2

* Add rake task that checks for missing keys
Expand Down
2 changes: 1 addition & 1 deletion immigrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'immigrant'
s.version = '0.3.2'
s.version = '0.3.3'
s.summary = 'Foreign key migration generator for Rails'
s.description = 'Adds a generator for creating a foreign key migration based on your current model associations'

Expand Down

0 comments on commit 97e32ae

Please sign in to comment.