squared 0.4.40 → 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.
data/CHANGELOG.md CHANGED
@@ -1,510 +1,29 @@
1
1
  # Changelog
2
2
 
3
- ## [0.4.40] - 2026-08-06
4
-
5
- ### Changed
6
-
7
- - Series method exclude? was made compatible with v0.8 signature.
8
-
9
- ## [0.4.39] - 2026-07-04
10
-
11
- ### Changed
12
-
13
- - Common global argument OUT with a file separator overrides PIPE.
14
-
15
- ### Fixed
16
-
17
- - Git output list results did not hide footer when banner was disabled.
18
- - Project banners which were empty were being printed.
19
-
20
- ## [0.4.38] - 2026-06-14
21
-
22
- ### Added
23
-
24
- - Application project commands can be defined without a reference.
25
- - Git command branch action all was implemented.
26
-
27
- ### Changed
28
-
29
- - Override alias methods were created for suffix "!" to "\_".
30
- - Project banners do not display boolean attributes.
31
- - OptionPartition method append strips single quotes when quoting strings.
32
-
33
- ### Fixed
34
-
35
- - Application methods log and exclude were non-functional.
36
- - Docker command bake action build does not support changing context.
37
- - Project base method semver did not include prerelease delimiter.
38
- - Project session cleanup did not compare by reference.
39
-
40
- ## [0.4.37] - 2026-04-29
41
-
42
- ### Changed
43
-
44
- - Project base method dependindex replaces private instance variable.
45
-
46
- ### Fixed
47
-
48
- - Ruby command version did not abort asdf "Not installed" error.
49
- - Git command pull action all did not pass option flags to branches.
50
- - Python command exec did not activate virtual environment.
51
- - Docker command bake did not reinsert failed check for context directory.
52
- - Common method shell_quote argument preserve did not bypass requoting.
53
-
54
- ## [0.4.36] - 2026-03-11
55
-
56
- ### Added
57
-
58
- - Python venv initialization installs setuptools when detected.
59
- - Node task depend adds prod option flags when NODE_ENV=production.
60
-
61
- ### Changed
62
-
63
- - Application method with using hide and pass compatibility was implemented.
64
-
65
- ### Fixed
66
-
67
- - Docker task clean does not run in parallel without ENV override.
68
- - OptionPartition methods with escape parameter were reordered.
69
- - OptionPartition methods with quote parameter were revised.
70
- - Project base run command was not covered due to lack of communication.
71
-
72
- ## [0.4.35] - 2025-12-31
73
-
74
- ### Changed
75
-
76
- - Ruby task copy uses GEM_HOME as fallback for autodetect.
77
-
78
- ### Fixed
79
-
80
- - Git commands [rebase|clone] did not forward sync flag.
81
- - Pip command install carelessly used an undefined method.
82
- - Common prompt method readline with multiline did not permit empty lines.
83
- - Application method with using pass did not ignore exceptions.
84
-
85
- ## [0.4.34] - 2025-12-26
86
-
87
- ### Added
88
-
89
- - Project public base method scope for nested tasks was created.
90
- - Ruby task copy can autodetect "env" using [GEM_HOME|GEM_ROOT].
91
-
92
- ### Changed
93
-
94
- - Python virtual environment did not install poetry during initialization.
95
-
96
- ### Fixed
97
-
98
- - Workspace global banner never referenced the correct hash key.
99
- - Python task depend without editable did not append context directory.
100
- - Docker task build did not parse DOCKER_OPTIONS as command options.
101
- - Project base method build did not call Method routines.
102
- - Bundler autodetect did not check for valid gems directory.
103
- - Ruby copy to version detection did not check for valid gemspec.
104
-
105
- ## [0.4.33] - 2025-12-07
106
-
107
- ### Added
108
-
109
- - Ruby attribute setter gemdir for copy method was created.
110
- - Project inline run executables binary path are replaced with global alias.
111
-
112
- ### Fixed
113
-
114
- - Workspace class Series created non-existent keys when queried.
115
- - Application class did not support changing base Project class.
116
- - Git command rev action build did not check build? method.
117
- - Python command build action python did not use outdir option.
118
-
119
- ## [0.4.32] - 2025-11-25
120
-
121
- ### Fixed
122
-
123
- - Git method commit did not include --dry-run with add command.
124
- - JoinSet method include? did not always search to start of delimiter.
125
- - Config viewer did not check for a readable package registry document.
126
- - Powershell executable did not check for alternate path location.
127
-
128
- ## [0.4.31] - 2025-11-22
129
-
130
- ### Changed
131
-
132
- - Project base attribute project was converted into an accessor.
133
- - Ruby command flag is given precedence to a program file.
134
-
135
- ### Fixed
136
-
137
- - Repo application tasks are not created on Windows.
138
- - Repo module used conflicting REPO_URL with Repo application.
139
- - Project task outdated did not check pass and only exclusions.
140
- - Workspace static method resolve did nothing when given a String.
141
- - Project base run command types did not include Struct.
142
- - Project change directory context did not always restore when raised.
143
- - Ruby file method attributes did not always return nil.
144
- - JoinSet with a delimiter did not report correct size.
145
-
146
- ## [0.4.30] - 2025-11-14
147
-
148
- ### Added
149
-
150
- - Config viewer can read items by index in an Array.
151
-
152
- ### Fixed
153
-
154
- - Node command add uses event name "add" and not "depend".
155
- - Node command add did not include packages with Yarn and PNPM.
156
- - Git method revbuild did not splat build arguments.
157
-
158
- ## [0.4.29] - 2025-11-08
159
-
160
- ### Fixed
161
-
162
- - OptionPartition was created by mistake and is unreliable in every way.
163
-
164
- ## [0.4.28] - 2025-11-08
165
-
166
- ### Fixed
167
-
168
- - Project base method build as arrays parsed unrelated arguments.
169
- - OptionPartition method arg? does not check after "--" delimiter.
170
- - OptionPartition did not support duplicate values after "--" delimiter.
171
- - OptionPartition method opt? did not type check for String.
172
-
173
- ## [0.4.27] - 2025-11-05
174
-
175
- ### Changed
176
-
177
- - OptionPartition does not add quotes when an option flag is detected.
178
- - Common shell method argument option only parses options with values.
179
- - Shell options with empty flags are treated as quoted strings.
180
-
181
- ### Fixed
182
-
183
- - OptionPartition did not detect flags with middle dashes.
184
-
185
- ## [0.4.26] - 2025-10-31
186
-
187
- ### Added
188
-
189
- - Docker command options were updated to 28.5.
190
-
191
- ### Changed
192
-
193
- - Node package manager does not override package.json with NODE_INSTALL.
194
- - Node workspaces can specify more than one package manager through NODE_INSTALL.
195
-
196
- ### Fixed
197
-
198
- - Node command add did not provide optional save argument.
199
- - Python command outdated did not detect synchronous output.
200
- - Node command outdated auto-commit was completely dysfunctional.
201
- - Project workspaces caused a complete meltdown on TruffleRuby.
202
- - Project build initialization global flag was always incoherent.
203
- - Project base setters did not accept direct values.
204
- - Project base global graph tasks are not definable by a sub-project.
205
-
206
- ## [0.4.25] - 2025-10-18
207
-
208
- ### Fixed
209
-
210
- - Project groups did not have their own copy of base events.
211
-
212
- ## [0.4.24] - 2025-10-17
213
-
214
- ### Added
215
-
216
- - Repo task [init|all] can bypass dev? copy requirement with REPO_STAGE=4.
217
-
218
- ### Changed
219
-
220
- - Node command outdated does not check PNPM minimum version.
221
-
222
- ### Fixed
223
-
224
- - Project base rescue error handling used reversed parameters.
225
- - Project absolute paths did not append wildcard with trailing slash.
226
- - Powershell commands did not escape nested double quotes.
227
- - OptionPartition did not strip flags without a value.
228
- - Project base method add did not use parent context.
229
- - Application property pipe did not parse numeric values.
230
-
231
- ## [0.4.23] - 2025-10-11
232
-
233
- ### Fixed
234
-
235
- - Node task outdated did not compare wanted and latest by semver.
236
- - Project base method append_hash did not have target when joined.
237
- - Docker build for compose and bake was completely incapacitated.
238
-
239
- ## [0.4.22] - 2025-10-08
240
-
241
- ### Added
242
-
243
- - Node package managers support ENV platform options.
244
-
245
- ### Changed
246
-
247
- - User installed Ruby is detected before system installed Ruby.
248
-
249
- ### Fixed
250
-
251
- - Yarn classic package installs did not recognize dedupe flag.
252
- - Node command outdated option prune called undefined method.
253
- - OptionPartition method exist? called undefined method.
254
- - Ruby method copy? did not perform Hash property override check.
255
- - OptionPartition static method arg? did not detect single values.
256
-
257
- ## [0.4.21] - 2025-10-01
3
+ ## [0.5.0] - 2025-06-16
258
4
 
