all_systems 0.2.0 → 0.2.1
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/lib/all_systems/version.rb +1 -1
- data/usecase.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7aa01a3554c67166c4e36d72f444cebffeb24fab
|
|
4
|
+
data.tar.gz: f221b078c769bc40b29d65ae36c0cec42a611f93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0992fb7421f675dc3e95f23286b5839a19cab770e1ceb2eb159f8581952f0812ed79911332ac16357f23e0a90662c3e821bb0fcc5986831feb78546c958293d
|
|
7
|
+
data.tar.gz: 9e0a5d8bb70c8cc330f4b736913834f30bb568b0abef07398ec65be77870dbb25d493ca57d81e115d55423308ae9224ed34ed132f4d463075f3023a698b60724
|
data/lib/all_systems/version.rb
CHANGED
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
|
|
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.
|
|
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
|
|
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: {}
|