netdisco 0.0.2 → 0.0.3
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/README.md +1 -1
- data/lib/netdisco/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f248866c4d078dcd262c82797f0e223bae293298f70227c3a31dda566f2a599
|
|
4
|
+
data.tar.gz: acd07c7a195df2cd699ec4a1d5b9a09758e8f76d36281326e82ac72d0ac07cbc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5858604f9f9ba1cae49b8b5ff306745454f0380bcee6356e1ca4f1a92a91ae616bc54ee960c8bd35fc0e15e5e335296fbf05bba5d3101e5b74bf5b380226ac3c
|
|
7
|
+
data.tar.gz: 10456d87f6a2e838e555f5fa1e9fb024ff67566694fb3dbaff993d6b1bb686934b443075db38ef8fbd64e498b8c09dddcf9031f0c4510041a9e89cb9ca46cd66
|
data/README.md
CHANGED
|
@@ -103,7 +103,7 @@ push git commits and the created tag, and push the `.gem` file to [rubygems.org]
|
|
|
103
103
|
|
|
104
104
|
## Contributing
|
|
105
105
|
|
|
106
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
106
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/ciscolive/netdisco-ruby. This project is intended
|
|
107
107
|
to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
|
|
108
108
|
the [code of conduct](https://github.com/ciscolive/netdisco-ruby/blob/main/CODE_OF_CONDUCT.md).
|
|
109
109
|
|
data/lib/netdisco/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: netdisco
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- WENWU.YAN
|
|
@@ -85,8 +85,8 @@ licenses:
|
|
|
85
85
|
- MIT
|
|
86
86
|
metadata:
|
|
87
87
|
homepage_uri: https://github.com/ciscolive/netdisco-ruby
|
|
88
|
-
source_code_uri: https://github.com/ciscolive/
|
|
89
|
-
changelog_uri: https://github.com/ciscolive/
|
|
88
|
+
source_code_uri: https://github.com/ciscolive/netdisco-ruby
|
|
89
|
+
changelog_uri: https://github.com/ciscolive/netdisco-ruby/blob/main/README.md
|
|
90
90
|
post_install_message:
|
|
91
91
|
rdoc_options: []
|
|
92
92
|
require_paths:
|