mockley_crew 1.3.7 → 1.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mockley_crew/database.rb +2 -2
- data/lib/mockley_crew/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a52ef0c2313365dc2661d2673b588d470eb2a1c9b5be064fa0f07c183a87d74
|
4
|
+
data.tar.gz: e6ddde69dc56259bda14a416b76dc954aea9da36d56e28f74002cbcb843ea2d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3123ca7f1660a52b3d99796eaf0cd8f90af2332e87f398f628cd0ffea573a8e8cfcab9d8f712061e94a7ccc148fb7aaf39b59f6a38160ee9a80d86d8f795408d
|
7
|
+
data.tar.gz: 8eee636b0a66efecf0036da1ea3c7cd89e47d5522550a4a1e8f13598a62a01dc8279f1d5cb1343510d8f276515cecc5cb78541add543c4b79dbb35b963ce9ef3
|
@@ -34,7 +34,7 @@ module MockleyCrew
|
|
34
34
|
|
35
35
|
self.restore_default_connection
|
36
36
|
else
|
37
|
-
raise "Cannot disconnect. You are already disconnected from the database."
|
37
|
+
# raise "Cannot disconnect. You are already disconnected from the database."
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
@@ -50,7 +50,7 @@ module MockleyCrew
|
|
50
50
|
ActiveRecord::Base.connection.commit_transaction
|
51
51
|
end
|
52
52
|
else
|
53
|
-
raise "Cannot commit transactions. You are disconnected from the database."
|
53
|
+
# raise "Cannot commit transactions. You are disconnected from the database."
|
54
54
|
end
|
55
55
|
end
|
56
56
|
|
data/lib/mockley_crew/version.rb
CHANGED