squared 0.4.30 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec34e9b4cff5c76d921c742e1d3f476814756fee0a4766b7433c0cef64987826
4
- data.tar.gz: d1dacfbcc7293efc614a220d7476ce63a641adaf6863c4dec0ba29575182b56b
3
+ metadata.gz: 46ea608e0b2d67acb3d15eaf67d7c70fc4c301c1c7ebf0dbfa9fba2e9ccabe0b
4
+ data.tar.gz: 806aeee453718e1ff75f1f83c3f2ac763fd989cdddeca18b570a1d383c90484c
5
5
  SHA512:
6
- metadata.gz: aaef815c281e7fb8ac3dae919218ca38e0a4af7815db58315e0221baf35cffbfb28ee8398d8ccabd16ef3888030b825055b1b69ee96d0c1b6632bca41ef60b59
7
- data.tar.gz: e4934cf825627079d4f6f536b4b86b96b51724415fe316af4b2c900268e284b98600224263faa090c4249db3fafca6eebcb3390fd27a0f0d94c027b616fbcd78
6
+ metadata.gz: bcde780730f2426af5561183d7d33d172f7dc7a096f9b21b3098593e18758a6a5bdb26e40ccabfaf7e0cf2e6963f067289c304e2e7626b85c15dd2c589e907e0
7
+ data.tar.gz: efcae50c9cfd39b72c013035df135533fee434e7985c3896d409a3d2d1850f16c2c7d2dd811e89431ddc46e2fbc64f752ece5bc8f1205d79d052bcec59fb7749
data/CHANGELOG.md CHANGED
@@ -1,367 +1,29 @@
1
1
  # Changelog
2
2
 
3
- ## [0.4.30] - 2025-11-14
3
+ ## [0.5.0] - 2025-06-16
4
4
 
5
5
  ### Added
6
6
 
7
- - Config viewer can read items by index in an Array.
8
-
9
- ### Fixed
10
-
11
- - Node command add uses event name "add" and not "depend".
12
- - Node command add did not include packages with Yarn and PNPM.
13
- - Git method revbuild did not splat build arguments.
14
-
15
- ## [0.4.29] - 2025-11-08
16
-
17
- ### Fixed
18
-
19
- - OptionPartition was created by mistake and is unreliable in every way.
20
-
21
- ## [0.4.28] - 2025-11-08
22
-
23
- ### Fixed
24
-
25
- - Project base method build as arrays parsed unrelated arguments.
26
- - OptionPartition method arg? does not check after "--" delimiter.
27
- - OptionPartition did not support duplicate values after "--" delimiter.
28
- - OptionPartition method opt? did not type check for String.
29
-
30
- ## [0.4.27] - 2025-11-05
7
+ - Node command exec through NVM was implemented.
8
+ - Git command options were updated to version 2.49.
31
9
 
32
10
  ### Changed
33
11
 
34
- - OptionPartition does not add quotes when an option flag is detected.
35
- - Common shell method argument option only parses options with values.
36
- - Shell options with empty flags are treated as quoted strings.
37
-
38
- ### Fixed
39
-
40
- - OptionPartition did not detect flags with middle dashes.
41
-
42
- ## [0.4.26] - 2025-10-31
43
-
44
- ### Added
45
-
46
- - Docker command options were updated to 28.5.
47
-
48
- ### Changed
12
+ - Gem specification required Ruby version set to 2.5.
13
+ - Docker build options from ENV do not require dashes.
14
+ - Unused task descriptions are not generated.
15
+ - Class object shapes were declared in initialize.
16
+ - Project outdated interactive uses a more compact prompt.
17
+ - Workspace banner configuration uses a struct.
49
18
 
