libsql_ruby 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: af518b662043273ea3261b7a58285aed61691f20d52d3f8421af107fc3c53d2b
4
+ data.tar.gz: b1c31220d7f7ba826a7bcabdf07fd211b7fb3bb4d29ecf4aafaea17264e55e94
5
+ SHA512:
6
+ metadata.gz: 1f4f3a472044e4362469c18c2f9a0cbcc92c0654519d319b7492590f54dff1988a603532234de98007beaae81872f0c204d26dba665831b48fafef22872547e8
7
+ data.tar.gz: 3509f5a50f32c2792cbdc7614e9a361ee53bb72d4d4b6dfc91e5d678db8360a41a3077e2af7bccd682870da9a723705664223ea4baa451fca3c7c3082fb69b48
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,8 @@
1
+ AllCops:
2
+ TargetRubyVersion: 3.0
3
+
4
+ Style/StringLiterals:
5
+ EnforcedStyle: double_quotes
6
+
7
+ Style/StringLiteralsInInterpolation:
8
+ EnforcedStyle: double_quotes
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-07-14
4
+
5
+ - Initial release