squared 0.1.11 → 0.2.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 +4 -4
- data/CHANGELOG.md +65 -86
- data/README.md +1289 -240
- data/README.ruby.md +384 -0
- data/lib/squared/app.rb +0 -2
- data/lib/squared/common/base.rb +23 -20
- data/lib/squared/common/class.rb +18 -1
- data/lib/squared/common/format.rb +20 -22
- data/lib/squared/common/prompt.rb +1 -1
- data/lib/squared/common/shell.rb +22 -14
- data/lib/squared/common/system.rb +66 -39
- data/lib/squared/common/utils.rb +6 -6
- data/lib/squared/config.rb +130 -84
- data/lib/squared/version.rb +1 -1
- data/lib/squared/workspace/application.rb +174 -69
- data/lib/squared/workspace/project/base.rb +368 -185
- data/lib/squared/workspace/project/git.rb +728 -278
- data/lib/squared/workspace/project/node.rb +179 -119
- data/lib/squared/workspace/project/python.rb +190 -75
- data/lib/squared/workspace/project/ruby.rb +342 -178
- data/lib/squared/workspace/repo.rb +38 -47
- data/lib/squared/workspace/series.rb +16 -14
- data/squared.gemspec +3 -4
- metadata +4 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 447c24bc317440fcf3f5b8e8c8f542f5e8f7641e3b548c5ee0204ba948460881
|
4
|
+
data.tar.gz: 1f048b1de055cd375e9e50f18361ef61a26c87602bb56a5f40245951faf05358
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf73faecb83832adfa1cbb21212939a93cc2fa133c4a13d24f008eb432cbc663a198294a944b35449921902fa3045cfa581839e52bea6723703c95772e537e05
|
7
|
+
data.tar.gz: a9db1c7dfd58750be1285fb1c2b39f9c087a3488560c6c2d35eb77939f69753127b2d97121450c5409f8b0c7b7fd821cd722291d57cabc0c5a7930f50ae338fb
|
data/CHANGELOG.md
CHANGED
@@ -1,86 +1,72 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [0.
|
4
|
-
|
5
|
-
### Fixed
|
6
|
-
|
7
|
-
- Node could not compare semantic versions above double digits.
|
8
|
-
- Node command bump did not reset major and minor trailing digits.
|
9
|
-
- Gems with a fourth semver digit was not compared.
|
10
|
-
- Workspace styles did not convert string keys to symbols.
|
11
|
-
|
12
|
-
## [0.1.10] - 2025-07-16
|
13
|
-
|
14
|
-
### Fixed
|
15
|
-
|
16
|
-
- Module namespaces were not combined in the right order.
|
17
|
-
- Workspace group tasks were not registered.
|
18
|
-
|
19
|
-
## [0.1.9] - 2025-07-05
|
3
|
+
## [0.2.0] - 2025-01-07
|
20
4
|
|
21
5
|
### Added
|
22
6
|
|
23
|
-
-
|
24
|
-
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
-
|
29
|
-
-
|
30
|
-
-
|
31
|
-
-
|
32
|
-
-
|
33
|
-
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
7
|
+
- Event system when executing a base or extension command.
|
8
|
+
- Git extension module with clone command was created.
|
9
|
+
- Missing workspace projects can create generation tasks.
|
10
|
+
- Node copies over symlinks when global store is detected.
|
11
|
+
- Git command rebase was implemented.
|
12
|
+
- Ruby command copy uses resolve_feature_path for autodetect.
|
13
|
+
- Task descriptions can be transformed using Regexp.
|
14
|
+
- Python command outdated is SemVer stylized.
|
15
|
+
- Config viewer can pre-parse and autoload file types.
|
16
|
+
- Projects can use dependency injection to create tasks.
|
17
|
+
- Config viewer can load multiple files of the same type.
|
18
|
+
- Unused Project class sub-tasks can be excluded.
|
19
|
+
- Project method property version was created.
|
20
|
+
- Git pull and fetch action remote can include refspec.
|
21
|
+
- Project dependency graph displays version when printed.
|
22
|
+
- Git command diff actions between and contain were implemented.
|
23
|
+
- Event system was appled to all git commands.
|
24
|
+
- Python command depend with Distutils was implemented.
|
25
|
+
- Full executable path to programs can be defined in Common.
|
26
|
+
- Banners can be hidden by group or reference.
|
27
|
+
- Git command reset action patch was implemented.
|
28
|
+
- Git command branch was implemented.
|
29
|
+
- Project build graph can be created using group or reference.
|
30
|
+
- Git command restore action source was implemented.
|
31
|
+
- Gem install and update non-deprecated options are fully complete.
|
32
|
+
- Pip install options are fully complete.
|
33
|
+
- Node command bump action version was implemented.
|
34
|
+
- Node command add was implemented.
|
35
|
+
- Python command install can use single character options.
|
36
|
+
- Gem install and pristine options are fully complete.
|
37
|
+
- Gem command outdated was implemented.
|
38
|
+
- Git command checkout action track was implemented.
|
39
|
+
- Theme style current used with outdated was created.
|
38
40
|
|
39
|
-
|
40
|
-
- Log messages were written to terminal twice when emphasized.
|
41
|
-
- Node outdated interactive for major would sometimes deactivate.
|
42
|
-
- Node outdated interactive for major was mislabeled as minor.
|
43
|
-
|
44
|
-
## [0.1.7] - 2025-04-27
|
45
|
-
|
46
|
-
### Fixed
|
47
|
-
|
48
|
-
- Project directory context method option pass was inverted.
|
49
|
-
- Shell options with spaces and without quotes were not escaped.
|
50
|
-
- Git task status did not display branch information.
|
51
|
-
- Ruby copy method argument include was ignored when used directly.
|
52
|
-
- Git commit could not push branch without same name as remote.
|
53
|
-
|
54
|
-
## [0.1.6] - 2025-04-17
|
55
|
-
|
56
|
-
### Fixed
|
57
|
-
|
58
|
-
- Log messages were concatenated without separator.
|
59
|
-
- Regexp "o" modifier was not used properly.
|
60
|
-
- Rake did not run individual project Rakefile.
|
61
|
-
- User-defined program paths were not reduced to bare name.
|
62
|
-
- Project path validation did not include separator.
|
63
|
-
|
64
|
-
## [0.1.5] - 2025-02-25
|
65
|
-
|
66
|
-
### Fixed
|
67
|
-
|
68
|
-
- Node copy method ignored include argument when called directly.
|
69
|
-
- Logger is not initialized when using only Git base class.
|
70
|
-
- Hide warnings about readline during execution.
|
71
|
-
- Logger is not initialized when using only base class.
|
72
|
-
- Merging ENV build options were double escaped.
|
41
|
+
### Changed
|
73
42
|
|
74
|
-
|
43
|
+
- Task description uses a separate Application method.
|
44
|
+
- Project populate method base commands can be removed.
|
45
|
+
- Git pull and fetch options were revised.
|
46
|
+
- Git show actions were reduced to format and oneline.
|
47
|
+
- Common module System copy methods were renamed.
|
48
|
+
- Unused task arguments as placeholders were removed.
|
49
|
+
- Top-level namespaces are not used for standard gems.
|
50
|
+
- Task descriptions use a wrapper when calling Rake method.
|
51
|
+
- Git pull and fetch actions were reduced to origin and remote.
|
52
|
+
- Series class uses delegation for Application instance methods.
|
53
|
+
- Global constant alias to module Common was removed.
|
54
|
+
- Config viewer delegates task attributes to Project workspace.
|
55
|
+
- Global git commands pull-s and rebase-s were renamed using +s.
|
56
|
+
- Ruby command gem using pristine was implemented.
|
57
|
+
- Git class methods were given same name as command name.
|
58
|
+
- Abbreviated command options are no longer supported.
|
59
|
+
- Git commit hash uses string interpolation format.
|
60
|
+
- Git options ending with "!" use conventional "no-" prefix.
|
61
|
+
- Git pull and reset commands were reduced.
|
75
62
|
|
76
63
|
### Fixed
|
77
64
|
|
78
|
-
-
|
79
|
-
-
|
80
|
-
- Git
|
81
|
-
- Pip upgrade did not append package names.
|
65
|
+
- Workspace did not locate root folder when main was named.
|
66
|
+
- Node tasks without any action are not displayed.
|
67
|
+
- Git fetch commands that do not apply to pull are rejected.
|
82
68
|
|
83
|
-
## [0.1.3] -
|
69
|
+
## [0.1.3] - 2024-01-02
|
84
70
|
|
85
71
|
### Fixed
|
86
72
|
|
@@ -109,7 +95,7 @@
|
|
109
95
|
- Workspace did not check base project for Windows filename.
|
110
96
|
- Regexp for SemVer did not recognize package names.
|
111
97
|
|
112
|
-
## [0.1.1] -
|
98
|
+
## [0.1.1] - 2025-12-14
|
113
99
|
|
114
100
|
### Added
|
115
101
|
|
@@ -159,16 +145,9 @@
|
|
159
145
|
|
160
146
|
- Changelog was created.
|
161
147
|
|
162
|
-
[0.
|
163
|
-
[0.1.
|
164
|
-
[0.1.
|
165
|
-
[0.1.
|
166
|
-
[0.1.
|
167
|
-
[0.
|
168
|
-
[0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
|
169
|
-
[0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
|
170
|
-
[0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
|
171
|
-
[0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
|
172
|
-
[0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
|
173
|
-
[0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
|
174
|
-
[0.0.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.0.12-ruby
|
148
|
+
[0.2.0]: https://github.com/anpham6/squared/releases/tag/v0.2.0-ruby
|
149
|
+
[0.1.3]: https://github.com/anpham6/squared/releases/tag/v0.1.3-ruby
|
150
|
+
[0.1.2]: https://github.com/anpham6/squared/releases/tag/v0.1.2-ruby
|
151
|
+
[0.1.1]: https://github.com/anpham6/squared/releases/tag/v0.1.1-ruby
|
152
|
+
[0.1.0]: https://github.com/anpham6/squared/releases/tag/v0.1.0-ruby
|
153
|
+
[0.0.12]: https://github.com/anpham6/squared/releases/tag/v0.0.12-ruby
|