50
- - Node package manager does not override package.json with NODE_INSTALL.
51
- - Node workspaces can specify more than one package manager through NODE_INSTALL.
52
-
53
- ### Fixed
54
-
55
- - Node command add did not provide optional save argument.
56
- - Python command outdated did not detect synchronous output.
57
- - Node command outdated auto-commit was completely dysfunctional.
58
- - Project workspaces caused a complete meltdown on TruffleRuby.
59
- - Project build initialization global flag was always incoherent.
60
- - Project base setters did not accept direct values.
61
- - Project base global graph tasks are not definable by a sub-project.
62
-
63
- ## [0.4.25] - 2025-10-18
64
-
65
- ### Fixed
66
-
67
- - Project groups did not have their own copy of base events.
68
-
69
- ## [0.4.24] - 2025-10-17
70
-
71
- ### Added
72
-
73
- - Repo task [init|all] can bypass dev? copy requirement with REPO_STAGE=4.
74
-
75
- ### Changed
76
-
77
- - Node command outdated does not check PNPM minimum version.
78
-
79
- ### Fixed
80
-
81
- - Project base rescue error handling used reversed parameters.
82
- - Project absolute paths did not append wildcard with trailing slash.
83
- - Powershell commands did not escape nested double quotes.
84
- - OptionPartition did not strip flags without a value.
85
- - Project base method add did not use parent context.
86
- - Application property pipe did not parse numeric values.
87
-
88
- ## [0.4.23] - 2025-10-11
89
-
90
- ### Fixed
91
-
92
- - Node task outdated did not compare wanted and latest by semver.
93
- - Project base method append_hash did not have target when joined.
94
- - Docker build for compose and bake was completely incapacitated.
95
-
96
- ## [0.4.22] - 2025-10-08
97
-
98
- ### Added
99
-
100
- - Node package managers support ENV platform options.
101
-
102
- ### Changed
103
-
104
- - User installed Ruby is detected before system installed Ruby.
105
-
106
- ### Fixed
107
-
108
- - Yarn classic package installs did not recognize dedupe flag.
109
- - Node command outdated option prune called undefined method.
110
- - OptionPartition method exist? called undefined method.
111
- - Ruby method copy? did not perform Hash property override check.
112
- - OptionPartition static method arg? did not detect single values.
113
-
114
- ## [0.4.21] - 2025-10-01
115
-
116
- ### Added
117
-
118
- - Project base method variable_set was aliased to the name apply.
119
-
120
- ### Changed
121
-
122
- - Project base method run visibility was changed to public.
123
- - OptionPartition method uniq! returns self or nil.
124
-
125
- ### Fixed
126
-
127
- - Docker attribute file did not search for nearest config.
128
- - Project task run did not accept Proc or Method definitions.
129
- - Gem command options were revalidated to 3.7.2.
130
- - Bundler command options were revalidated to 2.7.2.
131
- - Ruby class method bundle did not pass through commands.
132
- - Ruby task ruby did not separate options and arguments.
133
- - Pip commands uninstall and freeze did not filter options.
134
- - Ruby command gem action update did not append packages.
135
- - OptionPartition did not detect short options with a merged value.
136
- - Gem commands option version did not use quotes.
137
- - Git command pull action all used undefined delete_prefix! method.
138
- - OptionPartition did not delete added values from extras.
139
- - Python editable projects can override requirements detection.
140
- - Project session method did delete short options with a merged value.
141
- - Gem command install did not try to resolve local paths.
142
- - Ruby commands did not always check for file target exists.
143
-
144
- ## [0.4.20] - 2025-09-14
145
-
146
- ### Changed
147
-
148
- - Project banners when requested return consistent arguments.
149
-
150
- ### Fixed
151
-
152
- - Workspace global as command alias used undefined parameter.
153
- - Python did not separate dependency manager and build backend.
154
- - Gem command build did not validate gemspec was located.
155
- - Project class Ruby used glob methods not available in Ruby 2.4.
156
- - Shell options support using boolean as values.
157
- - Git command merge action commit failed when using interactive menu.
158
- - NPM command line options did not support boolean flags.
159
-
160
- ## [0.4.19] - 2025-08-30
161
-
162
- ### Added
163
-
164
- - Docker command options were updated to 28.3.
165
- - Docker command compose action down was implemented.
166
- - Docker containers conflicting with options can be prefixed with colon.
167
- - Git command stash action push option message is interactive.
168
- - Repo commands init and sync inherit any positional options.
169
-
170
- ### Fixed
171
-
172
- - Docker did not ignore pre-defined file with COMPOSE_FILE.
173
- - Docker did not support multiple config files.
174
- - Repo did not transfer arguments to supplement tasks.
175
- - Node public method version caused a recursive loop.
176
- - Node command bump action minor without major was revised.
177
-
178
- ## [0.4.18] - 2025-08-23
179
-
180
- ### Added
181
-
182
- - Repo command init can specify groups to pull from manifest.
183
- - Repo command init can specify submodules to fetch.
184
- - Ruby gem specification is auto-detected when not specified.
185
- - Ruby task install:redownload with force deletes Gemfile.lock.
186
-
187
- ### Changed
188
-
189
- - Workspace pipe and verbose interprets $DEBUG AND $VERBOSE modes.
190
- - Git response status did not check for STDIN stream.
191
- - Common format method puts_oe was renamed log_console.
192
- - Global task git:all is disabled for single project workspaces.
193
-
194
- ## [0.3.14] - 2025-08-23
195
-
196
- ### Fixed
197
-
198
- - Gem command exec did not separate command and arguments.
199
-
200
- ## [0.2.14] - 2025-08-23
201
-
202
- ### Fixed
203
-
204
- - See `0.1.11`.
205
-
206
- ## [0.1.11] - 2025-08-23
207
-
208
- ### Fixed
209
-
210
- - Node could not compare semantic versions above double digits.
211
- - Node command bump did not reset major and minor trailing digits.
212
- - Gems with a fourth semver digit was not compared.
213
- - Workspace styles did not convert string keys to symbols.
214
-
215
- ## [0.4.17] - 2025-08-09
216
-
217
- ### Added
218
-
219
- - Node repos can be initialized with specific package manager.
220
- - Docker Engine options were updated to 28.0.
221
- - Git commands pull and fetch action all was implemented.
222
- - Git command reset action undo was implemented.
223
- - Python command pip action upgrade was implemented.
224
- - Git commands refs and files can use both pathspec and pattern.
225
- - Git command submodule was implemented.
226
- - Git command status was implemented.
227
- - Git command switch action branch was implemented.
228
-
229
- ### Changed
230
-
231
- - Project task events can be assigned to a single proc.
232
- - Ruby task copy uses require paths from gem specification.
233
- - Docker task build:bake was renamed bake:build.
234
- - Project global tasks can be hidden and still expose subtasks.
235
- - Repo command line options can be overriden with class method.
236
- - Repo task all variable REPO_DRYRUN was replaced with REPO_STAGE.
237
- - Repo command sync option no-fail was renamed fail.
238
-
239
- ### Fixed
240
-
241
- - Gem command outdated did not work outside main project folder.
242
- - Node command bump did not reset major and minor trailing digits.
243
- - Docker image status message was displayed backwards.
244
-
245
- ## [0.4.16] - 2025-07-27
246
-
247
- ### Added
248
-
249
- - Git command blame was implemented.
250
- - Project property only for task filtering was implemented.
251
- - Node command copy uses NPM pack to refresh development packages.
252
- - Docker command bake action check was implemented.
253
- - Ruby uses gem specification for name and version.
254
- - Ruby constructor parameter gemspec was implemented.
255
-
256
- ### Changed
257
-
258
- - Project boolean property readers were converted into accessors.
259
- - Workspace hash singleton methods were relocated under Support.
260
- - Project property version uses setter method for validation.
261
- - Node command publish will prompt when tag is not semantic.
262
- - Gem command push without args uses gemspec to locate archive.
263
- - Prompts will exit process without raising a generic error.
264
-
265
- ### Fixed
266
-
267
- - Gem command exec did not separate command and arguments.
268
- - Project warning messages were not displayed for errors.
269
- - Python command outdated did not load virtual env in Windows.
270
- - Python virtual env original options are not modified.
271
- - Node could not compare semantic versions above double digits.
272
-
273
- ## [0.4.15] - 2025-07-16
274
-
275
- ### Added
276
-
277
- - Python command outdated option user was implemented.
278
- - Git command commit action amend and amend-orig are interactive.
279
-
280
- ### Changed
281
-
282
- - Ruby task copy does not guess Gem directory when version is used.
283
- - Workspace hash-based data uses global method for key creation.
284
-
285
- ## [0.3.13] - 2025-07-16
286
-
287
- ### Fixed
288
-
289
- - See `0.2.13`.
290
-
291
- ## [0.2.13] - 2025-07-16
292
-
293
- ### Fixed
294
-
295
- - Project graph did not ignore circular references.
296
-
297
- ## [0.1.10] - 2025-07-16
298
-
299
- ### Fixed
300
-
301
- - Module namespaces were not combined in the right order.
302
- - Workspace group tasks were not registered.
303
-
304
- ## [0.4.14] - 2025-07-05
305
-
306
- ### Added
307
-
308
- - Python command run for project scripts was implemented.
309
- - Python command build and publish with PDM was implemented.
310
- - Python command run detects program tool scripts.
311
- - Git command stash action branch was implemented.
312
- - Docker command compose action exec and run are interactive.
313
- - Double dash can be used to end parsing for options.
314
- - Python command outdated tasks with semver was implemented.
315
-
316
- ### Changed
317
-
318
- - Ruby command rake supports running multiple indexes.
319
- - Ruby private method rakefile when nil returns empty string.
320
- - Ruby private method gempwd and rakepwd ignores current directory.
321
- - Ruby command gem action update parameters are optional.
322
- - Gem command install and uninstall can parse name and version.
323
- - Kernel method Array is used in place of common method as_a.
324
- - Ruby public method irb parameter load was renamed args.
325
-
326
- ### Fixed
327
-
328
- - Box border did not print corners on Windows.
329
- - Index character was not captured on Windows.
330
- - Node command publish did not prompt for package to publish.
331
- - Python command publish did not prompt for package to publish.
332
- - Project confirmation accept dialog did not always quit.
333
- - Git command add did not detect when no files were changed.
334
-
335
- ## [0.3.12] - 2025-07-05
336
-
337
- ### Fixed
338
-
339
- - Gem command exec did not include gem option flag.
340
- - Project graph did not print first level border.
341
- - Node command update did not use correct event name.
342
- - Gem command push did not validate gem file to publish.
343
- - Node command publish did not publish when silent.
344
-
345
- ## [0.2.12] - 2025-07-05
346
-
347
- ### Fixed
348
-
349
- - See `0.1.9`.
350
-
351
- ## [0.1.9] - 2025-07-05
352
-
353
- ### Added
19
+ ### Removed
354
20
 
