greeenboii 0.1.7 → 0.1.8
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 +4 -4
- data/.idea/greeenboii.iml +30 -23
- data/.idea/jsLibraryMappings.xml +6 -0
- data/.idea/vcs.xml +0 -1
- data/.idea/workspace.xml +58 -6
- data/CHANGELOG.md +16 -0
- data/lib/greeenboii/version.rb +1 -1
- data/lib/greeenboii.rb +433 -0
- data/lib/libsql.rb +159 -0
- data/logs/turso_requests.log +54 -0
- data/logs/turso_responses.log +27 -0
- metadata +36 -9
- data/.idea/dataSources/28fe2501-d682-44de-9f2e-9ff4bf02ce84/storage_v2/_src_/schema/main.uQUzAA.meta +0 -2
- data/.idea/dataSources/28fe2501-d682-44de-9f2e-9ff4bf02ce84.xml +0 -1617
- data/.idea/dataSources.local.xml +0 -18
- data/.idea/dataSources.xml +0 -12
- data/.idea/sqldialects.xml +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e73eb6398c6573a17f590d88ba66354effcfe00a488ed5faf589e9d636b0f8bb
|
4
|
+
data.tar.gz: 42b43d9b87466ee41b077015d92fb9d7f4d1132228ff3ced8794f6bfde07a977
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da376e5b30dfe5d84b9beaf3b46a22ede27d37290bec28cd24e160dfb07a97935b68c976a9eff02ead057865fb72b598df1ea3c16930e88127e0f1bbcc007112
|
7
|
+
data.tar.gz: c2e03b7bf9d8a14e5f13416401bbdb1c773ab5ad1dde4af9e157efbbbc66dc3df9b9ab073f0617d24dbc0fdb212f0cf2dc0cf1c78ed4df3cfb73fb02e8d1275b
|
data/.idea/greeenboii.iml
CHANGED
@@ -9,29 +9,36 @@
|
|
9
9
|
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
10
10
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
11
11
|
</content>
|
12
|
-
<orderEntry type="jdk" jdkName="ruby-3.
|
12
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.6-p108" jdkType="RUBY_SDK" />
|
13
13
|
<orderEntry type="sourceFolder" forTests="false" />
|
14
|
-
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.
|
15
|
-
<orderEntry type="library" scope="PROVIDED" name="bigdecimal (v3.1.9, ruby-3.
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.6.3, ruby-3.
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="cli-ui (v2.3.
|
18
|
-
<orderEntry type="library" scope="PROVIDED" name="console_table (v0.3.1, ruby-3.
|
19
|
-
<orderEntry type="library" scope="PROVIDED" name="csv (v3.3.
|
20
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
21
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
22
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
23
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
24
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
25
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
26
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
27
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
28
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
29
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
30
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
31
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
32
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
33
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
34
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
35
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.3, ruby-3.3.6-p108) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="bigdecimal (v3.1.9, ruby-3.3.6-p108) [gem]" level="application" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.6.3, ruby-3.3.6-p108) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="cli-ui (v2.3.1, ruby-3.3.6-p108) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="console_table (v0.3.1, ruby-3.3.6-p108) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="csv (v3.3.4, ruby-3.3.6-p108) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="dotenv (v2.8.1, ruby-3.3.6-p108) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="httparty (v0.22.0, ruby-3.3.6-p108) [gem]" level="application" />
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v2.11.3, ruby-3.3.6-p108) [gem]" level="application" />
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="language_server-protocol (v3.17.0.4, ruby-3.3.6-p108) [gem]" level="application" />
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="lint_roller (v1.1.0, ruby-3.3.6-p108) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="mini_mime (v1.1.5, ruby-3.3.6-p108) [gem]" level="application" />
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.25.5, ruby-3.3.6-p108) [gem]" level="application" />
|
27
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_xml (v0.7.2, ruby-3.3.6-p108) [gem]" level="application" />
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.18.8, ruby-3.3.6-p108) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.27.0, ruby-3.3.6-p108) [gem]" level="application" />
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="parser (v3.3.8.0, ruby-3.3.6-p108) [gem]" level="application" />
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="prism (v1.4.0, ruby-3.3.6-p108) [gem]" level="application" />
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="racc (v1.8.1, ruby-3.3.6-p108) [gem]" level="application" />
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, ruby-3.3.6-p108) [gem]" level="application" />
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.2.1, ruby-3.3.6-p108) [gem]" level="application" />
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="rake-compiler (v1.3.0, ruby-3.3.6-p108) [gem]" level="application" />
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.10.0, ruby-3.3.6-p108) [gem]" level="application" />
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop (v1.75.5, ruby-3.3.6-p108) [gem]" level="application" />
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.44.1, ruby-3.3.6-p108) [gem]" level="application" />
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.13.0, ruby-3.3.6-p108) [gem]" level="application" />
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="sqlite3 (v2.6.0, ruby-3.3.6-p108) [gem]" level="application" />
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v3.1.4, ruby-3.3.6-p108) [gem]" level="application" />
|
42
|
+
<orderEntry type="library" scope="PROVIDED" name="unicode-emoji (v4.0.4, ruby-3.3.6-p108) [gem]" level="application" />
|
36
43
|
</component>
|
37
44
|
</module>
|
data/.idea/vcs.xml
CHANGED
data/.idea/workspace.xml
CHANGED
@@ -4,7 +4,14 @@
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
5
5
|
</component>
|
6
6
|
<component name="ChangeListManager">
|
7
|
-
<list default="true" id="0fa98f61-8369-4575-be76-5316c7df88b7" name="Changes" comment="
|
7
|
+
<list default="true" id="0fa98f61-8369-4575-be76-5316c7df88b7" name="Changes" comment="feat: Update .gitignore to exclude .env and enhance CHANGELOG with initial release details">
|
8
|
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9
|
+
<change beforePath="$PROJECT_DIR$/Gemfile.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Gemfile.lock" afterDir="false" />
|
10
|
+
<change beforePath="$PROJECT_DIR$/greeenboii.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/greeenboii.gemspec" afterDir="false" />
|
11
|
+
<change beforePath="$PROJECT_DIR$/lib/greeenboii.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/greeenboii.rb" afterDir="false" />
|
12
|
+
<change beforePath="$PROJECT_DIR$/logs/turso_requests.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/turso_requests.log" afterDir="false" />
|
13
|
+
<change beforePath="$PROJECT_DIR$/logs/turso_responses.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/turso_responses.log" afterDir="false" />
|
14
|
+
</list>
|
8
15
|
<option name="SHOW_DIALOG" value="false" />
|
9
16
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
10
17
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
@@ -54,7 +61,7 @@
|
|
54
61
|
"node.js.selected.package.tslint": "(autodetect)",
|
55
62
|
"nodejs_package_manager_path": "npm",
|
56
63
|
"ruby.structure.view.model.defaults.configured": "true",
|
57
|
-
"settings.editor.selected.configurable": "
|
64
|
+
"settings.editor.selected.configurable": "org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable",
|
58
65
|
"vue.rearranger.settings.migration": "true"
|
59
66
|
},
|
60
67
|
"keyToStringList": {
|
@@ -63,10 +70,11 @@
|
|
63
70
|
]
|
64
71
|
}
|
65
72
|
}</component>
|
73
|
+
<component name="RbsLanguageSettings" isCollectionManagementEnabled="true" />
|
66
74
|
<component name="SharedIndexes">
|
67
75
|
<attachedChunks>
|
68
76
|
<set>
|
69
|
-
<option value="bundled-js-predefined-d6986cc7102b-
|
77
|
+
<option value="bundled-js-predefined-d6986cc7102b-f27c65a3e318-JavaScript-RM-251.23774.429" />
|
70
78
|
</set>
|
71
79
|
</attachedChunks>
|
72
80
|
</component>
|
@@ -90,7 +98,15 @@
|
|
90
98
|
<workItem from="1742363661453" duration="2855000" />
|
91
99
|
<workItem from="1743160011121" duration="413000" />
|
92
100
|
<workItem from="1743160440458" duration="2415000" />
|
93
|
-
<workItem from="1743234713796" duration="
|
101
|
+
<workItem from="1743234713796" duration="1971000" />
|
102
|
+
<workItem from="1745012287544" duration="89000" />
|
103
|
+
<workItem from="1745012427976" duration="84000" />
|
104
|
+
<workItem from="1746456470803" duration="123000" />
|
105
|
+
<workItem from="1746456640164" duration="8304000" />
|
106
|
+
<workItem from="1746506150953" duration="1391000" />
|
107
|
+
<workItem from="1746509214519" duration="691000" />
|
108
|
+
<workItem from="1746513257984" duration="172000" />
|
109
|
+
<workItem from="1746513447860" duration="2325000" />
|
94
110
|
</task>
|
95
111
|
<task id="LOCAL-00001" summary="update branch for push events from master to production">
|
96
112
|
<option name="closed" value="true" />
|
@@ -148,7 +164,39 @@
|
|
148
164
|
<option name="project" value="LOCAL" />
|
149
165
|
<updated>1743235413382</updated>
|
150
166
|
</task>
|
151
|
-
<
|
167
|
+
<task id="LOCAL-00008" summary="feat: Bump Version to 0.1.8">
|
168
|
+
<option name="closed" value="true" />
|
169
|
+
<created>1746514635944</created>
|
170
|
+
<option name="number" value="00008" />
|
171
|
+
<option name="presentableId" value="LOCAL-00008" />
|
172
|
+
<option name="project" value="LOCAL" />
|
173
|
+
<updated>1746514635944</updated>
|
174
|
+
</task>
|
175
|
+
<task id="LOCAL-00009" summary="chore: Update Gemfile to comment out Sorbet and add dotenv gem">
|
176
|
+
<option name="closed" value="true" />
|
177
|
+
<created>1746514690324</created>
|
178
|
+
<option name="number" value="00009" />
|
179
|
+
<option name="presentableId" value="LOCAL-00009" />
|
180
|
+
<option name="project" value="LOCAL" />
|
181
|
+
<updated>1746514690324</updated>
|
182
|
+
</task>
|
183
|
+
<task id="LOCAL-00010" summary="feat: Update dependencies and bump required Ruby version to 3.3.0">
|
184
|
+
<option name="closed" value="true" />
|
185
|
+
<created>1746514700502</created>
|
186
|
+
<option name="number" value="00010" />
|
187
|
+
<option name="presentableId" value="LOCAL-00010" />
|
188
|
+
<option name="project" value="LOCAL" />
|
189
|
+
<updated>1746514700502</updated>
|
190
|
+
</task>
|
191
|
+
<task id="LOCAL-00011" summary="feat: Update .gitignore to exclude .env and enhance CHANGELOG with initial release details">
|
192
|
+
<option name="closed" value="true" />
|
193
|
+
<created>1746514728060</created>
|
194
|
+
<option name="number" value="00011" />
|
195
|
+
<option name="presentableId" value="LOCAL-00011" />
|
196
|
+
<option name="project" value="LOCAL" />
|
197
|
+
<updated>1746514728060</updated>
|
198
|
+
</task>
|
199
|
+
<option name="localTasksCounter" value="12" />
|
152
200
|
<servers />
|
153
201
|
</component>
|
154
202
|
<component name="TypeScriptGeneratedFilesManager">
|
@@ -162,7 +210,11 @@
|
|
162
210
|
<MESSAGE value="Add RuboCop configuration for Sorbet and update gem dependencies" />
|
163
211
|
<MESSAGE value="Add WebsiteBuilder class for template installation and update data source configurations" />
|
164
212
|
<MESSAGE value="Refactor template installation process and update version to 0.1.7" />
|
165
|
-
<
|
213
|
+
<MESSAGE value="feat: Bump Version to 0.1.8" />
|
214
|
+
<MESSAGE value="chore: Update Gemfile to comment out Sorbet and add dotenv gem" />
|
215
|
+
<MESSAGE value="feat: Update dependencies and bump required Ruby version to 3.3.0" />
|
216
|
+
<MESSAGE value="feat: Update .gitignore to exclude .env and enhance CHANGELOG with initial release details" />
|
217
|
+
<option name="LAST_COMMIT_MESSAGE" value="feat: Update .gitignore to exclude .env and enhance CHANGELOG with initial release details" />
|
166
218
|
</component>
|
167
219
|
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
168
220
|
<SUITE FILE_PATH="coverage/greeenboii@greeenboii.rcov" NAME="greeenboii Coverage Results" MODIFIED="1743160185076" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="greeenboii" />
|
data/CHANGELOG.md
CHANGED
@@ -2,4 +2,20 @@
|
|
2
2
|
|
3
3
|
## [0.1.0] - 2025-02-23
|
4
4
|
|
5
|
+
### Added
|
6
|
+
- Initial release of greeenboii gem
|
7
|
+
- Command-line interface using cli-ui
|
8
|
+
- Console table formatting capabilities
|
9
|
+
- HTTP request functionality via HTTParty
|
10
|
+
- HTML parsing with Nokogiri
|
11
|
+
- Environment variable management with dotenv
|
12
|
+
- SQLite database integration
|
13
|
+
- C extension support via ext/greeenboii
|
14
|
+
- Basic project structure with executable in exe/ directory
|
15
|
+
|
16
|
+
### Changed
|
17
|
+
- N/A (Initial release)
|
18
|
+
|
19
|
+
### Removed
|
20
|
+
- N/A (Initial release)
|
5
21
|
- Initial release
|
data/lib/greeenboii/version.rb
CHANGED