atomic_admin 2.0.0.beta.4 → 2.0.0.beta.5

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: b41dc9753dbedd0672715a34bdaa4c1fba7b4caf27f8164912f754e1239e131c
4
- data.tar.gz: 7290d0fef85a0f2b3f37a333f48381133a6dcc1e48d1dad64fe317fd799bf8cf
3
+ metadata.gz: 45e769d018db1fe843c0d6386ec5007465077b44e4731f27d4afa1efca6ff94e
4
+ data.tar.gz: 298af2cf1c71df14fb6bb3c51dd884157d068182d066ffb2cd1674afbfff616d
5
5
  SHA512:
6
- metadata.gz: 16011b27e3ce6db64f0a36bbc9228a66b721e72e0971e1455862b3a862cf4ce74c8ba3a894be7eccaa8a7eb6c1d65d8b9e9fa7a60305cf78c27a000b4f06d41c
7
- data.tar.gz: 11867e0f9f0722c5a2256e4e285a88168b720efef2e8a0c97ce04c24633ead69dd8ae6489372a5f5acfbdc85068d99736b0bcfc67d5a8c0bfa2f504552f57913
6
+ metadata.gz: 37e0a008ee8794c07a0a9f414acf838501ffbf70292812aee7471d682972104ccb0a54ec3bbb6a7ebcb1540dd54e4c0b64e7f2faa10e45ac924dc7170b8f6f46
7
+ data.tar.gz: f121526e3fa12837bc090f7cd9bb8747def98fccfc88ff8e69ba0f6323391f68da0bafca426391abd93949bda41c6a6b7619b1e9ea853a75050099475327e118
@@ -46,6 +46,9 @@ module AtomicAdmin::Interaction
46
46
  schema = schema_factory.new(**kwargs)
47
47
  hash[:schema] = schema.schema
48
48
  hash[:uischema] = schema.uischema
49
+ when :launch
50
+ hash[:launch_url] = interaction[:launch_url].call(**kwargs)
51
+ hash[:aud] = interaction[:aud]
49
52
  end
50
53
 
51
54
  hash
@@ -1,3 +1,3 @@
1
1
  module AtomicAdmin
2
- VERSION = "2.0.0.beta.4".freeze
2
+ VERSION = "2.0.0.beta.5".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atomic_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta.4
4
+ version: 2.0.0.beta.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Benoit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-01 00:00:00.000000000 Z
11
+ date: 2025-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  - !ruby/object:Gem::Version
110
110
  version: 1.3.1
111
111
  requirements: []
112
- rubygems_version: 3.4.10
112
+ rubygems_version: 3.3.7
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Engine to provide apis that power the atomic jolt admin app