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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b049a78069051c3d4a0f8f52e9d25b047c884a46e452ff24e57de6882f1b638
4
- data.tar.gz: 225660b18ac24915428b66bf85ece0ed5f8d21894befbbb0279f317047304151
3
+ metadata.gz: ee77b38eaaf8c072475a8397399610c30752c482a58a904a90671e53603e67ce
4
+ data.tar.gz: eefff1e54d4ff946976ad82f6f496f2950a9087e20033023492f6a7147c71810
5
5
  SHA512:
6
- metadata.gz: 9cbec6ec5b5dcd4a84868e0b8e0df73341fb289b21efbaea230237d033d1dce50abcce60c14ce3de3342435abcd6685d77114b35bc34d33986debe0fbe01d233
7
- data.tar.gz: 0037a32c4ab1015430fd8fe2fad2d981ffa2ae8d399f3ad17cdb0007f3455de32e37dc341ef4eda78505c37dd9b71b81e7875209202d19b70351507119a2f5ff
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.1)
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.251.0)
12
- aws-sdk-core (3.84.0)
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 a easy way to run remote ruby code synchronously, using Amazon SQS.
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.1'
16
+ gem 'arthropod', '~> 0.0.2'
17
17
  ```
18
18
 
19
19
  ## Configuration
@@ -1,3 +1,3 @@
1
1
  module Arthropod
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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-09 00:00:00.000000000 Z
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