immersivecommons 0.1.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.
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module ImmersiveCommons
4
+ VERSION = "0.1.0"
5
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Thin, spec-derived Ruby client for the Immersive Commons Agent REST API.
4
+ # https://www.immersivecommons.com/developers
5
+
6
+ require_relative "immersivecommons/version"
7
+ require_relative "immersivecommons/generated"
8
+ require_relative "immersivecommons/client"
9
+
10
+ module ImmersiveCommons
11
+ end
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: immersivecommons
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Immersive Commons
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-07-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: 'Official Ruby client for Immersive Commons (Floor 10 of Frontier Tower,
14
+ a members-run AI builder space in San Francisco). Table-driven from the published
15
+ OpenAPI spec: events & RSVPs, members directory, resource booking, research Q&A,
16
+ and RFC 8628 device-code token minting. Zero runtime dependencies.'
17
+ email:
18
+ - admin@immersivecommons.com
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - LICENSE
24
+ - README.md
25
+ - lib/immersivecommons.rb
26
+ - lib/immersivecommons/client.rb
27
+ - lib/immersivecommons/generated.rb
28
+ - lib/immersivecommons/openapi.json
29
+ - lib/immersivecommons/version.rb
30
+ homepage: https://www.immersivecommons.com
31
+ licenses:
32
+ - MIT
33
+ metadata:
34
+ homepage_uri: https://www.immersivecommons.com
35
+ documentation_uri: https://www.immersivecommons.com/developers
36
+ source_code_uri: https://github.com/immersive-commons/ic-skills
37
+ bug_tracker_uri: https://www.immersivecommons.com/developers
38
+ rubygems_mfa_required: 'true'
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubygems_version: 3.5.22
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: Thin, spec-derived Ruby client for the Immersive Commons Agent REST API.
58
+ test_files: []