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 +4 -4
- data/CHANGELOG.md +123 -63
- data/README.md +662 -1273
- data/lib/squared/common/base.rb +1 -1
- data/lib/squared/common/format.rb +5 -3
- data/lib/squared/common/prompt.rb +1 -1
- data/lib/squared/common/shell.rb +7 -2
- data/lib/squared/common/system.rb +1 -1
- data/lib/squared/config.rb +8 -8
- data/lib/squared/version.rb +1 -1
- data/lib/squared/workspace/application.rb +26 -8
- data/lib/squared/workspace/project/base.rb +94 -19
- data/lib/squared/workspace/project/docker.rb +2 -2
- data/lib/squared/workspace/project/git.rb +140 -118
- data/lib/squared/workspace/project/node.rb +18 -19
- data/lib/squared/workspace/project/python.rb +36 -19
- data/lib/squared/workspace/project/ruby.rb +97 -53
- data/lib/squared/workspace/project/support/class.rb +46 -3
- data/lib/squared/workspace/repo.rb +36 -13
- data/squared.gemspec +2 -2
- metadata +5 -6
- data/README.ruby.md +0 -728
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2f535f6c08d8ee1abce8aeefe9f0bd9ead9af0c6ef8cf3925561b1235606017
|
4
|
+
data.tar.gz: 2517079e95af88ddcb835c564b7c4e0d429823ca1bde22a403afa54e2cba56fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
948
|
-
[0.5.
|
949
|
-
[0.5.
|
950
|
-
[0.5.
|
951
|
-
[0.5.
|
952
|
-
[0.
|
953
|
-
[0.4.
|
954
|
-
[0.4.
|
955
|
-
[0.4.
|
956
|
-
[0.4.
|
957
|
-
[0.4.
|
958
|
-
[0.4.
|
959
|
-
[0.4.
|
960
|
-
[0.4.
|
961
|
-
[0.4.
|
962
|
-
[0.4.
|
963
|
-
[0.4.
|
964
|
-
[0.4.
|
965
|
-
[0.4.
|
966
|
-
[0.4.
|
967
|
-
[0.4.
|
968
|
-
[0.4.
|
969
|
-
[0.4.
|
970
|
-
[0.
|
971
|
-
[0.3.
|
972
|
-
[0.3.
|
973
|
-
[0.3.
|
974
|
-
[0.3.
|
975
|
-
[0.3.
|
976
|
-
[0.3.
|
977
|
-
[0.3.
|
978
|
-
[0.3.
|
979
|
-
[0.3.
|
980
|
-
[0.3.
|
981
|
-
[0.3.
|
982
|
-
[0.3.
|
983
|
-
[0.3.
|
984
|
-
[0.
|
985
|
-
[0.
|
986
|
-
[0.2.
|
987
|
-
[0.2.
|
988
|
-
[0.2.
|
989
|
-
[0.2.
|
990
|
-
[0.2.
|
991
|
-
[0.2.
|
992
|
-
[0.2.
|
993
|
-
[0.2.
|
994
|
-
[0.2.
|
995
|
-
[0.2.
|
996
|
-
[0.2.
|
997
|
-
[0.2.
|
998
|
-
[0.
|
999
|
-
[0.1
|
1000
|
-
[0.
|
1001
|
-
[0.1.
|
1002
|
-
[0.1.
|
1003
|
-
[0.1.
|
1004
|
-
[0.1.
|
1005
|
-
[0.1.
|
1006
|
-
[0.1.
|
1007
|
-
[0.1.
|
1008
|
-
[0.1.
|
1009
|
-
[0.
|
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
|