squared 0.3.13 → 0.3.14
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 +64 -40
- data/README.md +387 -1274
- data/lib/squared/common/base.rb +1 -1
- data/lib/squared/common/format.rb +2 -2
- data/lib/squared/common/system.rb +1 -1
- data/lib/squared/version.rb +1 -1
- data/lib/squared/workspace/application.rb +8 -3
- data/lib/squared/workspace/project/base.rb +25 -2
- data/lib/squared/workspace/project/node.rb +4 -1
- data/lib/squared/workspace/project/ruby.rb +1 -1
- data/squared.gemspec +4 -4
- metadata +5 -6
- data/README.ruby.md +0 -466
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 364ad76a657ab54021a540bb8e072ffd9fe26c0cc5e4ee8a8815145636276b30
|
|
4
|
+
data.tar.gz: 56cdceb303945cca5d8780380f50697139f0d04c99dcd7d6e40a3211f2491081
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af1e3c6fb0f777d96f23e12b0166d64ea2a3bd7efb848e7a6ca307e5d29d91f71938a2c9e094288813f4592015812ba55c627b8a1c69e669ef16c152ca5458f3
|
|
7
|
+
data.tar.gz: f1bbf81c147216541f48830d30a5da949689b7dd6c6faaaca27fb283e3fcd1f8706581deedfa43450ae97429808fc2aa25cdec3ff8c890319a66fb2bbbeeebe8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.3.14] - 2025-08-23
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Gem command exec did not separate command and arguments.
|
|
8
|
+
|
|
9
|
+
## [0.2.14] - 2025-08-23
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- See `0.1.11`.
|
|
14
|
+
|
|
15
|
+
## [0.1.11] - 2025-08-23
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Node could not compare semantic versions above double digits.
|
|
20
|
+
- Node command bump did not reset major and minor trailing digits.
|
|
21
|
+
- Gems with a fourth semver digit was not compared.
|
|
22
|
+
- Workspace styles did not convert string keys to symbols.
|
|
23
|
+
|
|
3
24
|
## [0.3.13] - 2025-07-16
|
|
4
25
|
|
|
5
26
|
### Fixed
|
|
@@ -476,43 +497,46 @@
|
|
|
476
497
|
|
|
477
498
|
- Changelog was created.
|
|
478
499
|
|
|
479
|
-
[0.3.
|
|
480
|
-
[0.3.
|
|
481
|
-
[0.3.
|
|
482
|
-
[0.3.
|
|
483
|
-
[0.3.
|
|
484
|
-
[0.3.
|
|
485
|
-
[0.3.
|
|
486
|
-
[0.3.
|
|
487
|
-
[0.3.
|
|
488
|
-
[0.3.
|
|
489
|
-
[0.3.
|
|
490
|
-
[0.3.
|
|
491
|
-
[0.3.
|
|
492
|
-
[0.3.
|
|
493
|
-
[0.
|
|
494
|
-
[0.2.
|
|
495
|
-
[0.2.
|
|
496
|
-
[0.2.
|
|
497
|
-
[0.2.
|
|
498
|
-
[0.2.
|
|
499
|
-
[0.2.
|
|
500
|
-
[0.2.
|
|
501
|
-
[0.2.
|
|
502
|
-
[0.2.
|
|
503
|
-
[0.2.
|
|
504
|
-
[0.2.
|
|
505
|
-
[0.2.
|
|
506
|
-
[0.2.
|
|
507
|
-
[0.1
|
|
508
|
-
[0.
|
|
509
|
-
[0.1.
|
|
510
|
-
[0.1.
|
|
511
|
-
[0.1.
|
|
512
|
-
[0.1.
|
|
513
|
-
[0.1.
|
|
514
|
-
[0.1.
|
|
515
|
-
[0.1.
|
|
516
|
-
[0.1.
|
|
517
|
-
[0.1.
|
|
518
|
-
[0.
|
|
500
|
+
[0.3.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.14
|
|
501
|
+
[0.3.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.13-ruby
|
|
502
|
+
[0.3.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.12-ruby
|
|
503
|
+
[0.3.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.11-ruby
|
|
504
|
+
[0.3.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.10-ruby
|
|
505
|
+
[0.3.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.9-ruby
|
|
506
|
+
[0.3.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.8-ruby
|
|
507
|
+
[0.3.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.7-ruby
|
|
508
|
+
[0.3.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.6-ruby
|
|
509
|
+
[0.3.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.5-ruby
|
|
510
|
+
[0.3.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.4-ruby
|
|
511
|
+
[0.3.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.3-ruby
|
|
512
|
+
[0.3.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.2-ruby
|
|
513
|
+
[0.3.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.1-ruby
|
|
514
|
+
[0.3.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.0-ruby
|
|
515
|
+
[0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
|
|
516
|
+
[0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
|
|
517
|
+
[0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
|
|
518
|
+
[0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
|
|
519
|
+
[0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
|
|
520
|
+
[0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
|
|
521
|
+
[0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
|
|
522
|
+
[0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
|
|
523
|
+
[0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
|
|
524
|
+
[0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
|
|
525
|
+
[0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
|
|
526
|
+
[0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
|
|
527
|
+
[0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
|
|
528
|
+
[0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
|
|
529
|
+
[0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
|
|
530
|
+
[0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
|
|
531
|
+
[0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
|
|
532
|
+
[0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
|
|
533
|
+
[0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
|
|
534
|
+
[0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
|
|
535
|
+
[0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
|
|
536
|
+
[0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
|
|
537
|
+
[0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
|
|
538
|
+
[0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
|
|
539
|
+
[0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
|
|
540
|
+
[0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
|
|
541
|
+
[0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
|
|
542
|
+
[0.0.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.0.12-ruby
|