onceover 3.6.2 → 3.7.0
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 +4 -4
- data/onceover.gemspec +1 -1
- data/templates/spec_helper.rb.erb +7 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 845de07b223e216322db6f66c73ca4acdfc11008
|
|
4
|
+
data.tar.gz: 9053cda4788a18831d766964a646f6df398a1948
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3cda7b26885b7d6a9fa968221c3ec2bfd87704c6ae5e134209d0d5b8867fbe9ae5252638faaac2ec5eea1c494d2182a29a05bbe7d12f0fe8d0d0a99f560d2c2
|
|
7
|
+
data.tar.gz: 9e1902377712e249532d6b5b8e69619fcdd4831a6d5a95d0b7af8ffd47b40095b5ea5918442531bc8336b773f720e329a2268dcdf6f846504d983ddd447451b1
|
data/onceover.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = "onceover"
|
|
7
|
-
s.version = "3.
|
|
7
|
+
s.version = "3.7.0"
|
|
8
8
|
s.authors = ["Dylan Ratcliffe"]
|
|
9
9
|
s.email = ["dylan.ratcliffe@puppet.com"]
|
|
10
10
|
s.homepage = "https://github.com/dylanratcliffe/onceover"
|
|
@@ -3,18 +3,18 @@ require 'rspec-puppet-utils'
|
|
|
3
3
|
require 'rspec_junit_formatter'
|
|
4
4
|
|
|
5
5
|
RSpec.configure do |c|
|
|
6
|
-
c.parser = 'future'
|
|
7
|
-
c.formatter = 'documentation'
|
|
8
|
-
|
|
9
6
|
# Also add JUnit output in case people want to use that
|
|
10
7
|
c.add_formatter('RSpecJUnitFormatter','<%= repo.tempdir %>/spec.xml')
|
|
11
8
|
|
|
12
|
-
c.
|
|
13
|
-
c.
|
|
9
|
+
c.parser = 'future'
|
|
10
|
+
c.formatter = 'documentation'
|
|
11
|
+
c.trusted_server_facts = true
|
|
12
|
+
c.environmentpath = '<%= environmentpath %>'
|
|
13
|
+
c.module_path = '<%= modulepath %>'
|
|
14
14
|
<% if repo.hiera_config_file_relative_path %>
|
|
15
|
-
c.hiera_config
|
|
15
|
+
c.hiera_config = '<%= environmentpath %>/production/<%= repo.hiera_config_file_relative_path %>'
|
|
16
16
|
<% end -%>
|
|
17
|
-
c.manifest
|
|
17
|
+
c.manifest = '<%= repo.temp_manifest %>'
|
|
18
18
|
ENV['STRICT_VARIABLES'] = '<%= self.strict_variables %>'
|
|
19
19
|
<% if ENV['SHOW_PUPPET_OUTPUT'] and ENV['SHOW_PUPPET_OUTPUT'].downcase == 'true' %>
|
|
20
20
|
Puppet::Util::Log.level = :debug
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onceover
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dylan Ratcliffe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|