259
5
  ### Added
260
6
 
261
- - Project base method variable_set was aliased to the name apply.
262
-
263
- ### Changed
264
-
265
- - Project base method run visibility was changed to public.
266
- - OptionPartition method uniq! returns self or nil.
267
-
268
- ### Fixed
269
-
270
- - Docker attribute file did not search for nearest config.
271
- - Project task run did not accept Proc or Method definitions.
272
- - Gem command options were revalidated to 3.7.2.
273
- - Bundler command options were revalidated to 2.7.2.
274
- - Ruby class method bundle did not pass through commands.
275
- - Ruby task ruby did not separate options and arguments.
276
- - Pip commands uninstall and freeze did not filter options.
277
- - Ruby command gem action update did not append packages.
278
- - OptionPartition did not detect short options with a merged value.
279
- - Gem commands option version did not use quotes.
280
- - Git command pull action all used undefined delete_prefix! method.
281
- - OptionPartition did not delete added values from extras.
282
- - Python editable projects can override requirements detection.
283
- - Project session method did delete short options with a merged value.
284
- - Gem command install did not try to resolve local paths.
285
- - Ruby commands did not always check for file target exists.
286
-
287
- ## [0.4.20] - 2025-09-14
7
+ - Node command exec through NVM was implemented.
8
+ - Git command options were updated to version 2.49.
288
9
 
