decouplio 1.0.0alpha → 1.0.0alpha1
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/decouplio.gemspec +1 -1
- data/lib/decouplio/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 455ba12276135c618f5d53a9ff53bf8d3c7ec8074e387ea4790f2307e344c4ec
|
4
|
+
data.tar.gz: 126488804cc9391fdb0fe3f9a0d2ac4060fa42bbe1d733af64bec5681e9f890d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '00912905816c9e9393e907185347ddd3d9fb2de753a2fa3d7aeaae704ef8d93e26ff5f3ae62a7589384921717b9d764af2e2502b7c43866fb503f63837079999'
|
7
|
+
data.tar.gz: 50d1d117ee1ec34f94f750c1f2d1aad73f41127e8585bd01ee32209b361d067b6fa054b242878e18bfa01682344388badb386dc6a39883a1957516ccfc4a202f
|
data/decouplio.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
|
13
13
|
spec.summary = 'Gem for business logic encapsulation'
|
14
14
|
spec.description = "Decouplio is a zero dependency, thread safe and framework agnostic gem designed to encapsulate application business logic. It's reverse engineered through TDD and inspired by such frameworks and gems like Trailblazer, Interactor."
|
15
|
-
spec.homepage = '
|
15
|
+
spec.homepage = 'https://github.com/differencialx/decouplio'
|
16
16
|
spec.license = 'MIT'
|
17
17
|
|
18
18
|
if spec.respond_to?(:metadata)
|
data/lib/decouplio/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decouplio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.0alpha1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Bal
|
@@ -237,11 +237,11 @@ files:
|
|
237
237
|
- lib/decouplio/steps/wrap.rb
|
238
238
|
- lib/decouplio/validators/condition.rb
|
239
239
|
- lib/decouplio/version.rb
|
240
|
-
homepage:
|
240
|
+
homepage: https://github.com/differencialx/decouplio
|
241
241
|
licenses:
|
242
242
|
- MIT
|
243
243
|
metadata:
|
244
|
-
homepage_uri:
|
244
|
+
homepage_uri: https://github.com/differencialx/decouplio
|
245
245
|
source_code_uri: https://github.com/differencialx/decouplio
|
246
246
|
changelog_uri: https://github.com/differencialx/decouplio/CHANGELOG.md
|
247
247
|
post_install_message:
|