moto 0.0.42 → 0.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a6a2b7b1bfe99548784e0a9e6ce3600774e77e8
4
- data.tar.gz: f2348b5a9af8e9153eaf170298cfaa10d6368ce0
3
+ metadata.gz: dff85ce0c564b05532a1515160b8bd9fde071699
4
+ data.tar.gz: c9581f3c290bdfc0360928f9e8fd7ddb19a42351
5
5
  SHA512:
6
- metadata.gz: 5c556cc0608ba6c5258667ded768ca2b942c5d927b18ca40b30289014c4335b506a3059095fae116a3c5778e89b72f8b847900e57323a57bff754338eb89dcdb
7
- data.tar.gz: bc25184a6b5cb569191abde95bd0d2c371f387b2c92d7b2efde38badbeecd71f6ef3adc74ad7a761982fc2593961060ceab2f709661700d99e82d56ce83d7b3f
6
+ metadata.gz: 373a68b8f9029b4c8a5b1e58503732ca45f7f1b6076b9260b8df7f01d84c8a068c1c82131739715b2cc38cfaf347d6f98498f7b2bf71a3521cffbf4273a8a411
7
+ data.tar.gz: 686f35af91c02ce7693e6f8ceb63135bf72abd982f8026e835c032e2f11ef98fd0137dc15d242bd5e9bdb55143f81028bd69460abebd40a6c88d0f7213f635c8
@@ -87,7 +87,7 @@ module Moto
87
87
 
88
88
  begin
89
89
  require test_path_absolute
90
- rescue NameError
90
+ rescue Exception
91
91
  # will catch an error with non existent base class in test and stop it from breaking whole batch of tests
92
92
  # no need to handle it here, next begin/rescue clause in this function will finish the job
93
93
  end
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Moto
2
- VERSION = '0.0.42'
2
+ VERSION = '0.0.43'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.42
4
+ version: 0.0.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartek Wilczek