result_pattern 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: ee52bd59cd079de0046d4f8fd1fc9939d62d2d169e6616b982541b371c908208
4
- data.tar.gz: ef0dc8328f53198adafa0ffc811e1fd99e165f2d3e6b26f5b156424a1788e13a
3
+ metadata.gz: 95806a16178cf89b8534ebfb96a5c4c980f55cfea30f9d2db0ba1608cdfb8f53
4
+ data.tar.gz: 2b7430349583acd5326eed08a2f5d1f7b397da49de86407186e066c6a17a1d31
5
5
  SHA512:
6
- metadata.gz: 29073b846c042bd666958f507ef0d7c7f24bd6ca156738f1e40f6fbd2c48c103b3e836fd681586fa5ac16c3f292592d9804cc38cdc545bc67758c6bdfc8aec46
7
- data.tar.gz: 33ddf8e6f3c3b57edc1c73be916bc8481cdae2be244f78d8f3f6363b9f3590fc1fe05cdd70b54db8fdeda2f59252809727b5ba50a84ed6bb3b10a257890a1285
6
+ metadata.gz: 0d95995f9d979c987ea0cd44cde60d441778c6def8c21dd287d4ec506c3dbefe72cf94e1e0e4006362451213900861d2edd330ef661c99220e405b254477fab6
7
+ data.tar.gz: 441b6099893e0710be840cd901884d77df65d2a6b3378df04a4e2caa09573a9e803627a8ea6031ce7016e55121ffe4a31ef47997ce930df8c8942f2c61ca9f67
@@ -1,4 +1,4 @@
1
- class Error < Result
1
+ class Error < ResultPattern::Result
2
2
  def success?
3
3
  false
4
4
  end
@@ -1,4 +1,4 @@
1
- class Success < Result
1
+ class Success < ResultPattern::Result
2
2
  def success?
3
3
  true
4
4
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ResultPattern
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: result_pattern
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Luiz G. Cavalheiro
@@ -10,7 +10,7 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2025-12-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Implementação do ResultPattern para Rails
13
+ description: WIP - Implementação do ResultPattern para Rails
14
14
  email:
15
15
  - leo.cavalheiro.ti@gmail.com
16
16
  executables: []
@@ -54,5 +54,5 @@ requirements: []
54
54
  rubygems_version: 3.5.14
55
55
  signing_key:
56
56
  specification_version: 4
57
- summary: Implementação do ResultPattern para Rails
57
+ summary: WIP - Implementação do ResultPattern para Rails
58
58
  test_files: []