squared 0.5.4 → 0.5.5

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: 5f2dec97bece08fd8a158d8db320fbcb507e0e35c0d05802763616ed8c66a943
4
- data.tar.gz: 5049853f41262335db8d2ff6c86f7c8b583e87ef868f18970f12e239aa40c58e
3
+ metadata.gz: e2f535f6c08d8ee1abce8aeefe9f0bd9ead9af0c6ef8cf3925561b1235606017
4
+ data.tar.gz: 2517079e95af88ddcb835c564b7c4e0d429823ca1bde22a403afa54e2cba56fd
5
5
  SHA512:
6
- metadata.gz: 0aa7c2688ecaec61eb92d696dc4a10cd95de39799fad9a295561b33f933093335a7ddc5109ef56dab7b734a48505ef882c72d17a47e847f78fd312448a3210e0
7
- data.tar.gz: 7f174f6e1ac139e4deaf97445660b4c021822d97ec74bc9997ce7932b02f88c6abc2b822f3b0b4f2213144c0aec66e9c6d52d40f0cff2d8ccaf7d36b091cf1e0
6
+ metadata.gz: 07da4a2cb18fdf2a2aef060a60e03a1dba007937ae4300abb29aee8708b9be5d16472f09a6e9762aead5ad99de66ef1724c8be3842a4039b94ed73eacfa1ada4
7
+ data.tar.gz: 86c0b904ce9aa176a3aa1a7950e44a5b4e178adac6387a3aa25773ed680c07d567249ed593b4389376598aca05800e5bfce304d02b1c7ff858e4abb8733d5320
data/CHANGELOG.md CHANGED
@@ -1,5 +1,61 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.5] - 2025-08-23
4
+
5
+ ### Added
6
+
7
+ - Workspace styles can be loaded from a JSON file.
8
+ - Git command stash action all was implemented.
9
+ - Python command publish supports uploading to testpypi.
10
+ - Project base wrapper for program asdf was implemented.
11
+
12
+ ### Changed
13
+
14
+ - Node private method read_scripts was made public as scripts.
15
+
16
+ ### Fixed
17
+
18
+ - Git command commit did not check for pushes with nothing staged.
19
+ - Git command submodule did not include name of command.
20
+ - Shellwords method shellsplit was missing from String class.
21
+
22
+ ## [0.4.18] - 2025-08-23
23
+
24
+ ### Added
25
+
26
+ - Repo command init can specify groups to pull from manifest.
27
+ - Repo command init can specify submodules to fetch.
28
+ - Ruby gem specification is auto-detected when not specified.
29
+ - Ruby task install:redownload with force deletes Gemfile.lock.
30
+
31
+ ### Changed
32
+
33
+ - Workspace pipe and verbose interprets $DEBUG AND $VERBOSE modes.
34
+ - Git response status did not check for STDIN stream.
35
+ - Common format method puts_oe was renamed log_console.
36
+ - Global task git:all is disabled for single project workspaces.
37
+
38
+ ## [0.3.14] - 2025-08-23
39
+
40
+ ### Fixed
41
+
42
+ - Gem command exec did not separate command and arguments.
43
+
44
+ ## [0.2.14] - 2025-08-23
45
+
46
+ ### Fixed
47
+
48
+ - See `0.1.11`.
49
+
50
+ ## [0.1.11] - 2025-08-23
51
+
52
+ ### Fixed
53
+
54
+ - Node could not compare semantic versions above double digits.
55
+ - Node command bump did not reset major and minor trailing digits.
56
+ - Gems with a fourth semver digit was not compared.
57
+ - Workspace styles did not convert string keys to symbols.
58
+
3
59
  ## [0.5.4] - 2025-08-09
4
60
 
5
61
  ### Changed
@@ -944,66 +1000,70 @@
944
1000
 
945
1001
  - Changelog was created.
946
1002
 
