fetch-process-multi 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/fetch-process-multi.gemspec +1 -1
- data/lib/fetch_process_multi/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01fb4336d9daaa9eec70f810a43598142f835df6
|
|
4
|
+
data.tar.gz: cc30607c9149f22f4d56404a71263048e9fec4c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cc7b14a62fdd7d14b6b75e93cbd16552ee43100114d1be669710b254642f752baf24ae4e486a44826d89958af30c71f643a13860787dc2dc72c7f5270fc3f22
|
|
7
|
+
data.tar.gz: c2e35b40109e36345d88f381bb34b25c9606cc77baa7aa2e2e5a9c7ca42beb57a6622f549915370dd8c2493a949427f15a5f7445bbc404c4c89c2b9646c5b0fd
|
data/fetch-process-multi.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Fetch and process multi allows you to calculate and cache multiple values}
|
|
13
13
|
spec.description = %q{Fetch and process multi allows you to calculate and cache multiple values}
|
|
14
|
-
spec.homepage = 'https://github.com/
|
|
14
|
+
spec.homepage = 'https://github.com/astrauka/fetch-process-multi'
|
|
15
15
|
spec.licenses = ['MIT']
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fetch-process-multi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karolis Astrauka
|
|
@@ -97,7 +97,7 @@ files:
|
|
|
97
97
|
- lib/fetch-process-multi.rb
|
|
98
98
|
- lib/fetch_process_multi/active_support.rb
|
|
99
99
|
- lib/fetch_process_multi/version.rb
|
|
100
|
-
homepage: https://github.com/
|
|
100
|
+
homepage: https://github.com/astrauka/fetch-process-multi
|
|
101
101
|
licenses:
|
|
102
102
|
- MIT
|
|
103
103
|
metadata: {}
|