rein 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,8 @@ module RC
15
15
  execute(sql)
16
16
  end
17
17
 
18
+ alias_method :add_foreign_key, :add_foreign_key_constraint
19
+
18
20
  private
19
21
  def referential_action(action)
20
22
  case action.to_sym
data/lib/rein/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rein
2
- VERSION = "0.5.0" unless defined?(Rein::VERSION)
2
+ VERSION = "0.5.1" unless defined?(Rein::VERSION)
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 0
9
- version: 0.5.0
8
+ - 1
9
+ version: 0.5.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Josh Bassett
@@ -167,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
167
  requirements:
168
168
  - - ">="
169
169
  - !ruby/object:Gem::Version
170
- hash: 987002835671419802
170
+ hash: 1241107723212078290
171
171
  segments:
172
172
  - 0
173
173
  version: "0"