355
- - Initial support for using JRuby.
356
- - Config viewer theme color for boolean was implemented.
21
+ - Git commit hash identifier uses only a colon for a prefix.
22
+ - Common module for classes was delegated to support namespaces.
357
23
 
358
24
  ### Fixed
359
25
 
360
- - Project output divider was not printed when not verbose.
361
- - Directory context was not threaded using JRuby.
362
- - Index character was not captured on Windows.
363
- - Common method is used for Kernel shell commands.
364
- - Git did not highlight output for single commands.
26
+ - Project private variables external modification was revised.
365
27
 
366
28
  ## [0.4.13] - 2025-06-16
367
29
 
@@ -416,8 +78,6 @@
416
78
 
417
79
  ## [0.3.11] - 2025-05-15
418
80
 
419
- ### Fixed
420
-
421
81
  - See `0.2.11`.
422
82
 
423
83
  ## [0.2.11] - 2025-05-15
@@ -680,8 +340,6 @@
680
340
 
681
341
  ## [0.3.7] - 2025-04-08
682
342
 
683
- ### Fixed
684
-
685
343
  - See `0.2.7`.
686
344
 
687
345
  ## [0.2.7] - 2025-04-08
@@ -1103,77 +761,52 @@
1103
761
 
1104
762
  - Changelog was created.
