Skip to content

Commit

Permalink
A new version of foreigner, which only has one change:
Browse files Browse the repository at this point in the history
  Many bugs have been filed due to unrecognized adapters
  being used. If your database adapter is not recognized by
  Foreigner, a warning describes how to register an
  adapter with Foreigner.
  • Loading branch information
matthuhiggins committed Jul 18, 2012
1 parent c6a9c0d commit 10be323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreigner.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'foreigner'
s.version = '1.1.6'
s.version = '1.2.0'
s.summary = 'Foreign Keys for Rails'
s.description = 'Adds helpers to migrations and dumps foreign keys to schema.rb'

Expand Down

0 comments on commit 10be323

Please sign in to comment.