alephant-sequencer 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/alephant-sequencer.gemspec +1 -0
- data/lib/alephant/sequencer/version.rb +1 -1
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6793ac68cd5b5e6e8c9123b2e1f503c752130130
|
4
|
+
data.tar.gz: 3a1c93dd61c069aaedb1c8c164675f940b50a5d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99f3ce587beb2c3f36c438b2de08f2a9aa25664ac31be30bdcffa642e090923a7fbf21f821f78d82881efd456474e13a8ab08cfac7f8fe0c1acd49783254f9fc
|
7
|
+
data.tar.gz: f0fe0304c3bb52f2d296f5f9abb8c0bcc4d7188a65bf3e14b114d976ea50034bc5b0d0389eedf12292c79ef983e45201b20755e99646dcfcb703d3c53e049bdc
|
data/README.md
CHANGED
@@ -5,6 +5,8 @@ Using DynamoDB consistent read to enforce message order from SQS.
|
|
5
5
|
[![Build
|
6
6
|
Status](https://travis-ci.org/BBC-News/alephant-sequencer.png)](https://travis-ci.org/BBC-News/alephant-sequencer)
|
7
7
|
|
8
|
+
[![Gem Version](https://badge.fury.io/rb/alephant-sequencer.png)](http://badge.fury.io/rb/alephant-sequencer)
|
9
|
+
|
8
10
|
## Installation
|
9
11
|
|
10
12
|
Add this line to your application's Gemfile:
|
data/alephant-sequencer.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alephant-sequencer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Kenny
|
@@ -150,6 +150,20 @@ dependencies:
|
|
150
150
|
version: '1.0'
|
151
151
|
prerelease: false
|
152
152
|
type: :runtime
|
153
|
+
- !ruby/object:Gem::Dependency
|
154
|
+
name: jsonpath
|
155
|
+
version_requirements: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - '>='
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0'
|
160
|
+
requirement: !ruby/object:Gem::Requirement
|
161
|
+
requirements:
|
162
|
+
- - '>='
|
163
|
+
- !ruby/object:Gem::Version
|
164
|
+
version: '0'
|
165
|
+
prerelease: false
|
166
|
+
type: :runtime
|
153
167
|
description:
|
154
168
|
email:
|
155
169
|
- kenoir@gmail.com
|