app_bridge 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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: dc160aec06795bc4a151e54b5a7be80ad4beb65eb5905a1e35e377e95bd06373
4
+ data.tar.gz: 4ffb19ee12306d655eb8ebb78132bddf99be989f208dfcee7089b5d3b618cd45
5
+ SHA512:
6
+ metadata.gz: e931fbe74bc9086691f46a923339c70ef412bf0b024821610b5df13510ed244f8449e7ca328a4c7f1a2ec9d278cc6c5e07f15463b14c2955c1043613e65cedf9
7
+ data.tar.gz: d2ebda4c63ae5f9c0100b255f4c34228a51c8b777ab6bcbf0896fb8757813b3a75aa5859c1930076d25643d2bee2fa1bb16092914df19294961d713cef13234d
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,15 @@
1
+ AllCops:
2
+ TargetRubyVersion: 3.0
3
+ NewCops: enable
4
+
5
+ Style/StringLiterals:
6
+ EnforcedStyle: double_quotes
7
+
8
+ Style/StringLiteralsInInterpolation:
9
+ EnforcedStyle: double_quotes
10
+
11
+
12
+ Metrics/BlockLength:
13
+ Exclude:
14
+ - 'spec/**/*_spec.rb'
15
+ - '*.gemspec'
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2025-01-27
4
+
5
+ - Initial release