forest_admin_rpc_agent 1.28.2 → 1.29.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c2e760c683449fc36aa83d74155d60a3238324cf16c1c4f0582d00d5ff6ae72
|
|
4
|
+
data.tar.gz: 2c4ef3c733ef096d57319b56dc5edf1e6bd0be815b4b902a6cc74fcf730d921d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 471cc3adca15052a729132bb5b0ea019e6ed4bbe31c2ba3db955f518e35a2023977aef0ed6018a037762e33b02277793af7738b9701f16ace147f9e43cf859af
|
|
7
|
+
data.tar.gz: 7d311cdf3328b632ee99473a6ea8527327ce68fe8cc5aa247815070c1286f91e1d2554dce07c259f407a7ae68ac63b0e4db73cdaac97a135de987042bef76590
|
|
@@ -5,6 +5,7 @@ module ForestAdminRpcAgent
|
|
|
5
5
|
module Thor
|
|
6
6
|
class Install < ::Thor
|
|
7
7
|
include ::Thor::Actions
|
|
8
|
+
|
|
8
9
|
# Run the command:
|
|
9
10
|
# for a rails app : forest_admin_rpc_agent install AUTH_SECRET_FROM_YOUR_FOREST_APP
|
|
10
11
|
# for a sinatra app : forest_admin_rpc_agent install AUTH_SECRET_FROM_YOUR_FOREST_APP --app_file=app.rb
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forest_admin_rpc_agent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.29.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthieu
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2026-05-
|
|
12
|
+
date: 2026-05-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: base64
|