all_systems 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 275aae9e309c5a4d6f18fe23d05d4bb7866da786
4
- data.tar.gz: ef9a2045793ed0faeeab07c3cf17c9ce7696cf66
3
+ metadata.gz: 7aa01a3554c67166c4e36d72f444cebffeb24fab
4
+ data.tar.gz: f221b078c769bc40b29d65ae36c0cec42a611f93
5
5
  SHA512:
6
- metadata.gz: 974da988fad1bb04fb61d9a6a014504aa6f2826472b54ee6bbbbfe022e63b44edb03b4627a16bea5e61a2c4f6901a0052615a1b8b0955f056cef0ce56813fccf
7
- data.tar.gz: 4bebef0a58c8863eff9908e638aa7257aafe9b6041afe0f91d835337fff681aa3ff5f3a0b95c65affb3a83e2893f331fc990be02469f6beeb7be23994b91ba7e
6
+ metadata.gz: f0992fb7421f675dc3e95f23286b5839a19cab770e1ceb2eb159f8581952f0812ed79911332ac16357f23e0a90662c3e821bb0fcc5986831feb78546c958293d
7
+ data.tar.gz: 9e0a5d8bb70c8cc330f4b736913834f30bb568b0abef07398ec65be77870dbb25d493ca57d81e115d55423308ae9224ed34ed132f4d463075f3023a698b60724
@@ -1,3 +1,3 @@
1
1
  module AllSystems
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/usecase.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Peter Saxton"]
10
10
  spec.email = ["peterhsaxton@gmail.com"]
11
11
  spec.summary = %q{Simple usecase/interactor/service objects to encapsulate business logic}
12
- spec.description = %q{An interactor encapsulates the action of specific business usecase. For example a `LogIn` or `CreatePost`. It executes this action by coordinating the interaction of over business objects in the system.}
13
- spec.homepage = ""
12
+ spec.description = %q{An interactor encapsulates the action of specific business usecase. For example a `LogIn` or `CreatePost`. It executes this action by coordinating the interaction of other business objects in the system.}
13
+ spec.homepage = "https://github.com/CrowdHailer/AllSystems"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: all_systems
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Saxton
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: 1.0.6
69
69
  description: An interactor encapsulates the action of specific business usecase. For
70
70
  example a `LogIn` or `CreatePost`. It executes this action by coordinating the interaction
71
- of over business objects in the system.
71
+ of other business objects in the system.
72
72
  email:
73
73
  - peterhsaxton@gmail.com
74
74
  executables: []
@@ -91,7 +91,7 @@ files:
91
91
  - test/interactor/report_helper_test.rb
92
92
  - test/test_config.rb
93
93
  - usecase.gemspec
94
- homepage: ''
94
+ homepage: https://github.com/CrowdHailer/AllSystems
95
95
  licenses:
96
96
  - MIT
97
97
  metadata: {}