circuitry 3.1.4 → 3.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/circuitry/tasks.rb +4 -0
- data/lib/circuitry/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8ce80e60ad2909dfb1895d57fcad449c0015ffe
|
4
|
+
data.tar.gz: f9794405367435badd8d26dae99c2e9c5b0e806c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cb200a29ab1f52f6b53e706a76215e77b76964b28785b419b257f2727d6d651f656a78f6fd6920dde9ff780e874dc619dafb2628ddbc12ec2d63ebbc2c66fc8
|
7
|
+
data.tar.gz: c119739c6e1b55740dacd231e4ca9986c6c8d20fb037aa6d50f3a0da7968478890f9f96bd29163fa0d1930411eda7df5be2c73f1b19c6aff19f52a72bd9625bf
|
data/lib/circuitry/tasks.rb
CHANGED
data/lib/circuitry/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: circuitry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Huggins
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-04
|
12
|
+
date: 2016-05-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: aws-sdk
|
@@ -298,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
298
298
|
version: '0'
|
299
299
|
requirements: []
|
300
300
|
rubyforge_project:
|
301
|
-
rubygems_version: 2.
|
301
|
+
rubygems_version: 2.5.1
|
302
302
|
signing_key:
|
303
303
|
specification_version: 4
|
304
304
|
summary: Decouple ruby applications using Amazon SNS fanout with SQS processing.
|