squared 0.4.25 → 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: 11a03c7d13bf0170f8b60953148792df626cf1c1edb02f7a1da9c46a4668fc1d
4
- data.tar.gz: ee42ffc6ac7b056604d9bb8ad81041dcd7787cb6d883b253f5390e7e94addc99
3
+ metadata.gz: 46ea608e0b2d67acb3d15eaf67d7c70fc4c301c1c7ebf0dbfa9fba2e9ccabe0b
4
+ data.tar.gz: 806aeee453718e1ff75f1f83c3f2ac763fd989cdddeca18b570a1d383c90484c
5
5
  SHA512:
6
- metadata.gz: 23cf6af69c98270efe9894f77e646c6006e34652aae843cc621fd6248324efece67b90bd60ea107f28c7a38b522885984f8f0e5e962dc5dd67c6d52ae522ac05
7
- data.tar.gz: 3cd04987351a9a9f98c878ab93307270ea7fa84d93207d361455ec008dc757ad98b258b2c098280ae1ae22aee78b90b179df9b654d9f01594b2c1198d02f4b0b
6
+ metadata.gz: bcde780730f2426af5561183d7d33d172f7dc7a096f9b21b3098593e18758a6a5bdb26e40ccabfaf7e0cf2e6963f067289c304e2e7626b85c15dd2c589e907e0
7
+ data.tar.gz: efcae50c9cfd39b72c013035df135533fee434e7985c3896d409a3d2d1850f16c2c7d2dd811e89431ddc46e2fbc64f752ece5bc8f1205d79d052bcec59fb7749
data/CHANGELOG.md CHANGED
@@ -1,307 +1,29 @@
1
1
  # Changelog
2
2
 
3
- ## [0.4.25] - 2025-10-18
4
-
5
- ### Fixed
6
-
7
- - Project groups did not have their own copy of base events.
8
-
9
- ## [0.4.24] - 2025-10-17
3
+ ## [0.5.0] - 2025-06-16
10
4
 
11
5
  ### Added
12
6
 
13
- - Repo task [init|all] can bypass dev? copy requirement with REPO_STAGE=4.
7
+ - Node command exec through NVM was implemented.
8
+ - Git command options were updated to version 2.49.
14
9
 
15
10
  ### Changed
16
11
 
17
- - Node command outdated does not check PNPM minimum version.
18
-
19
- ### Fixed
20
-
21
- - Project base rescue error handling used reversed parameters.
22
- - Project absolute paths did not append wildcard with trailing slash.
23
- - Powershell commands did not escape nested double quotes.
24
- - OptionPartition did not strip flags without a value.
25
- - Project base method add did not use parent context.
26
- - Application property pipe did not parse numeric values.
27
-
28
- ## [0.4.23] - 2025-10-11
29
-
30
- ### Fixed
31
-
32
- - Node task outdated did not compare wanted and latest by semver.
33
- - Project base method append_hash did not have target when joined.
34
- - Docker build for compose and bake was completely incapacitated.
35
-
36
- ## [0.4.22] - 2025-10-08
37
-
38
- ### Added
39
-
40
- - Node package managers support ENV platform options.
41
-
42
- ### Changed
43
-
44
- - User installed Ruby is detected before system installed Ruby.
45
-
46
- ### Fixed
47
-
48
- - Yarn classic package installs did not recognize dedupe flag.
49
- - Node command outdated option prune called undefined method.
50
- - OptionPartition method exist? called undefined method.
51
- - Ruby method copy? did not perform Hash property override check.
52
- - OptionPartition static method arg? did not detect single values.
53
-
54
- ## [0.4.21] - 2025-10-01
55
-
56
- ### Added
57
-
58
- - Project base method variable_set was aliased to the name apply.
59
-
60
- ### Changed
61
-
62
- - Project base method run visibility was changed to public.
63
- - OptionPartition method uniq! returns self or nil.
64
-
65
- ### Fixed
66
-
67
- - Docker attribute file did not search for nearest config.
68
- - Project task run did not accept Proc or Method definitions.
69
- - Gem command options were revalidated to 3.7.2.
70
- - Bundler command options were revalidated to 2.7.2.
71
- - Ruby class method bundle did not pass through commands.
72
- - Ruby task ruby did not separate options and arguments.
73
- - Pip commands uninstall and freeze did not filter options.
74
- - Ruby command gem action update did not append packages.
75
- - OptionPartition did not detect short options with a merged value.
76
- - Gem commands option version did not use quotes.
77
- - Git command pull action all used undefined delete_prefix! method.
78
- - OptionPartition did not delete added values from extras.
79
- - Python editable projects can override requirements detection.
80
- - Project session method did delete short options with a merged value.
81
- - Gem command install did not try to resolve local paths.
82
- - Ruby commands did not always check for file target exists.
83
-
84
- ## [0.4.20] - 2025-09-14
85
-
86
- ### 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.
87
18
 
