zinv 0.1.3 → 0.1.4
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 +0 -6
- data/lib/zinv/version.rb +1 -1
- data/zinv.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b18911f2c4dd6499f366ccecccf43b0cc068747
|
|
4
|
+
data.tar.gz: f82edf5715bba404551a4dd698820035ef2c84b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 521dca9dbd7d3df73b028bf68b65348a84b7ed90661ac69998d2821707831985deb1da80912ee2556a835783c1767939ef288695282b9a600e8e29cdfc779e0c
|
|
7
|
+
data.tar.gz: f7b13444e31dceb3becaa1991d833d2cfb34995cb717919e3a4c751817f41ec1d0dd0e9c94c3dcc3ca7514450c77c823025a484b641e53fc5d4fe00262be3de4
|
data/README.md
CHANGED
|
@@ -69,12 +69,6 @@ kilroy: was here
|
|
|
69
69
|
|
|
70
70
|
Variables defined in this way will be available to to ansible when it processes the host in question.
|
|
71
71
|
|
|
72
|
-
## Development
|
|
73
|
-
|
|
74
|
-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
75
|
-
|
|
76
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
77
|
-
|
|
78
72
|
## Contributing
|
|
79
73
|
|
|
80
74
|
Bug reports and pull requests are welcome on GitHub at https://github.com/svdasein/zinv. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
data/lib/zinv/version.rb
CHANGED
data/zinv.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["david.parker _AT_ nsight.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Ansible dynamic inventory script for hosts monitored by zabbix}
|
|
13
|
-
spec.homepage = "https://
|
|
13
|
+
spec.homepage = "https://gitlab.com/svdasein/zinv"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zinv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dave Parker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -100,7 +100,7 @@ files:
|
|
|
100
100
|
- lib/zinv.rb
|
|
101
101
|
- lib/zinv/version.rb
|
|
102
102
|
- zinv.gemspec
|
|
103
|
-
homepage: https://
|
|
103
|
+
homepage: https://gitlab.com/svdasein/zinv
|
|
104
104
|
licenses:
|
|
105
105
|
- MIT
|
|
106
106
|
metadata:
|