active_call 0.3.1 → 0.3.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: d81d606b580bac8742336f42545faf106467556da7af433b8c241cf8d5fc82d8
4
- data.tar.gz: 9d4b35592755f86e515eea53931aa81884748a625e8f925775e77dc8829532f4
3
+ metadata.gz: 1a40bdf794acecaa8233b909cc45182fe04d0992be02cc70f2829bbd8cef953e
4
+ data.tar.gz: d9fc127eb91356604e5ff6a36ab7260fee42f008e51a77ab51902ef81bc33394
5
5
  SHA512:
6
- metadata.gz: 305cc609ed620e2feb222b54e1eeaeff4327c20222debb96a9e25435f0568ed880e7c8821b0ce9c5844b5061fb83970633d8d4114eda28a6ffb5b5d4e6bae50c
7
- data.tar.gz: 2cb69c2c5e36b64ab93d8fc7ecc415c341f9f6f3ac37801a8aa07827dce83e8f9458885f3fb7c2b06872da4fc6a8e05b391649e593d1d9abaa5b00632d23571d
6
+ metadata.gz: acfb226b57ad33dc69daacee5a14f03044a8e4c93f5629496dc8cd71c2676a704bc47d29a04318a6cd260e46b22c6801034cd1d73b6f0987cbbcfc93a0c7d5de
7
+ data.tar.gz: '059dded6b062c9002a5b9ec6e19de193d4ae71beed29af1d6e45d7293b3acfb0e14353383ecdc628164227629e2dbbd2d7de38997efa67029f11c4ee6e0adfff'
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.3.2] - 2025-05-09
2
+
3
+ - Gemspec description update.
4
+
1
5
  ## [0.3.1] - 2025-05-07
2
6
 
3
7
  - Update repository urls to activecall organization.
data/README.md CHANGED
@@ -2,7 +2,19 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/active_call.svg?icon=si%3Arubygems)](https://badge.fury.io/rb/active_call)
4
4
 
5
- Active Call provides a standardized way to create service objects.
5
+ Active Call provides a standardized way to build service objects.
6
+
7
+ It helps you extract complex business logic from models and controllers, and keeps your code clean and organized.
8
+
9
+ Encouraging single responsibility improves readability, testability, and long-term maintainability.
10
+
11
+ <div align="center">
12
+ <a href="https://platform45.com?utm_source=github&utm_content=active_call">
13
+ <picture>
14
+ <img src="https://github.com/user-attachments/assets/19fd40df-2ce9-4f30-8120-d53f3fbf9f07">
15
+ </picture>
16
+ </a>
17
+ </div>
6
18
 
7
19
  ## Installation
8
20
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveCall
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_call
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kobus Joubert
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-07 00:00:00.000000000 Z
11
+ date: 2025-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -38,7 +38,11 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '2.6'
41
- description: Active Call provides a standardized way to create service objects.
41
+ description: '["Active", "Call", "provides", "a", "standardized", "way", "to", "build",
42
+ "service", "objects.", "It", "helps", "you", "extract", "complex", "business", "logic",
43
+ "from", "models", "and", "controllers,", "and", "keeps", "your", "code", "clean",
44
+ "and", "organized.", "Encouraging", "single", "responsibility", "improves", "readability,",
45
+ "testability,", "and", "long-term", "maintainability."]'
42
46
  email:
43
47
  - kobus@translate3d.com
44
48
  executables: []
@@ -85,5 +89,5 @@ requirements: []
85
89
  rubygems_version: 3.3.27
86
90
  signing_key:
87
91
  specification_version: 4
88
- summary: Active Call
92
+ summary: Standardized way to build service objects
89
93
  test_files: []