88
- - Project banners when requested return consistent arguments.
89
-
90
- ### Fixed
91
-
92
- - Workspace global as command alias used undefined parameter.
93
- - Python did not separate dependency manager and build backend.
94
- - Gem command build did not validate gemspec was located.
95
- - Project class Ruby used glob methods not available in Ruby 2.4.
96
- - Shell options support using boolean as values.
97
- - Git command merge action commit failed when using interactive menu.
98
- - NPM command line options did not support boolean flags.
99
-
100
- ## [0.4.19] - 2025-08-30
101
-
102
- ### Added
103
-
104
- - Docker command options were updated to 28.3.
105
- - Docker command compose action down was implemented.
106
- - Docker containers conflicting with options can be prefixed with colon.
107
- - Git command stash action push option message is interactive.
108
- - Repo commands init and sync inherit any positional options.
109
-
110
- ### Fixed
111
-
112
- - Docker did not ignore pre-defined file with COMPOSE_FILE.
113
- - Docker did not support multiple config files.
114
- - Repo did not transfer arguments to supplement tasks.
115
- - Node public method version caused a recursive loop.
116
- - Node command bump action minor without major was revised.
117
-
118
- ## [0.4.18] - 2025-08-23
119
-
120
- ### Added
121
-
122
- - Repo command init can specify groups to pull from manifest.
123
- - Repo command init can specify submodules to fetch.
124
- - Ruby gem specification is auto-detected when not specified.
125
- - Ruby task install:redownload with force deletes Gemfile.lock.
126
-
127
- ### Changed
128
-
129
- - Workspace pipe and verbose interprets $DEBUG AND $VERBOSE modes.
130
- - Git response status did not check for STDIN stream.
131
- - Common format method puts_oe was renamed log_console.
132
- - Global task git:all is disabled for single project workspaces.
133
-
134
- ## [0.3.14] - 2025-08-23
135
-
136
- ### Fixed
137
-
138
- - Gem command exec did not separate command and arguments.
139
-
140
- ## [0.2.14] - 2025-08-23
141
-
142
- ### Fixed
143
-
144
- - See `0.1.11`.
145
-
146
- ## [0.1.11] - 2025-08-23
147
-
148
- ### Fixed
149
-
150
- - Node could not compare semantic versions above double digits.
151
- - Node command bump did not reset major and minor trailing digits.
152
- - Gems with a fourth semver digit was not compared.
153
- - Workspace styles did not convert string keys to symbols.
154
-
155
- ## [0.4.17] - 2025-08-09
156
-
157
- ### Added
158
-
159
- - Node repos can be initialized with specific package manager.
160
- - Docker Engine options were updated to 28.0.
161
- - Git commands pull and fetch action all was implemented.
162
- - Git command reset action undo was implemented.
163
- - Python command pip action upgrade was implemented.
164
- - Git commands refs and files can use both pathspec and pattern.
165
- - Git command submodule was implemented.
166
- - Git command status was implemented.
167
- - Git command switch action branch was implemented.
168
-
169
- ### Changed
170
-
171
- - Project task events can be assigned to a single proc.
172
- - Ruby task copy uses require paths from gem specification.
173
- - Docker task build:bake was renamed bake:build.
174
- - Project global tasks can be hidden and still expose subtasks.
175
- - Repo command line options can be overriden with class method.
176
- - Repo task all variable REPO_DRYRUN was replaced with REPO_STAGE.
177
- - Repo command sync option no-fail was renamed fail.
178
-
179
- ### Fixed
180
-
181
- - Gem command outdated did not work outside main project folder.
182
- - Node command bump did not reset major and minor trailing digits.
183
- - Docker image status message was displayed backwards.
184
-
185
- ## [0.4.16] - 2025-07-27
186
-
187
- ### Added
188
-
189
- - Git command blame was implemented.
190
- - Project property only for task filtering was implemented.
191
- - Node command copy uses NPM pack to refresh development packages.
192
- - Docker command bake action check was implemented.
193
- - Ruby uses gem specification for name and version.
194
- - Ruby constructor parameter gemspec was implemented.
195
-
196
- ### Changed
197
-
198
- - Project boolean property readers were converted into accessors.
199
- - Workspace hash singleton methods were relocated under Support.
200
- - Project property version uses setter method for validation.
201
- - Node command publish will prompt when tag is not semantic.
202
- - Gem command push without args uses gemspec to locate archive.
203
- - Prompts will exit process without raising a generic error.
204
-
205
- ### Fixed
206
-
207
- - Gem command exec did not separate command and arguments.
208
- - Project warning messages were not displayed for errors.
209
- - Python command outdated did not load virtual env in Windows.
210
- - Python virtual env original options are not modified.
211
- - Node could not compare semantic versions above double digits.
212
-
213
- ## [0.4.15] - 2025-07-16
214
-
215
- ### Added
216
-
217
- - Python command outdated option user was implemented.
218
- - Git command commit action amend and amend-orig are interactive.
219
-
220
- ### Changed
221
-
222
- - Ruby task copy does not guess Gem directory when version is used.
223
- - Workspace hash-based data uses global method for key creation.
224
-
225
- ## [0.3.13] - 2025-07-16
226
-
227
- ### Fixed
228
-
229
- - See `0.2.13`.
230
-
231
- ## [0.2.13] - 2025-07-16
232
-
233
- ### Fixed
234
-
235
- - Project graph did not ignore circular references.
236
-
237
- ## [0.1.10] - 2025-07-16
238
-
239
- ### Fixed
240
-
241
- - Module namespaces were not combined in the right order.
242
- - Workspace group tasks were not registered.
243
-
244
- ## [0.4.14] - 2025-07-05
245
-
246
- ### Added
247
-
248
- - Python command run for project scripts was implemented.
249
- - Python command build and publish with PDM was implemented.
250
- - Python command run detects program tool scripts.
251
- - Git command stash action branch was implemented.
252
- - Docker command compose action exec and run are interactive.
253
- - Double dash can be used to end parsing for options.
254
- - Python command outdated tasks with semver was implemented.
255
-
256
- ### Changed
257
-
258
- - Ruby command rake supports running multiple indexes.
259
- - Ruby private method rakefile when nil returns empty string.
260
- - Ruby private method gempwd and rakepwd ignores current directory.
261
- - Ruby command gem action update parameters are optional.
262
- - Gem command install and uninstall can parse name and version.
263
- - Kernel method Array is used in place of common method as_a.
264
- - Ruby public method irb parameter load was renamed args.
265
-
266
- ### Fixed
267
-
268
- - Box border did not print corners on Windows.
269
- - Index character was not captured on Windows.
270
- - Node command publish did not prompt for package to publish.
271
- - Python command publish did not prompt for package to publish.
272
- - Project confirmation accept dialog did not always quit.
273
- - Git command add did not detect when no files were changed.
274
-
275
- ## [0.3.12] - 2025-07-05
276
-
277
- ### Fixed
278
-
279
- - Gem command exec did not include gem option flag.
280
- - Project graph did not print first level border.
281
- - Node command update did not use correct event name.
282
- - Gem command push did not validate gem file to publish.
283
- - Node command publish did not publish when silent.
284
-
285
- ## [0.2.12] - 2025-07-05
286
-
287
- ### Fixed
288
-
289
- - See `0.1.9`.
290
-
291
- ## [0.1.9] - 2025-07-05
292
-
293
- ### Added
19
+ ### Removed
294
20
 