289
10
  ### Changed
290
11
 
291
- - Project banners when requested return consistent arguments.
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.
292
18
 
293
- ### Fixed
294
-
295
- - Workspace global as command alias used undefined parameter.
296
- - Python did not separate dependency manager and build backend.
297
- - Gem command build did not validate gemspec was located.
298
- - Project class Ruby used glob methods not available in Ruby 2.4.
299
- - Shell options support using boolean as values.
300
- - Git command merge action commit failed when using interactive menu.
301
- - NPM command line options did not support boolean flags.
302
-
303
- ## [0.4.19] - 2025-08-30
304
-
305
- ### Added
306
-
307
- - Docker command options were updated to 28.3.
308
- - Docker command compose action down was implemented.
309
- - Docker containers conflicting with options can be prefixed with colon.
310
- - Git command stash action push option message is interactive.
311
- - Repo commands init and sync inherit any positional options.
312
-
313
- ### Fixed
314
-
315
- - Docker did not ignore pre-defined file with COMPOSE_FILE.
316
- - Docker did not support multiple config files.
317
- - Repo did not transfer arguments to supplement tasks.
318
- - Node public method version caused a recursive loop.
319
- - Node command bump action minor without major was revised.
320
-
321
- ## [0.4.18] - 2025-08-23
322
-
323
- ### Added
324
-
325
- - Repo command init can specify groups to pull from manifest.
326
- - Repo command init can specify submodules to fetch.
327
- - Ruby gem specification is auto-detected when not specified.
328
- - Ruby task install:redownload with force deletes Gemfile.lock.
329
-
330
- ### Changed
331
-
332
- - Workspace pipe and verbose interprets $DEBUG AND $VERBOSE modes.
333
- - Git response status did not check for STDIN stream.
334
- - Common format method puts_oe was renamed log_console.
335
- - Global task git:all is disabled for single project workspaces.
336
-
337
- ## [0.3.14] - 2025-08-23
338
-
339
- ### Fixed
340
-
341
- - Gem command exec did not separate command and arguments.
342
-
343
- ## [0.2.14] - 2025-08-23
344
-
345
- ### Fixed
346
-
347
- - See `0.1.11`.
348
-
349
- ## [0.1.11] - 2025-08-23
350
-
351
- ### Fixed
352
-
353
- - Node could not compare semantic versions above double digits.
354
- - Node command bump did not reset major and minor trailing digits.
355
- - Gems with a fourth semver digit was not compared.
356
- - Workspace styles did not convert string keys to symbols.
357
-
358
- ## [0.4.17] - 2025-08-09
359
-
360
- ### Added
361
-
362
- - Node repos can be initialized with specific package manager.
363
- - Docker Engine options were updated to 28.0.
364
- - Git commands pull and fetch action all was implemented.
365
- - Git command reset action undo was implemented.
366
- - Python command pip action upgrade was implemented.
367
- - Git commands refs and files can use both pathspec and pattern.
368
- - Git command submodule was implemented.
369
- - Git command status was implemented.
370
- - Git command switch action branch was implemented.
371
-
372
- ### Changed
373
-
374
- - Project task events can be assigned to a single proc.
375
- - Ruby task copy uses require paths from gem specification.
376
- - Docker task build:bake was renamed bake:build.
377
- - Project global tasks can be hidden and still expose subtasks.
378
- - Repo command line options can be overriden with class method.
379
- - Repo task all variable REPO_DRYRUN was replaced with REPO_STAGE.
380
- - Repo command sync option no-fail was renamed fail.
381
-
382
- ### Fixed
383
-
384
- - Gem command outdated did not work outside main project folder.
385
- - Node command bump did not reset major and minor trailing digits.
386
- - Docker image status message was displayed backwards.
387
-
388
- ## [0.4.16] - 2025-07-27
389
-
390
- ### Added
391
-
392
- - Git command blame was implemented.
393
- - Project property only for task filtering was implemented.
394
- - Node command copy uses NPM pack to refresh development packages.
395
- - Docker command bake action check was implemented.
396
- - Ruby uses gem specification for name and version.
397
- - Ruby constructor parameter gemspec was implemented.
398
-
399
- ### Changed
400
-
401
- - Project boolean property readers were converted into accessors.
402
- - Workspace hash singleton methods were relocated under Support.
403
- - Project property version uses setter method for validation.
404
- - Node command publish will prompt when tag is not semantic.
405
- - Gem command push without args uses gemspec to locate archive.
406
- - Prompts will exit process without raising a generic error.
407
-
408
- ### Fixed
409
-
410
- - Gem command exec did not separate command and arguments.
411
- - Project warning messages were not displayed for errors.
412
- - Python command outdated did not load virtual env in Windows.
413
- - Python virtual env original options are not modified.
414
- - Node could not compare semantic versions above double digits.
415
-
416
- ## [0.4.15] - 2025-07-16
417
-
418
- ### Added
419
-
420
- - Python command outdated option user was implemented.
421
- - Git command commit action amend and amend-orig are interactive.
422
-
423
- ### Changed
424
-
425
- - Ruby task copy does not guess Gem directory when version is used.
426
- - Workspace hash-based data uses global method for key creation.
427
-
428
- ## [0.3.13] - 2025-07-16
429
-
430
- ### Fixed
431
-
432
- - See `0.2.13`.
433
-
434
- ## [0.2.13] - 2025-07-16
435
-
436
- ### Fixed
437
-
438
- - Project graph did not ignore circular references.
439
-
440
- ## [0.1.10] - 2025-07-16
441
-
442
- ### Fixed
443
-
444
- - Module namespaces were not combined in the right order.
445
- - Workspace group tasks were not registered.
446
-
447
- ## [0.4.14] - 2025-07-05
448
-
449
- ### Added
450
-
451
- - Python command run for project scripts was implemented.
452
- - Python command build and publish with PDM was implemented.
453
- - Python command run detects program tool scripts.
454
- - Git command stash action branch was implemented.
455
- - Docker command compose action exec and run are interactive.
456
- - Double dash can be used to end parsing for options.
457
- - Python command outdated tasks with semver was implemented.
458
-
459
- ### Changed
460
-
461
- - Ruby command rake supports running multiple indexes.
462
- - Ruby private method rakefile when nil returns empty string.
463
- - Ruby private method gempwd and rakepwd ignores current directory.
464
- - Ruby command gem action update parameters are optional.
465
- - Gem command install and uninstall can parse name and version.
466
- - Kernel method Array is used in place of common method as_a.
467
- - Ruby public method irb parameter load was renamed args.
468
-
469
- ### Fixed
470
-
471
- - Box border did not print corners on Windows.
472
- - Index character was not captured on Windows.
473
- - Node command publish did not prompt for package to publish.
474
- - Python command publish did not prompt for package to publish.
475
- - Project confirmation accept dialog did not always quit.
476
- - Git command add did not detect when no files were changed.
477
-
478
- ## [0.3.12] - 2025-07-05
479
-
480
- ### Fixed
481
-
482
- - Gem command exec did not include gem option flag.
483
- - Project graph did not print first level border.
484
- - Node command update did not use correct event name.
485
- - Gem command push did not validate gem file to publish.
486
- - Node command publish did not publish when silent.
487
-
488
- ## [0.2.12] - 2025-07-05
489
-
490
- ### Fixed
491
-
492
- - See `0.1.9`.
493
-
494
- ## [0.1.9] - 2025-07-05
495
-
496
- ### Added
19
+ ### Removed
497
20
 
498
- - Initial support for using JRuby.
499
- - 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.
500
23
 
501
24
  ### Fixed
502
25
 
503
- - Project output divider was not printed when not verbose.
504
- - Directory context was not threaded using JRuby.
505
- - Index character was not captured on Windows.
506
- - Common method is used for Kernel shell commands.
507
- - Git did not highlight output for single commands.
26
+ - Project private variables external modification was revised.
508
27
 
509
28
  ## [0.4.13] - 2025-06-16
510
29
 
@@ -559,8 +78,6 @@
559
78
 
560
79
  ## [0.3.11] - 2025-05-15
561
80
 
562
- ### Fixed
563
-
564
81
  - See `0.2.11`.
565
82
 
566
83
  ## [0.2.11] - 2025-05-15
@@ -823,8 +340,6 @@
823
340
 
824
341
  ## [0.3.7] - 2025-04-08
825
342
 
826
- ### Fixed
827
-
828
343
  - See `0.2.7`.
829
344
 
830
345
  ## [0.2.7] - 2025-04-08
@@ -1219,7 +734,7 @@
1219
734
  - Rake did not set original rakefile when calling itself.
1220
735
  - Extended tasks were not associated to their supporting class method.
1221
736
 
1222
- ## [0.1.0] - 2024-12-07
737
+ ## [0.1.0] - 2024-12-7
1223
738
 
1224
739
  ### Added
1225
740
 
@@ -1240,93 +755,58 @@
1240
755
  - Git pull did not display colors for diff bar chart.
1241
756
  - Git commit did not fetch latest refs before submitting.
1242
757
 
1243
- ## [0.0.12] - 2024-12-01
758
+ ## [0.0.12] - 2024-12-1
1244
759
 
1245
760
  ### Added
1246
761
 
1247
762
  - Changelog was created.
1248
763
 
1249
- [0.4.40]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.40
1250
- [0.4.39]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.39
1251
- [0.4.38]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.38
1252
- [0.4.37]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.37
1253
- [0.4.36]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.36
1254
- [0.4.35]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.35
1255
- [0.4.34]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.34
1256
- [0.4.33]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.33
1257
- [0.4.32]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.32
1258
- [0.4.31]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.31
1259
- [0.4.30]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.30
1260
- [0.4.29]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.29
1261
- [0.4.28]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.28
1262
- [0.4.27]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.27
1263
- [0.4.26]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.26
1264
- [0.4.25]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.25
1265
- [0.4.24]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.24
1266
- [0.4.23]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.23
1267
- [0.4.22]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.22
1268
- [0.4.21]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.21
1269
- [0.4.20]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.20
1270
- [0.4.19]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.19
1271
- [0.4.18]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.18
1272
- [0.4.17]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.17-ruby
1273
- [0.4.16]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.16-ruby
1274
- [0.4.15]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.15-ruby
1275
- [0.4.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.14-ruby
1276
- [0.4.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.13-ruby
1277
- [0.4.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.12-ruby
1278
- [0.4.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.11-ruby
1279
- [0.4.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.10-ruby
1280
- [0.4.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.9-ruby
1281
- [0.4.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.8-ruby
1282
- [0.4.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.7-ruby
1283
- [0.4.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.6-ruby
1284
- [0.4.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.5-ruby
1285
- [0.4.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.4-ruby
1286
- [0.4.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.3-ruby
1287
- [0.4.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.2-ruby
1288
- [0.4.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.1-ruby
1289
- [0.4.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.0-ruby
1290
- [0.3.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.14
1291
- [0.3.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.13-ruby
1292
- [0.3.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.12-ruby
1293
- [0.3.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.11-ruby
1294
- [0.3.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.10-ruby
1295
- [0.3.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.9-ruby
1296
- [0.3.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.8-ruby
1297
- [0.3.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.7-ruby
1298
- [0.3.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.6-ruby
1299
- [0.3.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.5-ruby
1300
- [0.3.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.4-ruby
1301
- [0.3.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.3-ruby
1302
- [0.3.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.2-ruby
1303
- [0.3.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.1-ruby
1304
- [0.3.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.0-ruby
1305
- [0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
1306
- [0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
1307
- [0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
1308
- [0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
1309
- [0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
1310
- [0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
1311
- [0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
1312
- [0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
1313
- [0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
1314
- [0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
1315
- [0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
1316
- [0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
1317
- [0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
1318
- [0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
1319
- [0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
1320
- [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
1321
- [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
1322
- [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
1323
- [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
1324
- [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
1325
- [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
1326
- [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
1327
- [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
1328
- [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
1329
- [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
1330
- [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
1331
- [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
1332
- [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