systemdy 0.3.1 → 0.3.2
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 +13 -0
- data/lib/systemdy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38a964d8bf1d273a4be61773737a29571b46f5de65c351872e48a8ea91731826
|
|
4
|
+
data.tar.gz: df11e46020f219037df1bd02cb1c8ea086af506003f8c09212bf3e7c3cc48364
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f51c39f446edc77d17cd7bbb999344b1af9452866844fa1e1f18f7a9b20f92091f64fb4931198c2245449186868f00aad3562fbf560fcf84114998376299bd15
|
|
7
|
+
data.tar.gz: 2f21d7006226825fd40857e4135667762c15add20e813f53c11ca3c9a615c1c090c67f698c0ac68dab6db1898d2d795ac22878b8d533602af99304400a498b57
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [0.3.2] - 2022-10-21
|
|
2
|
+
|
|
3
|
+
### Fixed
|
|
4
|
+
|
|
5
|
+
- documentation_uri in gemspec
|
|
6
|
+
|
|
7
|
+
## [0.3.1] - 2022-10-21
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Documentation syntax for Systemdy::Utility::Formatter.remove_newline_from_system_command class method
|
|
12
|
+
- documentation_uri in gemspec
|
|
13
|
+
|
|
1
14
|
## [0.3.0] - 2022-10-21
|
|
2
15
|
|
|
3
16
|
### Added
|
data/lib/systemdy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: systemdy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- magic4dev
|
|
@@ -40,7 +40,7 @@ licenses:
|
|
|
40
40
|
metadata:
|
|
41
41
|
homepage_uri: https://github.com/magic4dev/systemdy
|
|
42
42
|
source_code_uri: https://github.com/magic4dev/systemdy
|
|
43
|
-
documentation_uri: https://www.rubydoc.info/
|
|
43
|
+
documentation_uri: https://www.rubydoc.info/github/magic4dev/systemdy
|
|
44
44
|
changelog_uri: https://github.com/magic4dev/systemdy/blob/master/CHANGELOG.md
|
|
45
45
|
code_of_conduct_uri: https://github.com/magic4dev/systemdy/blob/master/CODE_OF_CONDUCT.md
|
|
46
46
|
post_install_message:
|