cony 2.2.4 → 2.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/cony/amqp_connection_handler.rb +1 -1
- metadata +7 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3173d9dadf4dd5e4eb00026a37396e3df276f8ea
|
4
|
+
data.tar.gz: 194cb3fea4e5a402d9f9a20aadf417a073ccc95f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6b663a42c0331174589de85793e142d858827c730c2276fccde26edbdb7a8225d252d07906a55e015412fc640b6069be3ec7bb73eadd4436e5f0aa17004936b
|
7
|
+
data.tar.gz: 820db6a31cd24d7c35919470803403184a80bc571c34e436dadff5107a2d4bcb66d821df38caa729c2fceff06b22ec8e897003dad4b2417352767fc2e35e5bf5
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.
|
1
|
+
2.2.5
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cony
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nine.ch Development-Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -152,4 +152,8 @@ rubygems_version: 2.5.1
|
|
152
152
|
signing_key:
|
153
153
|
specification_version: 4
|
154
154
|
summary: Automatically sends notifications via AMQP when a model has been changed.
|
155
|
-
test_files:
|
155
|
+
test_files:
|
156
|
+
- spec/cony/active_record_spec.rb
|
157
|
+
- spec/cony/amqp_connection_handler_spec.rb
|
158
|
+
- spec/integration/active_record_spec.rb
|
159
|
+
- spec/spec_helper.rb
|