arthropod 0.0.2 → 0.0.3
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 +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +2 -2
- data/lib/arthropod/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee77b38eaaf8c072475a8397399610c30752c482a58a904a90671e53603e67ce
|
|
4
|
+
data.tar.gz: eefff1e54d4ff946976ad82f6f496f2950a9087e20033023492f6a7147c71810
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c589ea851cc1db699b7bf0e3b03cef65e9592539e0de3f9f94acb338a81cc7eb662cd4934704e1cc433a81a543e8207196368de408ee7c2fcfb55a973842e5dd
|
|
7
|
+
data.tar.gz: e6e6f629063cb15ca954129049ce8f5cc04ad54ad727e57a0f5903b4aadd55929eded49999ac8b36caf94f21676a42d1c36068e68baf44c8662e21bfc9e82517
|
data/Gemfile.lock
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
arthropod (0.0.
|
|
4
|
+
arthropod (0.0.3)
|
|
5
5
|
aws-sdk-sqs
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
10
|
aws-eventstream (1.0.3)
|
|
11
|
-
aws-partitions (1.
|
|
12
|
-
aws-sdk-core (3.
|
|
11
|
+
aws-partitions (1.254.0)
|
|
12
|
+
aws-sdk-core (3.85.1)
|
|
13
13
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
|
14
14
|
aws-partitions (~> 1, >= 1.239.0)
|
|
15
15
|
aws-sigv4 (~> 1.1)
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Arthropod
|
|
2
2
|
|
|
3
|
-
Arthropod is
|
|
3
|
+
Arthropod is an easy way to run remote ruby code synchronously, using Amazon SQS.
|
|
4
4
|
|
|
5
5
|
*Do not use it yet, the API isn't stable at all and it wasn't tested enough on production*
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@ gem install arthropod
|
|
|
13
13
|
Or in your Gemfile
|
|
14
14
|
|
|
15
15
|
```
|
|
16
|
-
gem 'arthropod', '~> 0.0.
|
|
16
|
+
gem 'arthropod', '~> 0.0.2'
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Configuration
|
data/lib/arthropod/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arthropod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor Goya
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-sqs
|