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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a92efc84724b53b99d1938f473c3fcdfb835968b
4
- data.tar.gz: a782dfc206d8e690c70eecffe2a13e6c265ea1cb
3
+ metadata.gz: aac6c682bc909e92ad0d1144fad98baa40772981
4
+ data.tar.gz: 12ea9c03ca312ead3e753e5bec931cdb50598ebb
5
5
  SHA512:
6
- metadata.gz: c64821061f120a5013ea7244994a85b9cc90a2f8d3f0a1acfa7933a42dcce44c31b06c6f31d872d9db874393215f5444954567a37781ba1c2c182531c0b09c52
7
- data.tar.gz: 8b0a8d93451ac641c7090ba406bb9f24762f0afcd8501751274ac33d2be99c91257112cb7f8bf17107737bf50a39697ff3d8ee13e0e6177aa1bc980f56c39f42
6
+ metadata.gz: ad6352f94bae2a17ec7756dd068fa1ac33430bb25b38d304b6acf3fd461b8617e85bdf13e3a882b05dfbf37e27b76b244cd60bc08686b017c3c151290a411583
7
+ data.tar.gz: 603738525cc35bed48b4be9b760886817f831b497d90563307e9a685ecc330db4ad8328dd876e939320f7da3ff6274e6bbac1a7d9c2c3ac137953e424b17f3c9
@@ -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
@@ -1,3 +1,3 @@
1
1
  module MigrationComments
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  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.0
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-30 00:00:00.000000000 Z
11
+ date: 2016-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord