zinv 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10ba726481f8092e039f221a5b85228437106a3d
4
- data.tar.gz: 831cc33d658013b5a5fb329a489dea2aeaa82a04
3
+ metadata.gz: 8b18911f2c4dd6499f366ccecccf43b0cc068747
4
+ data.tar.gz: f82edf5715bba404551a4dd698820035ef2c84b5
5
5
  SHA512:
6
- metadata.gz: 4b606ee7795c6570a1cd6e86d4ef53cc74e473ed918e5f9943795831790f2938662e7d1328777c723707f9e6e40c4db80387e97f9433fa9de66f4b9e67fc6555
7
- data.tar.gz: ea4ae156a54114aca3910a79ca3ccd2cb28a7b9698c73254c10debb11e0dc16be07890db983520e502f8968cd3ad7737427a7196a73fd1906d2a8cb4d23f7b02
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.
@@ -1,3 +1,3 @@
1
1
  module Zinv
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -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://github.com/svdasein/zinv"
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.3
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: 2017-08-12 00:00:00.000000000 Z
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://github.com/svdasein/zinv
103
+ homepage: https://gitlab.com/svdasein/zinv
104
104
  licenses:
105
105
  - MIT
106
106
  metadata: