shotgunner 0.1.6 → 1.0.2

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85cd18f2f681df1a5c63ecdeb70d2f42d6bf60a65b47f1468c72a744e5043fed
4
- data.tar.gz: c9cc0ebe0eb0e484096701cbe1eb4f0ba9c2e5b70eefc8c68e2d4f504b31d3ca
3
+ metadata.gz: f06f99787c3c107d88ba2f90a419192e60c8097965baeec18f9e2074a0356f99
4
+ data.tar.gz: 772cebee5b435f951d3d6fff3496bb6b77b3afd3ae43b02c690505ce529c7a0d
5
5
  SHA512:
6
- metadata.gz: e74d52c2a3a5917fea3ab9e84c3204673bf08281348391a77db3ee6dc886699b95427bbbbcf002c82344ad7770da6d1660c42f7da1510453ea400e4abf92d2c4
7
- data.tar.gz: e326e3b6d6511db5b4cd81a2f7b6abbe4e844beba787ec73b589f47b2cf6724bee06a803efb4439319a11e11950dc3b504130bd1b99db4cc87f808cc3f1dfead
6
+ metadata.gz: 1ba1d022a4ab8644a80039476e41b9d67f756d1580e08ea13ab63311c0f5694f5634292d0761bb133f7e1d4a6f99b3e8ff457a0a9c093c0c1330772b91b13694
7
+ data.tar.gz: 0e7e9956d9316dff6e367a54423864c3ef38f9b6eae7de7da787b5cedc6e25c35606200534314d0e4a060fc33ad9fffe9309680fccf5a6a0958fe15a09412d03
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.6
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Saltykov
@@ -18,7 +18,8 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - lib/shotgunner/parallel.rb
20
20
  homepage: https://github.com/nucleom42/shotgunner
21
- licenses: []
21
+ licenses:
22
+ - MIT
22
23
  metadata: {}
23
24
  post_install_message:
24
25
  rdoc_options: []
@@ -38,5 +39,6 @@ requirements: []
38
39
  rubygems_version: 3.0.8
39
40
  signing_key:
40
41
  specification_version: 4
41
- summary: Shotgunner - helps to fetch external api in a parallel way! Fast and furious!
42
+ summary: Shotgunner - helps to fetch external api or run tasks in a parallel way!
43
+ Fast and furious!
42
44
  test_files: []