947
- [0.5.4]: https://github.com/anpham6/squared/releases/tag/v0.5.4-ruby
948
- [0.5.3]: https://github.com/anpham6/squared/releases/tag/v0.5.3-ruby
949
- [0.5.2]: https://github.com/anpham6/squared/releases/tag/v0.5.2-ruby
950
- [0.5.1]: https://github.com/anpham6/squared/releases/tag/v0.5.1-ruby
951
- [0.5.0]: https://github.com/anpham6/squared/releases/tag/v0.5.0-ruby
952
- [0.4.17]: https://github.com/anpham6/squared/releases/tag/v0.4.17-ruby
953
- [0.4.16]: https://github.com/anpham6/squared/releases/tag/v0.4.16-ruby
954
- [0.4.15]: https://github.com/anpham6/squared/releases/tag/v0.4.15-ruby
955
- [0.4.14]: https://github.com/anpham6/squared/releases/tag/v0.4.14-ruby
956
- [0.4.13]: https://github.com/anpham6/squared/releases/tag/v0.4.13-ruby
957
- [0.4.12]: https://github.com/anpham6/squared/releases/tag/v0.4.12-ruby
958
- [0.4.11]: https://github.com/anpham6/squared/releases/tag/v0.4.11-ruby
959
- [0.4.10]: https://github.com/anpham6/squared/releases/tag/v0.4.10-ruby
960
- [0.4.9]: https://github.com/anpham6/squared/releases/tag/v0.4.9-ruby
961
- [0.4.8]: https://github.com/anpham6/squared/releases/tag/v0.4.8-ruby
962
- [0.4.7]: https://github.com/anpham6/squared/releases/tag/v0.4.7-ruby
963
- [0.4.6]: https://github.com/anpham6/squared/releases/tag/v0.4.6-ruby
964
- [0.4.5]: https://github.com/anpham6/squared/releases/tag/v0.4.5-ruby
965
- [0.4.4]: https://github.com/anpham6/squared/releases/tag/v0.4.4-ruby
966
- [0.4.3]: https://github.com/anpham6/squared/releases/tag/v0.4.3-ruby
967
- [0.4.2]: https://github.com/anpham6/squared/releases/tag/v0.4.2-ruby
968
- [0.4.1]: https://github.com/anpham6/squared/releases/tag/v0.4.1-ruby
969
- [0.4.0]: https://github.com/anpham6/squared/releases/tag/v0.4.0-ruby
970
- [0.3.13]: https://github.com/anpham6/squared/releases/tag/v0.3.13-ruby
971
- [0.3.12]: https://github.com/anpham6/squared/releases/tag/v0.3.12-ruby
972
- [0.3.11]: https://github.com/anpham6/squared/releases/tag/v0.3.11-ruby
973
- [0.3.10]: https://github.com/anpham6/squared/releases/tag/v0.3.10-ruby
974
- [0.3.9]: https://github.com/anpham6/squared/releases/tag/v0.3.9-ruby
975
- [0.3.8]: https://github.com/anpham6/squared/releases/tag/v0.3.8-ruby
976
- [0.3.7]: https://github.com/anpham6/squared/releases/tag/v0.3.7-ruby
977
- [0.3.6]: https://github.com/anpham6/squared/releases/tag/v0.3.6-ruby
978
- [0.3.5]: https://github.com/anpham6/squared/releases/tag/v0.3.5-ruby
979
- [0.3.4]: https://github.com/anpham6/squared/releases/tag/v0.3.4-ruby
980
- [0.3.3]: https://github.com/anpham6/squared/releases/tag/v0.3.3-ruby
981
- [0.3.2]: https://github.com/anpham6/squared/releases/tag/v0.3.2-ruby
982
- [0.3.1]: https://github.com/anpham6/squared/releases/tag/v0.3.1-ruby
983
- [0.3.0]: https://github.com/anpham6/squared/releases/tag/v0.3.0-ruby
984
- [0.2.13]: https://github.com/anpham6/squared/releases/tag/v0.2.13-ruby
985
- [0.2.12]: https://github.com/anpham6/squared/releases/tag/v0.2.12-ruby
986
- [0.2.11]: https://github.com/anpham6/squared/releases/tag/v0.2.11-ruby
987
- [0.2.10]: https://github.com/anpham6/squared/releases/tag/v0.2.10-ruby
988
- [0.2.9]: https://github.com/anpham6/squared/releases/tag/v0.2.9-ruby
989
- [0.2.8]: https://github.com/anpham6/squared/releases/tag/v0.2.8-ruby
990
- [0.2.7]: https://github.com/anpham6/squared/releases/tag/v0.2.7-ruby
991
- [0.2.6]: https://github.com/anpham6/squared/releases/tag/v0.2.6-ruby
992
- [0.2.5]: https://github.com/anpham6/squared/releases/tag/v0.2.5-ruby
993
- [0.2.4]: https://github.com/anpham6/squared/releases/tag/v0.2.4-ruby
994
- [0.2.3]: https://github.com/anpham6/squared/releases/tag/v0.2.3-ruby
995
- [0.2.2]: https://github.com/anpham6/squared/releases/tag/v0.2.2-ruby
996
- [0.2.1]: https://github.com/anpham6/squared/releases/tag/v0.2.1-ruby
997
- [0.2.0]: https://github.com/anpham6/squared/releases/tag/v0.2.0-ruby
998
- [0.1.10]: https://github.com/anpham6/squared/releases/tag/v0.1.10-ruby
999
- [0.1.9]: https://github.com/anpham6/squared/releases/tag/v0.1.9-ruby
1000
- [0.1.8]: https://github.com/anpham6/squared/releases/tag/v0.1.8-ruby
1001
- [0.1.7]: https://github.com/anpham6/squared/releases/tag/v0.1.7-ruby
1002
- [0.1.6]: https://github.com/anpham6/squared/releases/tag/v0.1.6-ruby
1003
- [0.1.5]: https://github.com/anpham6/squared/releases/tag/v0.1.5-ruby
1004
- [0.1.4]: https://github.com/anpham6/squared/releases/tag/v0.1.4-ruby
1005
- [0.1.3]: https://github.com/anpham6/squared/releases/tag/v0.1.3-ruby
1006
- [0.1.2]: https://github.com/anpham6/squared/releases/tag/v0.1.2-ruby
1007
- [0.1.1]: https://github.com/anpham6/squared/releases/tag/v0.1.1-ruby
1008
- [0.1.0]: https://github.com/anpham6/squared/releases/tag/v0.1.0-ruby
1009
- [0.0.12]: https://github.com/anpham6/squared/releases/tag/v0.0.12-ruby
1003
+ [0.5.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.5
1004
+ [0.5.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.4-ruby
1005
+ [0.5.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.3-ruby
1006
+ [0.5.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.2-ruby
1007
+ [0.5.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.1-ruby
1008
+ [0.5.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.5.0-ruby
1009
+ [0.4.17]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.17-ruby
1010
+ [0.4.16]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.16-ruby
1011
+ [0.4.15]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.15-ruby
1012
+ [0.4.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.14-ruby
1013
+ [0.4.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.13-ruby
1014
+ [0.4.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.12-ruby
1015
+ [0.4.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.11-ruby
1016
+ [0.4.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.10-ruby
1017
+ [0.4.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.9-ruby
1018
+ [0.4.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.8-ruby
1019
+ [0.4.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.7-ruby
1020
+ [0.4.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.6-ruby
1021
+ [0.4.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.5-ruby
1022
+ [0.4.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.4-ruby
1023
+ [0.4.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.3-ruby
1024
+ [0.4.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.2-ruby
1025
+ [0.4.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.1-ruby
1026
+ [0.4.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.0-ruby
1027
+ [0.3.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.14
1028
+ [0.3.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.13-ruby
1029
+ [0.3.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.12-ruby
1030
+ [0.3.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.11-ruby
1031
+ [0.3.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.10-ruby
1032
+ [0.3.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.9-ruby
1033
+ [0.3.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.8-ruby
1034
+ [0.3.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.7-ruby
1035
+ [0.3.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.6-ruby
1036
+ [0.3.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.5-ruby
1037
+ [0.3.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.4-ruby
1038
+ [0.3.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.3-ruby
1039
+ [0.3.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.2-ruby
1040
+ [0.3.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.1-ruby
1041
+ [0.3.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.0-ruby
1042
+ [0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
1043
+ [0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
1044
+ [0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
1045
+ [0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
1046
+ [0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
1047
+ [0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
1048
+ [0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
1049
+ [0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
1050
+ [0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
1051
+ [0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
1052
+ [0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
1053
+ [0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
1054
+ [0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
1055
+ [0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
1056
+ [0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
1057
+ [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
1058
+ [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
1059
+ [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
1060
+ [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
1061
+ [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
1062
+ [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
1063
+ [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
1064
+ [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
1065
+ [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
1066
+ [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
1067
+ [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
1068
+ [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
1069
+ [0.0.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.0.12-ruby