lite-command 1.0.0 → 1.0.1
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 +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/lite/command.rb +1 -1
- data/lib/lite/command/simple.rb +1 -1
- data/lib/lite/command/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a41145978bc93e2ef52624c2ec0b2f0441d2876067eb18aa49dafad5465e641
|
4
|
+
data.tar.gz: e10bbff015df2f331a9a0b444e068da9eaca25524ce8b317a3c5e26ed92b9f4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62fb9a9ad81c12146615574a310dd8c58c448c29594d4c3f09143462aae7d871eae3aa2e2215608e964e0c3abdee9355a51701e07d40e0e6b43634538baeaab1
|
7
|
+
data.tar.gz: bd616b739879d5a8edb53a3411e4f8822a1363ab12fdf0591edf6bce7c91e0ebcb3d34033e6bbac034ad31a73e80eef849ee7c1990d55c859aeae9a5dfabd176
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [1.0.1] - 2019-08-07
|
10
|
+
### Changed
|
11
|
+
- Pass args to command in call for Simple based commands
|
12
|
+
|
9
13
|
## [1.0.0] - 2019-08-07
|
10
14
|
### Added
|
11
15
|
- Initial project version
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/lib/lite/command.rb
CHANGED
data/lib/lite/command/simple.rb
CHANGED
data/lib/lite/command/version.rb
CHANGED