1105
763
 
1106
- [0.4.30]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.30
1107
- [0.4.29]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.29
1108
- [0.4.28]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.28
1109
- [0.4.27]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.27
1110
- [0.4.26]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.26
1111
- [0.4.25]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.25
1112
- [0.4.24]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.24
1113
- [0.4.23]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.23
1114
- [0.4.22]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.22
1115
- [0.4.21]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.21
1116
- [0.4.20]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.20
1117
- [0.4.19]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.19
1118
- [0.4.18]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.18
1119
- [0.4.17]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.17-ruby
1120
- [0.4.16]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.16-ruby
1121
- [0.4.15]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.15-ruby
1122
- [0.4.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.14-ruby
1123
- [0.4.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.13-ruby
1124
- [0.4.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.12-ruby
1125
- [0.4.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.11-ruby
1126
- [0.4.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.10-ruby
1127
- [0.4.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.9-ruby
1128
- [0.4.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.8-ruby
1129
- [0.4.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.7-ruby
1130
- [0.4.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.6-ruby
1131
- [0.4.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.5-ruby
1132
- [0.4.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.4-ruby
1133
- [0.4.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.3-ruby
1134
- [0.4.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.2-ruby
1135
- [0.4.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.1-ruby
1136
- [0.4.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.0-ruby
1137
- [0.3.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.14
1138
- [0.3.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.13-ruby
1139
- [0.3.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.12-ruby
1140
- [0.3.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.11-ruby
1141
- [0.3.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.10-ruby
1142
- [0.3.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.9-ruby
1143
- [0.3.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.8-ruby
1144
- [0.3.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.7-ruby
1145
- [0.3.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.6-ruby
1146
- [0.3.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.5-ruby
1147
- [0.3.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.4-ruby
1148
- [0.3.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.3-ruby
1149
- [0.3.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.2-ruby
1150
- [0.3.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.1-ruby
1151
- [0.3.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.0-ruby
1152
- [0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
1153
- [0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
1154
- [0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
1155
- [0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
1156
- [0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
1157
- [0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
1158
- [0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
1159
- [0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
1160
- [0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
1161
- [0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
1162
- [0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
1163
- [0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
1164
- [0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
1165
- [0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
1166
- [0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
1167
- [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
1168
- [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
1169
- [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
1170
- [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
1171
- [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
1172
- [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
1173
- [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
1174
- [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
1175
- [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
1176
- [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
1177
- [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
1178
- [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
1179
- [0.0.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.0.12-ruby
764
+ [0.5.0]: https://github.com/anpham6/squared/releases/tag/v0.5.0-ruby
765
+ [0.4.13]: https://github.com/anpham6/squared/releases/tag/v0.4.13-ruby
766
+ [0.4.12]: https://github.com/anpham6/squared/releases/tag/v0.4.12-ruby
767
+ [0.4.11]: https://github.com/anpham6/squared/releases/tag/v0.4.11-ruby
768
+ [0.4.10]: https://github.com/anpham6/squared/releases/tag/v0.4.10-ruby
769
+ [0.4.9]: https://github.com/anpham6/squared/releases/tag/v0.4.9-ruby
770
+ [0.4.8]: https://github.com/anpham6/squared/releases/tag/v0.4.8-ruby
771
+ [0.4.7]: https://github.com/anpham6/squared/releases/tag/v0.4.7-ruby
772
+ [0.4.6]: https://github.com/anpham6/squared/releases/tag/v0.4.6-ruby
773
+ [0.4.5]: https://github.com/anpham6/squared/releases/tag/v0.4.5-ruby
774
+ [0.4.4]: https://github.com/anpham6/squared/releases/tag/v0.4.4-ruby
775
+ [0.4.3]: https://github.com/anpham6/squared/releases/tag/v0.4.3-ruby
776
+ [0.4.2]: https://github.com/anpham6/squared/releases/tag/v0.4.2-ruby
777
+ [0.4.1]: https://github.com/anpham6/squared/releases/tag/v0.4.1-ruby
778
+ [0.4.0]: https://github.com/anpham6/squared/releases/tag/v0.4.0-ruby
779
+ [0.3.11]: https://github.com/anpham6/squared/releases/tag/v0.3.11-ruby
780
+ [0.3.10]: https://github.com/anpham6/squared/releases/tag/v0.3.10-ruby
781
+ [0.3.9]: https://github.com/anpham6/squared/releases/tag/v0.3.9-ruby
782
+ [0.3.8]: https://github.com/anpham6/squared/releases/tag/v0.3.8-ruby
783
+ [0.3.7]: https://github.com/anpham6/squared/releases/tag/v0.3.7-ruby
784
+ [0.3.6]: https://github.com/anpham6/squared/releases/tag/v0.3.6-ruby
785
+ [0.3.5]: https://github.com/anpham6/squared/releases/tag/v0.3.5-ruby
786
+ [0.3.4]: https://github.com/anpham6/squared/releases/tag/v0.3.4-ruby
787
+ [0.3.3]: https://github.com/anpham6/squared/releases/tag/v0.3.3-ruby
788
+ [0.3.2]: https://github.com/anpham6/squared/releases/tag/v0.3.2-ruby
789
+ [0.3.1]: https://github.com/anpham6/squared/releases/tag/v0.3.1-ruby
790
+ [0.3.0]: https://github.com/anpham6/squared/releases/tag/v0.3.0-ruby
791
+ [0.2.11]: https://github.com/anpham6/squared/releases/tag/v0.2.11-ruby
792
+ [0.2.10]: https://github.com/anpham6/squared/releases/tag/v0.2.10-ruby
793
+ [0.2.9]: https://github.com/anpham6/squared/releases/tag/v0.2.9-ruby
794
+ [0.2.8]: https://github.com/anpham6/squared/releases/tag/v0.2.8-ruby
795
+ [0.2.7]: https://github.com/anpham6/squared/releases/tag/v0.2.7-ruby
796
+ [0.2.6]: https://github.com/anpham6/squared/releases/tag/v0.2.6-ruby
797
+ [0.2.5]: https://github.com/anpham6/squared/releases/tag/v0.2.5-ruby
798
+ [0.2.4]: https://github.com/anpham6/squared/releases/tag/v0.2.4-ruby
799
+ [0.2.3]: https://github.com/anpham6/squared/releases/tag/v0.2.3-ruby
800
+ [0.2.2]: https://github.com/anpham6/squared/releases/tag/v0.2.2-ruby
801
+ [0.2.1]: https://github.com/anpham6/squared/releases/tag/v0.2.1-ruby
802
+ [0.2.0]: https://github.com/anpham6/squared/releases/tag/v0.2.0-ruby
803
+ [0.1.8]: https://github.com/anpham6/squared/releases/tag/v0.1.8-ruby
804
+ [0.1.7]: https://github.com/anpham6/squared/releases/tag/v0.1.7-ruby
805
+ [0.1.6]: https://github.com/anpham6/squared/releases/tag/v0.1.6-ruby
806
+ [0.1.5]: https://github.com/anpham6/squared/releases/tag/v0.1.5-ruby
807
+ [0.1.4]: https://github.com/anpham6/squared/releases/tag/v0.1.4-ruby
808
+ [0.1.3]: https://github.com/anpham6/squared/releases/tag/v0.1.3-ruby
809
+ [0.1.2]: https://github.com/anpham6/squared/releases/tag/v0.1.2-ruby
810
+ [0.1.1]: https://github.com/anpham6/squared/releases/tag/v0.1.1-ruby
811
+ [0.1.0]: https://github.com/anpham6/squared/releases/tag/v0.1.0-ruby
812
+ [0.0.12]: https://github.com/anpham6/squared/releases/tag/v0.0.12-ruby