puppet-lint-undef_in_function-check 0.1.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +28 -5
  3. data/spec/spec_helper.rb +4 -2
  4. metadata +12 -6
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzVmODZmZTE0MjVlNmU4YmE4ODE3NDcwYWQ2OTYyYjYzZjRhYzcyZg==
4
+ NmVlN2FhZTAxOTc5NjJlYTc2ODMxNDYzMzgzZjgzMTY0YzMyMjFmOA==
5
5
  data.tar.gz: !binary |-
6
- YmY2MjBkN2QzMzRkZTU0YmJkODA0MTU5N2JiOTk0NmZjNTQ3YWQzNQ==
6
+ NDc5NjAyYjhlZWQ0NTFlM2MzNTM1ODRlYzM2NTA0MTkzMTBkNmQ5ZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDY1ZjYwYmViMTAwZGZmZjBhZGNkMmZhMjJjYzA5N2E3NDlkYmIxOGQ5MDA4
10
- NGYxYmM5OGVkYjE0OGU4NWFlZjg5Y2ZhZDY0YTA4M2Y1ODcyMDQ3NzFlY2Rl
11
- ZjE4OGZmMzYxMGQxOGY0ZTgwZWQ1MWM4ODFiYWQ3Y2IyNzJlODA=
9
+ NWQzMjUwNzUxYzIyM2U1YzIwYjMwOWNlZWQ5M2ZhMzFhYTNhYmMxMTk2NTk5
10
+ YjdmNmFhNjBhZDJjZmMxNDE1NmJhZGEwNTYyODA0ZDZhOWVhYTBlNGQ4MzZh
11
+ NTE1YTEyNzQ1ZDg0YmM4MzZjMTAxM2EzMzZlOWZjMTNhMjZmMmQ=
12
12
  data.tar.gz: !binary |-
13
- NWYwZGFiMWI1ZmZjMTM2NzU3YzBlYzE5YWU3MTUzOWU3OWZlZTI4ODcwZmU5
14
- ODUxOTJmYWRmNGM1NGRhOGNjN2ZkMGEyNzA3MzljODAxYjUwMWQ3ZGZmYjg2
15
- MGIxNjA5YWEwNDRjMmY0NDBkNjViODZmYWMwYjZiMTYxMmI0ZWI=
13
+ YTZjNWMwNWM5OWQwYWYwODhjYTdmMTZmNDJmOWFkM2Q1ZjA4NjRmOWU0NjI0
14
+ MTQyODJmMGZkNGQxNWVkMjQ1NjVkYjA1YTVmYzlkMDAyNjA4YzljMmVjZmNk
15
+ ZDkzMTVjYWFlODdkNGFmNWQ5MWVmOWYwNDRjZmI2ZDY2OTYzYjg=
data/README.md CHANGED
@@ -1,13 +1,28 @@
1
1
  puppet-lint-undef_in_function-check
2
- =================================
2
+ ===================================
3
3
 
4
- [![Build Status](https://travis-ci.org/camptocamp/puppet-lint-undef_in_function-check.svg)](https://travis-ci.org/camptocamp/puppet-lint-undef_in_function-check)
5
- [![Code Climate](https://codeclimate.com/github/camptocamp/puppet-lint-undef_in_function-check/badges/gpa.svg)](https://codeclimate.com/github/camptocamp/puppet-lint-undef_in_function-check)
6
- [![Gem Version](https://badge.fury.io/rb/puppet-lint-undef_in_function-check.svg)](http://badge.fury.io/rb/puppet-lint-undef_in_function-check)
7
- [![Coverage Status](https://img.shields.io/coveralls/camptocamp/puppet-lint-undef_in_function-check.svg)](https://coveralls.io/r/camptocamp/puppet-lint-undef_in_function-check?branch=master)
4
+ [![Build Status](https://img.shields.io/travis/puppet-community/puppet-lint-undef_in_function-check.svg)](https://travis-ci.org/puppet-community/puppet-lint-undef_in_function-check)
5
+ [![Gem Version](https://img.shields.io/gem/v/puppet-lint-undef_in_function-check.svg)](https://rubygems.org/gems/puppet-lint-undef_in_function-check)
6
+ [![Gem Downloads](https://img.shields.io/gem/dt/puppet-lint-undef_in_function-check.svg)](https://rubygems.org/gems/puppet-lint-undef_in_function-check)
7
+ [![Coverage Status](https://img.shields.io/coveralls/puppet-community/puppet-lint-undef_in_function-check.svg)](https://coveralls.io/r/puppet-community/puppet-lint-undef_in_function-check?branch=master)
8
+ [![Gemnasium](https://img.shields.io/gemnasium/puppet-community/puppet-lint-undef_in_function-check.svg)](https://gemnasium.com/puppet-community/puppet-lint-undef_in_function-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 undef in function calls.
10
12
 
13
+ ## Installing
14
+
15
+ ### From the command line
16
+
17
+ ```shell
18
+ $ gem install puppet-lint-undef_in_function-check
19
+ ```
20
+
21
+ ### In a Gemfile
22
+
23
+ ```ruby
24
+ gem 'puppet-lint-undef_in_function-check', :require => false
25
+ ```
11
26
 
12
27
  ## Checks
13
28
 
@@ -42,3 +57,11 @@ Alternatively, if you’re calling puppet-lint via the Rake task, you should ins
42
57
  ```ruby
43
58
  PuppetLint.configuration.send('disable_undef_in_function_assignment')
44
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-undef_in_function-check
@@ -1,5 +1,7 @@
1
- require 'coveralls'
2
- Coveralls.wear!
1
+ unless RUBY_VERSION =~ /^1\.8/
2
+ require 'coveralls'
3
+ Coveralls.wear!
4
+ end
3
5
 
4
6
  require 'puppet-lint'
5
7
 
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint-undef_in_function-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - Camptocamp
7
+ - Puppet Community
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-02 00:00:00.000000000 Z
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_undef_in_function.rb
122
128
  - spec/puppet-lint/plugins/check_undef_in_function/check_undef_in_function_spec.rb
123
129
  - spec/spec_helper.rb
124
- homepage: https://github.com/camptocamp/puppet-lint-undef_in_function-check
130
+ homepage: https://github.com/puppet-community/puppet-lint-undef_in_function-check
125
131
  licenses:
126
132
  - Apache-2.0
127
133
  metadata: {}