the-active-rpc 1.0.1 → 1.0.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: 7633a03bfd747226a57e031d46a3c7f22319e3602da77e6722ed989807d56cf5
4
- data.tar.gz: cdb02a60468c746b81dde375f49f3133bd60b029640dc766c682a5b27b86b74a
3
+ metadata.gz: 2ccb25eb63c673ce9d75c5492a26c225176292c4883a6803daf7cdf89778d05c
4
+ data.tar.gz: 10d49fc1803506f69d22a73bd052469686e40107edb4a3fd0740f64f7a595694
5
5
  SHA512:
6
- metadata.gz: 8b0c1b6fd916af175584915a0b2002c9970cd9df969f8a2e524da725ae008dd70c5871ff9c56b19a20ea0ee3c4b1a0c4d1f03031f4fa3d0d103a86bd9096a41a
7
- data.tar.gz: 95b9a7d6ca83b1f0c0e147d82230bddd7833916f024c87d9de9c4203993bcaf738c5915c335a173ac78cf90247f6c56805d2a17f7c631fa923f4c282a252af96
6
+ metadata.gz: 0ff69bee927349d61230bb15c09fdeae9ae16ec9fbce4392dd6a8fcf059f51074e2c7dd65e2b4e7acfe4af7658602be13c0758fb29a3e2f60c74c0a0f7e81c14
7
+ data.tar.gz: 957f75c01c4ea713cef46aee1d63a810fd2c3e2f63e6fbabd05fa451bad9cfc6c2151279b91d3edb288b76c8f615f892406a95acef3134a9807ccc7b60bad74a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2](https://github.com/shqear93/the-active-rpc/compare/the-active-rpc/v1.0.1...the-active-rpc/v1.0.2) (2026-06-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update gemspec homepage URL ([c0ba998](https://github.com/shqear93/the-active-rpc/commit/c0ba99882eba569f87743b989d0cb1fe7075db58))
9
+
3
10
  ## [1.0.1](https://github.com/shqear93/the-active-rpc/compare/the-active-rpc/v1.0.0...the-active-rpc/v1.0.1) (2026-06-01)
4
11
 
5
12
 
data/README.md CHANGED
@@ -57,3 +57,4 @@ MIT
57
57
 
58
58
  ## License
59
59
 
60
+
@@ -1,3 +1,3 @@
1
1
  module ActiveRpc
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the-active-rpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khaled AbuShqear
@@ -172,7 +172,7 @@ files:
172
172
  - lib/generators/active_rpc/controller/gruf_controller_generator.rb
173
173
  - lib/generators/active_rpc/server_setup/server_setup_generator.rb
174
174
  - lib/the-active-rpc.rb
175
- homepage: https://github.com/athar-association/active_rpc
175
+ homepage: https://github.com/shqear93/the-active-rpc
176
176
  licenses:
177
177
  - MIT
178
178
  metadata: {}