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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/lib/systemdy/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d100ae2959d85fb8084a5d6c23113dd70a417f3f5512b8ef9664f7e49ec4b70
4
- data.tar.gz: 8d7e95b1a81f21778a56ba809b621cce17d73c509222da63939744645595eba6
3
+ metadata.gz: 38a964d8bf1d273a4be61773737a29571b46f5de65c351872e48a8ea91731826
4
+ data.tar.gz: df11e46020f219037df1bd02cb1c8ea086af506003f8c09212bf3e7c3cc48364
5
5
  SHA512:
6
- metadata.gz: 8d900cabf4fea970eade41af5121ae5c3b2bad2defb72486d88f64c5622b9cb7673e43fb027bd496f41c0c50def879dfe40dddf96b7da8732b872697b41bc5e4
7
- data.tar.gz: 0507f8e49ce30ff6affc084b52f6b4388bb136f2272d6c6d234b2d5191cad404eec16f356a19b7a5010d45a98922c0119d057cd8177d6859f30ad41ab12464c8
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
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Systemdy
4
4
  # the current version of the gem
5
- VERSION = "0.3.1"
5
+ VERSION = "0.3.2"
6
6
  end
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.1
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/gems/systemdy
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: