squared 0.3.12 → 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 +83 -37
- 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 +19 -15
- data/lib/squared/workspace/project/base.rb +35 -9
- 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,45 @@
|
|
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
|
+
|
24
|
+
## [0.3.13] - 2025-07-16
|
25
|
+
|
26
|
+
### Fixed
|
27
|
+
|
28
|
+
- See `0.2.13`.
|
29
|
+
|
30
|
+
## [0.2.13] - 2025-07-16
|
31
|
+
|
32
|
+
### Fixed
|
33
|
+
|
34
|
+
- Project graph did not ignore circular references.
|
35
|
+
|
36
|
+
## [0.1.10] - 2025-07-16
|
37
|
+
|
38
|
+
### Fixed
|
39
|
+
|
40
|
+
- Module namespaces were not combined in the right order.
|
41
|
+
- Workspace group tasks were not registered.
|
42
|
+
|
3
43
|
## [0.3.12] - 2025-07-05
|
4
44
|
|
5
45
|
### Fixed
|
@@ -457,40 +497,46 @@
|
|
457
497
|
|
458
498
|
- Changelog was created.
|
459
499
|
|
460
|
-
[0.3.
|
461
|
-
[0.3.
|
462
|
-
[0.3.
|
463
|
-
[0.3.
|
464
|
-
[0.3.
|
465
|
-
[0.3.
|
466
|
-
[0.3.
|
467
|
-
[0.3.
|
468
|
-
[0.3.
|
469
|
-
[0.3.
|
470
|
-
[0.3.
|
471
|
-
[0.3.
|
472
|
-
[0.3.
|
473
|
-
[0.
|
474
|
-
[0.
|
475
|
-
[0.2.
|
476
|
-
[0.2.
|
477
|
-
[0.2.
|
478
|
-
[0.2.
|
479
|
-
[0.2.
|
480
|
-
[0.2.
|
481
|
-
[0.2.
|
482
|
-
[0.2.
|
483
|
-
[0.2.
|
484
|
-
[0.2.
|
485
|
-
[0.2.
|
486
|
-
[0.
|
487
|
-
[0.
|
488
|
-
[0.1
|
489
|
-
[0.
|
490
|
-
[0.1.
|
491
|
-
[0.1.
|
492
|
-
[0.1.
|
493
|
-
[0.1.
|
494
|
-
[0.1.
|
495
|
-
[0.1.
|
496
|
-
[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
|