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