puppet-resource_api 1.8.11 → 1.8.12

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
  SHA256:
3
- metadata.gz: a97a74d2743c8dd71ef34a5ad182d3946464b0ee9ab3b0dc9fb9d084b1c0dbb2
4
- data.tar.gz: 4440e7664869083fb353cb7ffd32e60e948ba99dee07fab5fb19ea58ded52bb6
3
+ metadata.gz: 2e39699167f5b9aedb7443d0a292e1b6043412e3393a2207df99a5537ea8b203
4
+ data.tar.gz: a73654df2a022b5c83e70863b298f2f54816b41a21f40ba89b3b88a58ae88a4d
5
5
  SHA512:
6
- metadata.gz: b491366c3ee28299ee4c56745f8606d3f257e4f814367a97694f9b363b68f6f9bb4de02d9f743eb3272a7a432b47175c1fa10804fc6d55df001480ce10289768
7
- data.tar.gz: 0e426a40343d84d3a9cca300b9f7fe45aa0ad35925c2b9c3b39facb07d7152b352e60a9e5fa7b91a98c4637ab2bb4264c7a12a1ccc309bb4d930928c9e9ff3b6
6
+ metadata.gz: 0dfc3af4ffef6af001a6719b93e26f260557bce80fa069bf86b39fda3e08ca1adc23540fbcf2b16b7f3aac536a8e3123e64a7e1f6151d2f5ba24608f5d992a0d
7
+ data.tar.gz: 671f468b2378f7f191ec43f1365f3cbbfce8ff63602bee071ec4441d8439900c6daf1b582f9efb7a3116b5f7585eb0c3e0fc5a044c1f83a89d1d839e051973d9
@@ -1,41 +1,41 @@
1
1
  ---
2
- - - :whitelist
2
+ - - :permit
3
3
  - MIT
4
4
  - :who: DavidS
5
5
  :why: standard license
6
6
  :versions: []
7
7
  :when: 2017-07-28 11:11:09.971500380 Z
8
- - - :whitelist
8
+ - - :permit
9
9
  - Apache 2.0
10
10
  - :who: DavidS
11
11
  :why: standard license
12
12
  :versions: []
13
13
  :when: 2017-07-28 11:12:21.086779416 Z
14
- - - :whitelist
14
+ - - :permit
15
15
  - ruby
16
16
  - :who: DavidS
17
17
  :why: standard license
18
18
  :versions: []
19
19
  :when: 2017-07-28 11:12:28.578927478 Z
20
- - - :whitelist
20
+ - - :permit
21
21
  - Simplified BSD
22
22
  - :who: DavidS
23
23
  :why: standard license
24
24
  :versions: []
25
25
  :when: 2017-07-28 11:12:36.924605442 Z
26
- - - :whitelist
26
+ - - :permit
27
27
  - New BSD
28
28
  - :who: DavidS
29
29
  :why: standard license
30
30
  :versions: []
31
31
  :when: 2017-07-28 11:14:00.252514982 Z
32
- - - :whitelist
32
+ - - :permit
33
33
  - Apache License, v2
34
34
  - :who: DavidS
35
35
  :why: standard license
36
36
  :versions: []
37
37
  :when: 2017-07-28 11:14:07.999759997 Z
38
- - - :whitelist
38
+ - - :permit
39
39
  - Ruby or LGPLv3+
40
40
  - :who: DavidS
41
41
  :why: standard license
@@ -62,7 +62,7 @@
62
62
  :why: https://github.com/defunkt/colored/blob/829bde0f8832406be1cacc5c99c49d976e05ccfc/LICENSE
63
63
  :versions: []
64
64
  :when: 2017-07-28 11:23:25.554994001 Z
65
- - - :whitelist
65
+ - - :permit
66
66
  - ISC
67
67
  - :who: scotje
68
68
  :why: MIT equivalent
@@ -93,6 +93,6 @@
93
93
  - puppetlabs_spec_helper
94
94
  - Apache 2.0
95
95
  - :who: DavidS
96
- :why:
96
+ :why:
97
97
  :versions: []
98
98
  :when: 2018-03-09 18:04:29.175843919 Z
@@ -1,4 +1,4 @@
1
- sudo: false
1
+ os: linux
2
2
  language: ruby
3
3
  bundler_args: "--without development"
4
4
  script:
@@ -10,8 +10,8 @@ script:
10
10
  cache: bundler
11
11
  branches:
12
12
  except:
13
- - release-prep
14
- matrix:
13
+ - release-prep
14
+ jobs:
15
15
  include:
16
16
  - rvm: 2.4.3
17
17
  env: PUPPET_GEM_VERSION='~> 5' SIMPLECOV=yes # 5.5
@@ -20,7 +20,7 @@ matrix:
20
20
  before_cache: pushd ~/.rvm && rm -rf archives rubies/ruby-2.2.7 rubies/ruby-2.3.4 && popd
21
21
  cache:
22
22
  bundler: true
23
- directories: ~/.rvm
23
+ directories: [~/.rvm]
24
24
  before_install: rvm use jruby-1.7.26 --install --binary --fuzzy && gem install bundler -v '~> 1.7.0'
25
25
  # disable coverage on jruby9k as this confuses codecov
26
26
  - env: RVM="jruby-9.1.9.0" PUPPET_GEM_VERSION='~> 5' JRUBY_OPTS="--debug"
@@ -28,7 +28,7 @@ matrix:
28
28
  before_cache: pushd ~/.rvm && rm -rf archives rubies/ruby-2.2.7 rubies/ruby-2.3.4 && popd
29
29
  cache:
30
30
  bundler: false
31
- directories: ~/.rvm
31
+ directories: [~/.rvm]
32
32
  before_install: rvm use jruby-9.1.9.0 --install --binary --fuzzy
33
33
  - rvm: 2.5.1
34
34
  env: CHECK=rubocop
@@ -1,5 +1,5 @@
1
1
  module Puppet
2
2
  module ResourceApi
3
- VERSION = '1.8.11'.freeze
3
+ VERSION = '1.8.12'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-resource_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.11
4
+ version: 1.8.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Schmitt