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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afefc75848ee14208adf083e6b83fc8e2427f55632228aa473ea2d3d408b4eb7
4
- data.tar.gz: 78d7a9cd4707a737349f2c1d2cfde11ba556f53099ae7d1af2059d212e340fc6
3
+ metadata.gz: 455ba12276135c618f5d53a9ff53bf8d3c7ec8074e387ea4790f2307e344c4ec
4
+ data.tar.gz: 126488804cc9391fdb0fe3f9a0d2ac4060fa42bbe1d733af64bec5681e9f890d
5
5
  SHA512:
6
- metadata.gz: c4e97739d4fd9da01f4d73b8e0c41131c9799e3e538f1acf76d2b7b5784ee6a9929bac2d813c4233ad11f91ad583b8c5af44118287e28c60db176e10b25ee930
7
- data.tar.gz: 709c075259f47063a2ea0751ab1bdc6d7ad39d35b57650da5ace8c30c6992300c67229e446f784686f61fc32c64db75c03812dbba8f677487dfb6bd498003684
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 = 'http://nohomepage.com'
15
+ spec.homepage = 'https://github.com/differencialx/decouplio'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  if spec.respond_to?(:metadata)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Decouplio
4
- VERSION = '1.0.0alpha'
4
+ VERSION = '1.0.0alpha1'
5
5
  end
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.0alpha
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: http://nohomepage.com
240
+ homepage: https://github.com/differencialx/decouplio
241
241
  licenses:
242
242
  - MIT
243
243
  metadata:
244
- homepage_uri: http://nohomepage.com
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: