squared 0.4.35 → 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: 87083dafc757443f6f6afb994664bbb3089d4c57af8f32e06e2a9b76a21f520d
4
- data.tar.gz: 8025828b76fce4826e3572e2546977ee7d998027aed144d9b119d84ba0a6e05d
3
+ metadata.gz: 46ea608e0b2d67acb3d15eaf67d7c70fc4c301c1c7ebf0dbfa9fba2e9ccabe0b
4
+ data.tar.gz: 806aeee453718e1ff75f1f83c3f2ac763fd989cdddeca18b570a1d383c90484c
5
5
  SHA512:
6
- metadata.gz: 868a4f6d3fbbd406eab3ce1d2c87850f7a59fe2161314b001e8a20b540f9c98bd71a8f4250699d463220337be7124e7d437d34178e5f6036f40087c188e4ab98
7
- data.tar.gz: 60e6625462ad8f9d6efbf4b9029629f6eceee0316647be5bf19098c9c951a7de42b6411395135b1664c76f598ac63a40656541f3e669775cfefa6f9261d356cc
6
+ metadata.gz: bcde780730f2426af5561183d7d33d172f7dc7a096f9b21b3098593e18758a6a5bdb26e40ccabfaf7e0cf2e6963f067289c304e2e7626b85c15dd2c589e907e0
7
+ data.tar.gz: efcae50c9cfd39b72c013035df135533fee434e7985c3896d409a3d2d1850f16c2c7d2dd811e89431ddc46e2fbc64f752ece5bc8f1205d79d052bcec59fb7749
data/CHANGELOG.md CHANGED
@@ -1,441 +1,29 @@
1
1
  # Changelog
2
2
 
3
- ## [0.4.35] - 2025-12-31
4
-
5
- ### Changed
6
-
7
- - Ruby task copy uses GEM_HOME as fallback for autodetect.
8
-
9
- ### Fixed
10
-
11
- - Git commands [rebase|clone] did not forward sync flag.
12
- - Pip command install carelessly used an undefined method.
13
- - Common prompt method readline with multiline did not permit empty lines.
14
- - Application method with using pass did not ignore exceptions.
15
-
16
- ## [0.4.34] - 2025-12-26
17
-
18
- ### Added
19
-
20
- - Project public base method scope for nested tasks was created.
21
- - Ruby task copy can autodetect "env" using [GEM_HOME|GEM_ROOT].
22
-
23
- ### Changed
24
-
25
- - Python virtual environment did not install poetry during initialization.
26
-
27
- ### Fixed
28
-
29
- - Workspace global banner never referenced the correct hash key.
30
- - Python task depend without editable did not append context directory.
31
- - Docker task build did not parse DOCKER_OPTIONS as command options.
32
- - Project base method build did not call Method routines.
33
- - Bundler autodetect did not check for valid gems directory.
34
- - Ruby copy to version detection did not check for valid gemspec.
35
-
36
- ## [0.4.33] - 2025-12-07
37
-
38
- ### Added
39
-
40
- - Ruby attribute setter gemdir for copy method was created.
41
- - Project inline run executables binary path are replaced with global alias.
42
-
43
- ### Fixed
44
-
45
- - Workspace class Series created non-existent keys when queried.
46
- - Application class did not support changing base Project class.
47
- - Git command rev action build did not check build? method.
48
- - Python command build action python did not use outdir option.
49
-
50
- ## [0.4.32] - 2025-11-25
51
-
52
- ### Fixed
53
-
54
- - Git method commit did not include --dry-run with add command.
55
- - JoinSet method include? did not always search to start of delimiter.
56
- - Config viewer did not check for a readable package registry document.
57
- - Powershell executable did not check for alternate path location.
58
-
59
- ## [0.4.31] - 2025-11-22
60
-
61
- ### Changed
62
-
63
- - Project base attribute project was converted into an accessor.
64
- - Ruby command flag is given precedence to a program file.
65
-
66
- ### Fixed
67
-
68
- - Repo application tasks are not created on Windows.
69
- - Repo module used conflicting REPO_URL with Repo application.
70
- - Project task outdated did not check pass and only exclusions.
71
- - Workspace static method resolve did nothing when given a String.
72
- - Project base run command types did not include Struct.
73
- - Project change directory context did not always restore when raised.
74
- - Ruby file method attributes did not always return nil.
75
- - JoinSet with a delimiter did not report correct size.
76
-
77
- ## [0.4.30] - 2025-11-14
78
-
79
- ### Added
80
-
81
- - Config viewer can read items by index in an Array.
82
-
83
- ### Fixed
84
-
85
- - Node command add uses event name "add" and not "depend".
86
- - Node command add did not include packages with Yarn and PNPM.
87
- - Git method revbuild did not splat build arguments.
88
-
89
- ## [0.4.29] - 2025-11-08
90
-
91
- ### Fixed
92
-
93
- - OptionPartition was created by mistake and is unreliable in every way.
94
-
95
- ## [0.4.28] - 2025-11-08
96
-
97
- ### Fixed
98
-
99
- - Project base method build as arrays parsed unrelated arguments.
100
- - OptionPartition method arg? does not check after "--" delimiter.
101
- - OptionPartition did not support duplicate values after "--" delimiter.
102
- - OptionPartition method opt? did not type check for String.
103
-
104
- ## [0.4.27] - 2025-11-05
105
-
106
- ### Changed
107
-
108
- - OptionPartition does not add quotes when an option flag is detected.
109
- - Common shell method argument option only parses options with values.
110
- - Shell options with empty flags are treated as quoted strings.
111
-
112
- ### Fixed
113
-
114
- - OptionPartition did not detect flags with middle dashes.
115
-
116
- ## [0.4.26] - 2025-10-31
117
-
118
- ### Added
119
-
120
- - Docker command options were updated to 28.5.
121
-
122
- ### Changed
123
-
124
- - Node package manager does not override package.json with NODE_INSTALL.
125
- - Node workspaces can specify more than one package manager through NODE_INSTALL.
126
-
127
- ### Fixed
128
-
129
- - Node command add did not provide optional save argument.
130
- - Python command outdated did not detect synchronous output.
131
- - Node command outdated auto-commit was completely dysfunctional.
132
- - Project workspaces caused a complete meltdown on TruffleRuby.
133
- - Project build initialization global flag was always incoherent.
134
- - Project base setters did not accept direct values.
135
- - Project base global graph tasks are not definable by a sub-project.
136
-
137
- ## [0.4.25] - 2025-10-18
138
-
139
- ### Fixed
140
-
141
- - Project groups did not have their own copy of base events.
142
-
143
- ## [0.4.24] - 2025-10-17
144
-
145
- ### Added
146
-
147
- - Repo task [init|all] can bypass dev? copy requirement with REPO_STAGE=4.
148
-
149
- ### Changed
150
-
151
- - Node command outdated does not check PNPM minimum version.
152
-
153
- ### Fixed
154
-
155
- - Project base rescue error handling used reversed parameters.
156
- - Project absolute paths did not append wildcard with trailing slash.
157
- - Powershell commands did not escape nested double quotes.
158
- - OptionPartition did not strip flags without a value.
159
- - Project base method add did not use parent context.
160
- - Application property pipe did not parse numeric values.
161
-
162
- ## [0.4.23] - 2025-10-11
163
-
164
- ### Fixed
165
-
166
- - Node task outdated did not compare wanted and latest by semver.
167
- - Project base method append_hash did not have target when joined.
168
- - Docker build for compose and bake was completely incapacitated.
169
-
170
- ## [0.4.22] - 2025-10-08
171
-
172
- ### Added
173
-
174
- - Node package managers support ENV platform options.
175
-
176
- ### Changed
177
-
178
- - User installed Ruby is detected before system installed Ruby.
179
-
180
- ### Fixed
181
-
182
- - Yarn classic package installs did not recognize dedupe flag.
183
- - Node command outdated option prune called undefined method.
184
- - OptionPartition method exist? called undefined method.
185
- - Ruby method copy? did not perform Hash property override check.
186
- - OptionPartition static method arg? did not detect single values.
187
-
188
- ## [0.4.21] - 2025-10-01
189
-
190
- ### Added
191
-
192
- - Project base method variable_set was aliased to the name apply.
193
-
194
- ### Changed
195
-
196
- - Project base method run visibility was changed to public.
197
- - OptionPartition method uniq! returns self or nil.
198
-
199
- ### Fixed
200
-
201
- - Docker attribute file did not search for nearest config.
202
- - Project task run did not accept Proc or Method definitions.
203
- - Gem command options were revalidated to 3.7.2.
204
- - Bundler command options were revalidated to 2.7.2.
205
- - Ruby class method bundle did not pass through commands.
206
- - Ruby task ruby did not separate options and arguments.
207
- - Pip commands uninstall and freeze did not filter options.
208
- - Ruby command gem action update did not append packages.
209
- - OptionPartition did not detect short options with a merged value.
210
- - Gem commands option version did not use quotes.
211
- - Git command pull action all used undefined delete_prefix! method.
212
- - OptionPartition did not delete added values from extras.
213
- - Python editable projects can override requirements detection.
214
- - Project session method did delete short options with a merged value.
215
- - Gem command install did not try to resolve local paths.
216
- - Ruby commands did not always check for file target exists.
217
-
218
- ## [0.4.20] - 2025-09-14
219
-
220
- ### Changed
221
-
222
- - Project banners when requested return consistent arguments.
223
-
224
- ### Fixed
225
-
226
- - Workspace global as command alias used undefined parameter.
227
- - Python did not separate dependency manager and build backend.
228
- - Gem command build did not validate gemspec was located.
229
- - Project class Ruby used glob methods not available in Ruby 2.4.
230
- - Shell options support using boolean as values.
231
- - Git command merge action commit failed when using interactive menu.
232
- - NPM command line options did not support boolean flags.
233
-
234
- ## [0.4.19] - 2025-08-30
235
-
236
- ### Added
237
-
238
- - Docker command options were updated to 28.3.
239
- - Docker command compose action down was implemented.
240
- - Docker containers conflicting with options can be prefixed with colon.
241
- - Git command stash action push option message is interactive.
242
- - Repo commands init and sync inherit any positional options.
243
-
244
- ### Fixed
245
-
246
- - Docker did not ignore pre-defined file with COMPOSE_FILE.
247
- - Docker did not support multiple config files.
248
- - Repo did not transfer arguments to supplement tasks.
249
- - Node public method version caused a recursive loop.
250
- - Node command bump action minor without major was revised.
251
-
252
- ## [0.4.18] - 2025-08-23
253
-
254
- ### Added
255
-
256
- - Repo command init can specify groups to pull from manifest.
257
- - Repo command init can specify submodules to fetch.
258
- - Ruby gem specification is auto-detected when not specified.
259
- - Ruby task install:redownload with force deletes Gemfile.lock.
260
-
261
- ### Changed
262
-
263
- - Workspace pipe and verbose interprets $DEBUG AND $VERBOSE modes.
264
- - Git response status did not check for STDIN stream.
265
- - Common format method puts_oe was renamed log_console.
266
- - Global task git:all is disabled for single project workspaces.
267
-
268
- ## [0.3.14] - 2025-08-23
269
-
270
- ### Fixed
271
-
272
- - Gem command exec did not separate command and arguments.
273
-
274
- ## [0.2.14] - 2025-08-23
275
-
276
- ### Fixed
277
-
278
- - See `0.1.11`.
279
-
280
- ## [0.1.11] - 2025-08-23
281
-
282
- ### Fixed
283
-
284
- - Node could not compare semantic versions above double digits.
285
- - Node command bump did not reset major and minor trailing digits.
286
- - Gems with a fourth semver digit was not compared.
287
- - Workspace styles did not convert string keys to symbols.
288
-
289
- ## [0.4.17] - 2025-08-09
290
-
291
- ### Added
292
-
293
- - Node repos can be initialized with specific package manager.
294
- - Docker Engine options were updated to 28.0.
295
- - Git commands pull and fetch action all was implemented.
296
- - Git command reset action undo was implemented.
297
- - Python command pip action upgrade was implemented.
298
- - Git commands refs and files can use both pathspec and pattern.
299
- - Git command submodule was implemented.
300
- - Git command status was implemented.
301
- - Git command switch action branch was implemented.
302
-
303
- ### Changed
304
-
305
- - Project task events can be assigned to a single proc.
306
- - Ruby task copy uses require paths from gem specification.
307
- - Docker task build:bake was renamed bake:build.
308
- - Project global tasks can be hidden and still expose subtasks.
309
- - Repo command line options can be overriden with class method.
310
- - Repo task all variable REPO_DRYRUN was replaced with REPO_STAGE.
311
- - Repo command sync option no-fail was renamed fail.
312
-
313
- ### Fixed
314
-
315
- - Gem command outdated did not work outside main project folder.
316
- - Node command bump did not reset major and minor trailing digits.
317
- - Docker image status message was displayed backwards.
318
-
319
- ## [0.4.16] - 2025-07-27
3
+ ## [0.5.0] - 2025-06-16
320
4
 
321
5
  ### Added
322
6
 
323
- - Git command blame was implemented.
324
- - Project property only for task filtering was implemented.
325
- - Node command copy uses NPM pack to refresh development packages.
326
- - Docker command bake action check was implemented.
327
- - Ruby uses gem specification for name and version.
328
- - Ruby constructor parameter gemspec was implemented.
7
+ - Node command exec through NVM was implemented.
8
+ - Git command options were updated to version 2.49.
329
9
 
330
10
  ### Changed
331
11
 
332
- - Project boolean property readers were converted into accessors.
333
- - Workspace hash singleton methods were relocated under Support.
334
- - Project property version uses setter method for validation.
335
- - Node command publish will prompt when tag is not semantic.
336
- - Gem command push without args uses gemspec to locate archive.
337
- - Prompts will exit process without raising a generic error.
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.
338
18
 
339
- ### Fixed
340
-
341
- - Gem command exec did not separate command and arguments.
342
- - Project warning messages were not displayed for errors.
343
- - Python command outdated did not load virtual env in Windows.
344
- - Python virtual env original options are not modified.
345
- - Node could not compare semantic versions above double digits.
346
-
347
- ## [0.4.15] - 2025-07-16
348
-
349
- ### Added
350
-
351
- - Python command outdated option user was implemented.
352
- - Git command commit action amend and amend-orig are interactive.
353
-
354
- ### Changed
355
-
356
- - Ruby task copy does not guess Gem directory when version is used.
357
- - Workspace hash-based data uses global method for key creation.
358
-
359
- ## [0.3.13] - 2025-07-16
360
-
361
- ### Fixed
362
-
363
- - See `0.2.13`.
364
-
365
- ## [0.2.13] - 2025-07-16
366
-
367
- ### Fixed
368
-
369
- - Project graph did not ignore circular references.
370
-
371
- ## [0.1.10] - 2025-07-16
372
-
373
- ### Fixed
374
-
375
- - Module namespaces were not combined in the right order.
376
- - Workspace group tasks were not registered.
377
-
378
- ## [0.4.14] - 2025-07-05
379
-
380
- ### Added
381
-
382
- - Python command run for project scripts was implemented.
383
- - Python command build and publish with PDM was implemented.
384
- - Python command run detects program tool scripts.
385
- - Git command stash action branch was implemented.
386
- - Docker command compose action exec and run are interactive.
387
- - Double dash can be used to end parsing for options.
388
- - Python command outdated tasks with semver was implemented.
389
-
390
- ### Changed
391
-
392
- - Ruby command rake supports running multiple indexes.
393
- - Ruby private method rakefile when nil returns empty string.
394
- - Ruby private method gempwd and rakepwd ignores current directory.
395
- - Ruby command gem action update parameters are optional.
396
- - Gem command install and uninstall can parse name and version.
397
- - Kernel method Array is used in place of common method as_a.
398
- - Ruby public method irb parameter load was renamed args.
399
-
400
- ### Fixed
401
-
402
- - Box border did not print corners on Windows.
403
- - Index character was not captured on Windows.
404
- - Node command publish did not prompt for package to publish.
405
- - Python command publish did not prompt for package to publish.
406
- - Project confirmation accept dialog did not always quit.
407
- - Git command add did not detect when no files were changed.
408
-
409
- ## [0.3.12] - 2025-07-05
410
-
411
- ### Fixed
412
-
413
- - Gem command exec did not include gem option flag.
414
- - Project graph did not print first level border.
415
- - Node command update did not use correct event name.
416
- - Gem command push did not validate gem file to publish.
417
- - Node command publish did not publish when silent.
418
-
419
- ## [0.2.12] - 2025-07-05
420
-
421
- ### Fixed
422
-
423
- - See `0.1.9`.
424
-
425
- ## [0.1.9] - 2025-07-05
426
-
427
- ### Added
19
+ ### Removed
428
20
 
429
- - Initial support for using JRuby.
430
- - 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.
431
23
 
432
24
  ### Fixed
433
25
 
434
- - Project output divider was not printed when not verbose.
435
- - Directory context was not threaded using JRuby.
436
- - Index character was not captured on Windows.
437
- - Common method is used for Kernel shell commands.
438
- - Git did not highlight output for single commands.
26
+ - Project private variables external modification was revised.
439
27
 
440
28
  ## [0.4.13] - 2025-06-16
441
29
 
@@ -490,8 +78,6 @@
490
78
 
491
79
  ## [0.3.11] - 2025-05-15
492
80
 
493
- ### Fixed
494
-
495
81
  - See `0.2.11`.
496
82
 
497
83
  ## [0.2.11] - 2025-05-15
@@ -754,8 +340,6 @@
754
340
 
755
341
  ## [0.3.7] - 2025-04-08
756
342
 
757
- ### Fixed
758
-
759
343
  - See `0.2.7`.
760
344
 
761
345
  ## [0.2.7] - 2025-04-08
@@ -1177,82 +761,52 @@
1177
761
 
1178
762
  - Changelog was created.
1179
763
 
1180
- [0.4.35]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.35
1181
- [0.4.34]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.34
1182
- [0.4.33]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.33
1183
- [0.4.32]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.32
1184
- [0.4.31]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.31
1185
- [0.4.30]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.30
1186
- [0.4.29]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.29
1187
- [0.4.28]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.28
1188
- [0.4.27]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.27
1189
- [0.4.26]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.26
1190
- [0.4.25]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.25
1191
- [0.4.24]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.24
1192
- [0.4.23]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.23
1193
- [0.4.22]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.22
1194
- [0.4.21]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.21
1195
- [0.4.20]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.20
1196
- [0.4.19]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.19
1197
- [0.4.18]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.18
1198
- [0.4.17]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.17-ruby
1199
- [0.4.16]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.16-ruby
1200
- [0.4.15]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.15-ruby
1201
- [0.4.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.14-ruby
1202
- [0.4.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.13-ruby
1203
- [0.4.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.12-ruby
1204
- [0.4.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.11-ruby
1205
- [0.4.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.10-ruby
1206
- [0.4.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.9-ruby
1207
- [0.4.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.8-ruby
1208
- [0.4.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.7-ruby
1209
- [0.4.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.6-ruby
1210
- [0.4.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.5-ruby
1211
- [0.4.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.4-ruby
1212
- [0.4.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.3-ruby
1213
- [0.4.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.2-ruby
1214
- [0.4.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.1-ruby
1215
- [0.4.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.0-ruby
1216
- [0.3.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.14
1217
- [0.3.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.13-ruby
1218
- [0.3.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.12-ruby
1219
- [0.3.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.11-ruby
1220
- [0.3.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.10-ruby
1221
- [0.3.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.9-ruby
1222
- [0.3.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.8-ruby
1223
- [0.3.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.7-ruby
1224
- [0.3.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.6-ruby
1225
- [0.3.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.5-ruby
1226
- [0.3.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.4-ruby
1227
- [0.3.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.3-ruby
1228
- [0.3.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.2-ruby
1229
- [0.3.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.1-ruby
1230
- [0.3.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.0-ruby
1231
- [0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
1232
- [0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
1233
- [0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
1234
- [0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
1235
- [0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
1236
- [0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
1237
- [0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
1238
- [0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
1239
- [0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
1240
- [0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
1241
- [0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
1242
- [0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
1243
- [0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
1244
- [0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
1245
- [0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
1246
- [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
1247
- [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
1248
- [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
1249
- [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
1250
- [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
1251
- [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
1252
- [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
1253
- [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
1254
- [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
1255
- [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
1256
- [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
1257
- [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
1258
- [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