295
- - Initial support for using JRuby.
296
- - 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.
297
23
 
298
24
  ### Fixed
299
25
 
300
- - Project output divider was not printed when not verbose.
301
- - Directory context was not threaded using JRuby.
302
- - Index character was not captured on Windows.
303
- - Common method is used for Kernel shell commands.
304
- - Git did not highlight output for single commands.
26
+ - Project private variables external modification was revised.
305
27
 
306
28
  ## [0.4.13] - 2025-06-16
307
29
 
@@ -356,8 +78,6 @@
356
78
 
357
79
  ## [0.3.11] - 2025-05-15
358
80
 
359
- ### Fixed
360
-
361
81
  - See `0.2.11`.
362
82
 
363
83
  ## [0.2.11] - 2025-05-15
@@ -620,8 +340,6 @@
620
340
 
621
341
  ## [0.3.7] - 2025-04-08
622
342
 
623
- ### Fixed
624
-
625
343
  - See `0.2.7`.
626
344
 
627
345
  ## [0.2.7] - 2025-04-08
@@ -1043,72 +761,52 @@
1043
761
 
1044
762
  - Changelog was created.
1045
763
 
1046
- [0.4.25]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.25
1047
- [0.4.24]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.24
1048
- [0.4.23]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.23
1049
- [0.4.22]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.22
1050
- [0.4.21]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.21
1051
- [0.4.20]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.20
1052
- [0.4.19]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.19
1053
- [0.4.18]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.18
1054
- [0.4.17]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.17-ruby
1055
- [0.4.16]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.16-ruby
1056
- [0.4.15]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.15-ruby
1057
- [0.4.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.14-ruby
1058
- [0.4.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.13-ruby
1059
- [0.4.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.12-ruby
1060
- [0.4.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.11-ruby
1061
- [0.4.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.10-ruby
1062
- [0.4.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.9-ruby
1063
- [0.4.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.8-ruby
1064
- [0.4.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.7-ruby
1065
- [0.4.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.6-ruby
1066
- [0.4.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.5-ruby
1067
- [0.4.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.4-ruby
1068
- [0.4.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.3-ruby
1069
- [0.4.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.2-ruby
1070
- [0.4.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.1-ruby
1071
- [0.4.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.0-ruby
1072
- [0.3.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.14
1073
- [0.3.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.13-ruby
1074
- [0.3.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.12-ruby
1075
- [0.3.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.11-ruby
1076
- [0.3.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.10-ruby
1077
- [0.3.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.9-ruby
1078
- [0.3.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.8-ruby
1079
- [0.3.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.7-ruby
1080
- [0.3.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.6-ruby
1081
- [0.3.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.5-ruby
1082
- [0.3.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.4-ruby
1083
- [0.3.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.3-ruby
1084
- [0.3.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.2-ruby
1085
- [0.3.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.1-ruby
1086
- [0.3.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.0-ruby
1087
- [0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
1088
- [0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
1089
- [0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
1090
- [0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
1091
- [0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
1092
- [0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
1093
- [0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
1094
- [0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
1095
- [0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
1096
- [0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
1097
- [0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
1098
- [0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
1099
- [0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
1100
- [0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
1101
- [0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
1102
- [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
1103
- [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
1104
- [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
1105
- [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
1106
- [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
1107
- [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
1108
- [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
1109
- [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
1110
- [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
1111
- [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
1112
- [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
1113
- [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
1114
- [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