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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0615de9f092d608feb3bda8584b4e6f9a2af9cde
4
- data.tar.gz: 83f4e022a7a91a2e941d69264545cae543edb841
3
+ metadata.gz: 01fb4336d9daaa9eec70f810a43598142f835df6
4
+ data.tar.gz: cc30607c9149f22f4d56404a71263048e9fec4c0
5
5
  SHA512:
6
- metadata.gz: 2557ee04da55bfc52dc1def9fd0a49d16e05cf6981f4e5a4811f675df476f5bfa87389d0ab7dbee7995cb3761338f5b77948ebc4daa5df558d525d0009a6edf9
7
- data.tar.gz: ddbe7d098f1123cc695cc227328d89f9489feb8ae7dfe17c70b93a9740638da268fbc86c5788f64ce62f823d30feb2991349efeedc2f5030e16ea82aa02c24ec
6
+ metadata.gz: 4cc7b14a62fdd7d14b6b75e93cbd16552ee43100114d1be669710b254642f752baf24ae4e486a44826d89958af30c71f643a13860787dc2dc72c7f5270fc3f22
7
+ data.tar.gz: c2e35b40109e36345d88f381bb34b25c9606cc77baa7aa2e2e5a9c7ca42beb57a6622f549915370dd8c2493a949427f15a5f7445bbc404c4c89c2b9646c5b0fd
@@ -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/vinted/fetch-process-multi'
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module FetchProcessMulti
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
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.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/vinted/fetch-process-multi
100
+ homepage: https://github.com/astrauka/fetch-process-multi
101
101
  licenses:
102
102
  - MIT
103
103
  metadata: {}