migration_comments 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/migration_comments.rb +2 -3
- data/lib/migration_comments/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aac6c682bc909e92ad0d1144fad98baa40772981
|
4
|
+
data.tar.gz: 12ea9c03ca312ead3e753e5bec931cdb50598ebb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad6352f94bae2a17ec7756dd068fa1ac33430bb25b38d304b6acf3fd461b8617e85bdf13e3a882b05dfbf37e27b76b244cd60bc08686b017c3c151290a411583
|
7
|
+
data.tar.gz: 603738525cc35bed48b4be9b760886817f831b497d90563307e9a685ecc330db4ad8328dd876e939320f7da3ff6274e6bbac1a7d9c2c3ac137953e424b17f3c9
|
data/lib/migration_comments.rb
CHANGED
@@ -37,7 +37,7 @@ module MigrationComments
|
|
37
37
|
unless adapter_class.descendants.include?(mc_class)
|
38
38
|
adapter_class.prepend mc_class
|
39
39
|
end
|
40
|
-
rescue
|
40
|
+
rescue Exception => ex
|
41
41
|
end
|
42
42
|
end
|
43
43
|
|
@@ -50,8 +50,7 @@ module MigrationComments
|
|
50
50
|
unless gem_class.ancestors.include?(mc_class)
|
51
51
|
gem_class.prepend mc_class
|
52
52
|
end
|
53
|
-
rescue
|
54
|
-
debugger
|
53
|
+
rescue Exception => ex
|
55
54
|
# if we got here, don't bother installing comments into annotations
|
56
55
|
end
|
57
56
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: migration_comments
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pinny
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|