puppet-lint-version_comparison-check 0.1.2 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +29 -5
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzYxZGEwNmYxZmM4OTVlYWQzZjQ4ZmE3ZDY1NTUxMzRkZjhjMDJjOA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDU2NGIyZDk3M2VjMmVmODRlYTc4M2JiMDVkMTY5YzViZTU0NmNlNQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NDIxNzQxNmI2NzIzY2Y1Yzc2ZWQ3M2IwZTlmZTQ0MGZlNmQ2ODdhYjg2OGE0
|
10
|
+
NzI0OGRiOTZmNTMyOWMzNmY0NGQ2ZjFhM2QyYzBjNTI0NTkyMmZhNjU4ZDBi
|
11
|
+
OTM0OTYyYTViODI4MDk1N2I3ZjhkN2ViZmJmNjFhNGY1YTE1NzQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDZkMTQxZWE3OTM2NzUwOTMzODdkNWEzZjQyNWU4ZjRjNGFmNzM0ZTFmNTY3
|
14
|
+
MWFiYTc3N2Q0OWNjOWM1NWFhNTU2N2Y4YjRkNTUzYmIxMTM5YTZjZmVkZmZm
|
15
|
+
ZTVjZDY3M2ZjOGRhZTMzODJhMTAyOWU0YmE5OTA0MTFlYzU2ZjU=
|
data/README.md
CHANGED
@@ -1,13 +1,29 @@
|
|
1
1
|
puppet-lint-version_comparison-check
|
2
|
-
|
2
|
+
====================================
|
3
3
|
|
4
|
-
[![Build Status](https://
|
5
|
-
[![
|
6
|
-
[![Gem
|
7
|
-
[![Coverage Status](https://img.shields.io/coveralls/
|
4
|
+
[![Build Status](https://img.shields.io/travis/puppet-community/puppet-lint-version_comparison-check.svg)](https://travis-ci.org/puppet-community/puppet-lint-version_comparison-check)
|
5
|
+
[![Gem Version](https://img.shields.io/gem/v/puppet-lint-version_comparison-check.svg)](https://rubygems.org/gems/puppet-lint-version_comparison-check)
|
6
|
+
[![Gem Downloads](https://img.shields.io/gem/dt/puppet-lint-version_comparison-check.svg)](https://rubygems.org/gems/puppet-lint-version_comparison-check)
|
7
|
+
[![Coverage Status](https://img.shields.io/coveralls/puppet-community/puppet-lint-version_comparison-check.svg)](https://coveralls.io/r/puppet-community/puppet-lint-version_comparison-check?branch=master)
|
8
|
+
[![Gemnasium](https://img.shields.io/gemnasium/puppet-community/puppet-lint-version_comparison-check.svg)](https://gemnasium.com/puppet-community/puppet-lint-version_comparison-check)
|
9
|
+
[![Donated by Camptocamp](https://img.shields.io/badge/donated%20by-camptocamp-fb7047.svg)](#transfer-notice)
|
8
10
|
|
9
11
|
A puppet-lint plugin to check for versions compared as numbers.
|
10
12
|
|
13
|
+
## Installing
|
14
|
+
|
15
|
+
### From the command line
|
16
|
+
|
17
|
+
```shell
|
18
|
+
$ gem install puppet-lint-version_comparison-check
|
19
|
+
```
|
20
|
+
|
21
|
+
### In a Gemfile
|
22
|
+
|
23
|
+
```ruby
|
24
|
+
gem 'puppet-lint-version_comparison-check', :require => false
|
25
|
+
```
|
26
|
+
|
11
27
|
## Checks
|
12
28
|
|
13
29
|
### Version compared as number
|
@@ -41,3 +57,11 @@ Alternatively, if you’re calling puppet-lint via the Rake task, you should ins
|
|
41
57
|
```ruby
|
42
58
|
PuppetLint.configuration.send('disable_version_comparison')
|
43
59
|
```
|
60
|
+
|
61
|
+
## Transfer Notice
|
62
|
+
|
63
|
+
This plugin was originally authored by [Camptocamp](http://www.camptocamp.com).
|
64
|
+
The maintainer preferred that Puppet Community take ownership of the module for future improvement and maintenance.
|
65
|
+
Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Camptocamp.
|
66
|
+
|
67
|
+
Previously: https://github.com/camptocamp/puppet-lint-version_comparison-check
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-lint-version_comparison-check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Puppet Community
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: puppet-lint
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ! '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.0'
|
20
|
+
- - <
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '3.0'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- -
|
27
|
+
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '1.0'
|
30
|
+
- - <
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '3.0'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: rspec
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -121,7 +127,7 @@ files:
|
|
121
127
|
- lib/puppet-lint/plugins/check_version_comparison.rb
|
122
128
|
- spec/puppet-lint/plugins/check_version_comparison/version_comparison_spec.rb
|
123
129
|
- spec/spec_helper.rb
|
124
|
-
homepage: https://github.com/
|
130
|
+
homepage: https://github.com/puppet-community/puppet-lint-version_comparison-check
|
125
131
|
licenses:
|
126
132
|
- Apache-2.0
|
127
133
|
metadata: {}
|