shotgunner 0.1.8 → 1.0.1
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
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50f7a565f1d051ad0a99546f7e6d3a437de3fa8dfb1196872af69e2c7c28b421
|
|
4
|
+
data.tar.gz: 5136cf0f02cc10606a387f33c965a2769b95ba2b7d734c3ffa2ef2d4133666fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 570e90a4ca9852217efe7f28550c8f7c6a1edfb896a77728942ffc71435d99f46931f0485826e63dfcf04d10ac51479335438b30771d1b97b03192f872912ff3
|
|
7
|
+
data.tar.gz: 0fdb917fd3965e8998611d62e4c0fc66f0ddaa880d91168c67e2f5fd2b6c4531640d025da720016fffc45ac501f9ca28c14d3cadde20bb9b005ab8b979af1422
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shotgunner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oleg Saltykov
|
|
@@ -39,5 +39,6 @@ requirements: []
|
|
|
39
39
|
rubygems_version: 3.0.8
|
|
40
40
|
signing_key:
|
|
41
41
|
specification_version: 4
|
|
42
|
-
summary: Shotgunner - helps to fetch external api in a parallel way!
|
|
42
|
+
summary: Shotgunner - helps to fetch external api or run tasks in a parallel way!
|
|
43
|
+
Fast and furious!
|
|
43
44
|
test_files: []
|