deskbot 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: 30cedc28057bdb758c62aae0df919bb8919619f6a159ebc4ee4cdf440c747d23
4
+ data.tar.gz: bad0a3559c5e057cc856fbeb6dc81df5ef501ec752a92546c811d67d61d73af1
5
+ SHA512:
6
+ metadata.gz: 7840b3a2e97c03d7a6f6ba3db796db078fd730df1eafe774873d3432722a80ebba75e0739cb5b98d670e349b3a875e8ac5b0e2cbdf667b91c9a3882ae8fafdeb
7
+ data.tar.gz: 6d8f4c44b313a04f98e06669397203fce36ee2bae3717c7066d47d65971db533d7552f426b24dd0e23e86a04c689a246d9452920d156a341f57624207a08cdcd
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,12 @@
1
+ require:
2
+ - rubocop-inhouse
3
+
4
+ inherit_gem:
5
+ rubocop-inhouse:
6
+ - config/default.yml
7
+
8
+ AllCops:
9
+ TargetRubyVersion: 3.3
10
+
11
+ Style/StringHashKeys:
12
+ Enabled: false
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-05-22
4
+
5
+ - Initial release