active_call-api 0.1.3 → 0.1.4
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/CHANGELOG.md +4 -0
- data/README.md +2 -2
- data/lib/active_call/api/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a83fe19b657a8adf51e06163d4d237ae3c7bcd979f884ea0cf73cc9dbce2244
|
4
|
+
data.tar.gz: 3a9ac4e4a3b733ace4a562326d68579c1a47d209ce3c1c5c78273a2bf89ac8a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f1a745f6d8058aea06eaa833d57a83d2334d2064e0722dcc7634a49d01d92b4384624af1f280fefa008095ebf8a24f514f64f145ccb9912d0d942f783fe0ab7
|
7
|
+
data.tar.gz: 725e861564f3560394ca532549d791b2d2c00ee061de2e8250379d3cea71d96803548f67c5657711043eb34d8739790045519018fd4d1353a378b0bbaa84d0dc
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Active Call - API is an extension of [Active Call](https://rubygems.org/gems/active_call) that provides a standardized way to create service objects for REST API endpoints.
|
6
6
|
|
7
|
-
Before proceeding, please review the [Active Call Usage](https://github.com/
|
7
|
+
Before proceeding, please review the [Active Call Usage](https://github.com/activecall/active_call?tab=readme-ov-file#usage) section. It takes just 55 seconds.
|
8
8
|
|
9
9
|
## Installation
|
10
10
|
|
@@ -297,7 +297,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
297
297
|
|
298
298
|
## Contributing
|
299
299
|
|
300
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
300
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/activecall/active_call-api.
|
301
301
|
|
302
302
|
## License
|
303
303
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_call-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
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-
|
11
|
+
date: 2025-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active_call
|
@@ -86,15 +86,15 @@ files:
|
|
86
86
|
- lib/active_call/api/version.rb
|
87
87
|
- lib/active_call/error.rb
|
88
88
|
- sig/active_call/api.rbs
|
89
|
-
homepage: https://github.com/
|
89
|
+
homepage: https://github.com/activecall/active_call-api
|
90
90
|
licenses:
|
91
91
|
- MIT
|
92
92
|
metadata:
|
93
93
|
allowed_push_host: https://rubygems.org
|
94
94
|
rubygems_mfa_required: 'true'
|
95
|
-
homepage_uri: https://github.com/
|
96
|
-
source_code_uri: https://github.com/
|
97
|
-
changelog_uri: https://github.com/
|
95
|
+
homepage_uri: https://github.com/activecall/active_call-api
|
96
|
+
source_code_uri: https://github.com/activecall/active_call-api
|
97
|
+
changelog_uri: https://github.com/activecall/active_call-api/blob/main/CHANGELOG.md
|
98
98
|
post_install_message:
|
99
99
|
rdoc_options: []
|
100
100
|
require_paths:
|