greeenboii 0.1.7 → 0.1.9
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 +63 -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: 4a40a33ed919a7f4b60cc8581e3a7d592cd1a39a9b7e3459941e6acf97ba03a0
|
4
|
+
data.tar.gz: bec431371da5ccdd954030c0065bfefcdac60c41e4cfacdf1c0aa97724a64d60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8301770c9c21b1641a95fd094d3f04d55759c65bb5b7d36b6a112baaf27f4c11638ce9fdf62685c934c3ce9c22e85d8a0742c12871a8186e023d24d730d1373
|
7
|
+
data.tar.gz: b8fdd7ae887e9c08acd87fc0b6c3bfb826812daa144b4bd0104f2a04bea1aaab94db9c9571b1e6ffad9f0a96e2c566f52f0f50773f8bd416aba4a5488d6685cd
|
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,9 @@
|
|
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 dotenv dependency to version 2.8.1 in Gemfile and Gemfile.lock">
|
8
|
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9
|
+
</list>
|
8
10
|
<option name="SHOW_DIALOG" value="false" />
|
9
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
10
12
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
@@ -54,7 +56,7 @@
|
|
54
56
|
"node.js.selected.package.tslint": "(autodetect)",
|
55
57
|
"nodejs_package_manager_path": "npm",
|
56
58
|
"ruby.structure.view.model.defaults.configured": "true",
|
57
|
-
"settings.editor.selected.configurable": "
|
59
|
+
"settings.editor.selected.configurable": "org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable",
|
58
60
|
"vue.rearranger.settings.migration": "true"
|
59
61
|
},
|
60
62
|
"keyToStringList": {
|
@@ -63,10 +65,11 @@
|
|
63
65
|
]
|
64
66
|
}
|
65
67
|
}</component>
|
68
|
+
<component name="RbsLanguageSettings" isCollectionManagementEnabled="true" />
|
66
69
|
<component name="SharedIndexes">
|
67
70
|
<attachedChunks>
|
68
71
|
<set>
|
69
|
-
<option value="bundled-js-predefined-d6986cc7102b-
|
72
|
+
<option value="bundled-js-predefined-d6986cc7102b-f27c65a3e318-JavaScript-RM-251.23774.429" />
|
70
73
|
</set>
|
71
74
|
</attachedChunks>
|
72
75
|
</component>
|
@@ -90,7 +93,16 @@
|
|
90
93
|
<workItem from="1742363661453" duration="2855000" />
|
91
94
|
<workItem from="1743160011121" duration="413000" />
|
92
95
|
<workItem from="1743160440458" duration="2415000" />
|
93
|
-
<workItem from="1743234713796" duration="
|
96
|
+
<workItem from="1743234713796" duration="1971000" />
|
97
|
+
<workItem from="1745012287544" duration="89000" />
|
98
|
+
<workItem from="1745012427976" duration="84000" />
|
99
|
+
<workItem from="1746456470803" duration="123000" />
|
100
|
+
<workItem from="1746456640164" duration="8304000" />
|
101
|
+
<workItem from="1746506150953" duration="1391000" />
|
102
|
+
<workItem from="1746509214519" duration="691000" />
|
103
|
+
<workItem from="1746513257984" duration="172000" />
|
104
|
+
<workItem from="1746513447860" duration="3083000" />
|
105
|
+
<workItem from="1746546267759" duration="340000" />
|
94
106
|
</task>
|
95
107
|
<task id="LOCAL-00001" summary="update branch for push events from master to production">
|
96
108
|
<option name="closed" value="true" />
|
@@ -148,7 +160,47 @@
|
|
148
160
|
<option name="project" value="LOCAL" />
|
149
161
|
<updated>1743235413382</updated>
|
150
162
|
</task>
|
151
|
-
<
|
163
|
+
<task id="LOCAL-00008" summary="feat: Bump Version to 0.1.8">
|
164
|
+
<option name="closed" value="true" />
|
165
|
+
<created>1746514635944</created>
|
166
|
+
<option name="number" value="00008" />
|
167
|
+
<option name="presentableId" value="LOCAL-00008" />
|
168
|
+
<option name="project" value="LOCAL" />
|
169
|
+
<updated>1746514635944</updated>
|
170
|
+
</task>
|
171
|
+
<task id="LOCAL-00009" summary="chore: Update Gemfile to comment out Sorbet and add dotenv gem">
|
172
|
+
<option name="closed" value="true" />
|
173
|
+
<created>1746514690324</created>
|
174
|
+
<option name="number" value="00009" />
|
175
|
+
<option name="presentableId" value="LOCAL-00009" />
|
176
|
+
<option name="project" value="LOCAL" />
|
177
|
+
<updated>1746514690324</updated>
|
178
|
+
</task>
|
179
|
+
<task id="LOCAL-00010" summary="feat: Update dependencies and bump required Ruby version to 3.3.0">
|
180
|
+
<option name="closed" value="true" />
|
181
|
+
<created>1746514700502</created>
|
182
|
+
<option name="number" value="00010" />
|
183
|
+
<option name="presentableId" value="LOCAL-00010" />
|
184
|
+
<option name="project" value="LOCAL" />
|
185
|
+
<updated>1746514700502</updated>
|
186
|
+
</task>
|
187
|
+
<task id="LOCAL-00011" summary="feat: Update .gitignore to exclude .env and enhance CHANGELOG with initial release details">
|
188
|
+
<option name="closed" value="true" />
|
189
|
+
<created>1746514728060</created>
|
190
|
+
<option name="number" value="00011" />
|
191
|
+
<option name="presentableId" value="LOCAL-00011" />
|
192
|
+
<option name="project" value="LOCAL" />
|
193
|
+
<updated>1746514728060</updated>
|
194
|
+
</task>
|
195
|
+
<task id="LOCAL-00012" summary="feat: Update dotenv dependency to version 2.8.1 in Gemfile and Gemfile.lock">
|
196
|
+
<option name="closed" value="true" />
|
197
|
+
<created>1746516235833</created>
|
198
|
+
<option name="number" value="00012" />
|
199
|
+
<option name="presentableId" value="LOCAL-00012" />
|
200
|
+
<option name="project" value="LOCAL" />
|
201
|
+
<updated>1746516235833</updated>
|
202
|
+
</task>
|
203
|
+
<option name="localTasksCounter" value="13" />
|
152
204
|
<servers />
|
153
205
|
</component>
|
154
206
|
<component name="TypeScriptGeneratedFilesManager">
|
@@ -162,7 +214,12 @@
|
|
162
214
|
<MESSAGE value="Add RuboCop configuration for Sorbet and update gem dependencies" />
|
163
215
|
<MESSAGE value="Add WebsiteBuilder class for template installation and update data source configurations" />
|
164
216
|
<MESSAGE value="Refactor template installation process and update version to 0.1.7" />
|
165
|
-
<
|
217
|
+
<MESSAGE value="feat: Bump Version to 0.1.8" />
|
218
|
+
<MESSAGE value="chore: Update Gemfile to comment out Sorbet and add dotenv gem" />
|
219
|
+
<MESSAGE value="feat: Update dependencies and bump required Ruby version to 3.3.0" />
|
220
|
+
<MESSAGE value="feat: Update .gitignore to exclude .env and enhance CHANGELOG with initial release details" />
|
221
|
+
<MESSAGE value="feat: Update dotenv dependency to version 2.8.1 in Gemfile and Gemfile.lock" />
|
222
|
+
<option name="LAST_COMMIT_MESSAGE" value="feat: Update dotenv dependency to version 2.8.1 in Gemfile and Gemfile.lock" />
|
166
223
|
</component>
|
167
224
|
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
168
225
|
<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