puppetfiler 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a50bc1960b97634408cec4d7e84d25cabbe41f0
4
- data.tar.gz: ed068a7360a344ba9d7fceef40f0ef050557cd89
3
+ metadata.gz: d6a40769b4aa2a0201e674c15b721130beaee9ac
4
+ data.tar.gz: 00733ee0f252f42cc63c17f81aeb5be2c590d006
5
5
  SHA512:
6
- metadata.gz: 8bed7ce700bffad204830c134249cfa59068eb38cf3a6683c6b8d025c45614a339d992a22a552126874744300e07df2a6b147f7d0b22cacc6f46348518453f6b
7
- data.tar.gz: b989261ae649ca89699ca4521f00edfc3b1c62fa0da4c2e4ba95f1c503367358ffb131e82c53489e0b3a2dfa386d589c9d1a90949c5670b7dbf6ec102a4e3185
6
+ metadata.gz: 355e96a75fbafe5cbe0ac079f9fa6cb9ee28f34397f7888952a70edb0c896aa19aef773fbfeda207669abe6af177261716703e10257ac0e3482ca11b340a5bba
7
+ data.tar.gz: 0922e770b569f21c47ba227c78d78c511d09a4826daf0d3a17a2222f7867e59a9d89e32e978e385837e2d81fe8f2ae465c11444fa509bc31f27c3d177eab72ca
data/.codeclimate.yml ADDED
@@ -0,0 +1,18 @@
1
+ ---
2
+ engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ fixme:
9
+ enabled: true
10
+ ratings:
11
+ paths:
12
+ - "**.rb"
13
+ exclude_paths:
14
+ - bin/
15
+ - coverage/
16
+ - data/
17
+ - features/
18
+ - spec/
data/.travis.yml CHANGED
@@ -12,3 +12,6 @@ deploy:
12
12
  on:
13
13
  tags: true
14
14
  repo: ntnn/puppetfiler
15
+ addons:
16
+ code_climate:
17
+ repo_token: 0812dfcba3b90af823e357c1d5eea72c465b27f3e1c1983c3bc56f2210bb4ff3
data/README.rst CHANGED
@@ -1,5 +1,14 @@
1
1
  Puppetfiler
2
2
  ===========
3
+ .. image:: https://travis-ci.org/ntnn/puppetfiler.svg?branch=master
4
+ :target: https://travis-ci.org/ntnn/puppetfiler
5
+ :alt: Travis CI
6
+ .. image:: https://codeclimate.com/github/ntnn/puppetfiler/badges/gpa.svg
7
+ :target: https://codeclimate.com/github/ntnn/puppetfiler
8
+ :alt: Code Climate
9
+ .. image:: https://codeclimate.com/github/ntnn/puppetfiler/badges/coverage.svg
10
+ :target: https://codeclimate.com/github/ntnn/puppetfiler/coverage
11
+ :alt: Test Coverage
3
12
 
4
13
  Gem for miscellaneous actions based on Puppetfiles.
5
14
 
@@ -111,7 +111,7 @@ module Puppetfiler
111
111
  fixtures['repositories'][name] = content
112
112
  end
113
113
 
114
- fixtures
114
+ { 'fixtures' => fixtures }
115
115
  end
116
116
 
117
117
  private
@@ -1,3 +1,3 @@
1
1
  module Puppetfiler
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppetfiler
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
  - Nelo-T. Wallus
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-05 00:00:00.000000000 Z
11
+ date: 2017-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -172,6 +172,7 @@ executables:
172
172
  extensions: []
173
173
  extra_rdoc_files: []
174
174
  files:
175
+ - ".codeclimate.yml"
175
176
  - ".gitignore"
176
177
  - ".rspec"
177
178
  - ".travis.yml"