interactor-copy_context 0.0.1 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79f620e40edaf5d49a865cbb33b4c17122ac54d6
4
- data.tar.gz: a3229c54f831ecf7a4dbed367fb341dcbb1d035e
3
+ metadata.gz: 2134f594a9814a5953f18ea3b57f8d5ebbc7a006
4
+ data.tar.gz: b6180e9a22b34bfbb0d061ad3104f3190dd6caf6
5
5
  SHA512:
6
- metadata.gz: 78bb812e0a1d2fc348f53c7ba7a2c0a2d3bb60753f534788911d8a4602e4baa18c593f16fa1f86a0cfeb1a539b39e800d782eaf832adcb77a28431a1ea9cd8be
7
- data.tar.gz: ac551502fb93eca7b42b1765580f7668af02e923d56090f99c3eec79dc031c611e2c9ead2d6908b96ab4694a1d882dfbfe2e2965302e5842717cdd2952e87072
6
+ metadata.gz: 10823596ca7f6dc378b42f606756c57218a6828e1100d33894dec58e7ca4430b4d02694408a2390120785f9e275bf82a56f92dddc5aee483b2b87ff51259d04d
7
+ data.tar.gz: d126f40857579a419fe1326cc6aa1ae725e3a56565bd87167d10027ab60e70761af27cdde4d448d6627f6ed72b8084de00fbe3346a1f8cbb9ad68ced56fad583
data/README.md CHANGED
@@ -29,7 +29,7 @@ end
29
29
  Add this line to your application's Gemfile:
30
30
 
31
31
  ```ruby
32
- gem 'interactor-copy_context', '~> 0.0.1'
32
+ gem 'interactor-copy_context', '~> 0.0.2'
33
33
  ```
34
34
 
35
35
  And then execute:
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["francesco.belladonna@gmail.com"]
11
11
  spec.summary = %q{Copy interactor context on specified object's instance variables}
12
12
  spec.description = %q{Copy interactor context on specified object's instance variables to allow easier interaction with returned values}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/Fire-Dragon-DoL/interactor-copy_context"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,5 +1,5 @@
1
1
  module Interactor
2
2
  module CopyContext
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: interactor-copy_context
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fire-Dragon-DoL
@@ -104,7 +104,7 @@ files:
104
104
  - spec/spec_helper.rb
105
105
  - spec/support/dummy_interactor.rb
106
106
  - spec/support/dummy_organizer.rb
107
- homepage: ''
107
+ homepage: https://github.com/Fire-Dragon-DoL/interactor-copy_context
108
108
  licenses:
109
109
  - MIT
110
110
  metadata: {}