puppet-debugger 0.4.2 → 0.4.3
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/Gemfile +1 -1
- data/Gemfile.lock +12 -11
- data/README.md +4 -4
- data/lib/version.rb +1 -1
- data/puppet-debugger.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44157088748216b3865e03bdc616b673e32b7d9f
|
|
4
|
+
data.tar.gz: 415c08646267e60a8d8837bf84221f9e9ba91257
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8da56d0a316d219aa41711bd7b2c06c81995dfe11717ec4acba9723bd53865f2722d1272021972b44d55522f6add205b2c84ed415294212bc5da42d1b5b6c23d
|
|
7
|
+
data.tar.gz: ae7dee824edf9d3fec7f850db1199a74d43601532f203e7b41e815a64785e42c0d25d2e34971c3782af381913c412175669253b477dd76b67dbe4f9a90bdc1cf
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -9,36 +9,37 @@ GEM
|
|
|
9
9
|
docile (1.1.5)
|
|
10
10
|
facter (2.4.6)
|
|
11
11
|
CFPropertyList (~> 2.2.6)
|
|
12
|
-
facterdb (0.3.
|
|
12
|
+
facterdb (0.3.8)
|
|
13
13
|
facter
|
|
14
14
|
jgrep
|
|
15
|
-
hiera (3.2.
|
|
15
|
+
hiera (3.2.2)
|
|
16
16
|
jgrep (1.4.1)
|
|
17
17
|
json
|
|
18
18
|
json (1.8.3)
|
|
19
19
|
json_pure (1.8.3)
|
|
20
20
|
method_source (0.8.2)
|
|
21
|
-
parser (2.3.
|
|
21
|
+
parser (2.3.3.1)
|
|
22
22
|
ast (~> 2.2)
|
|
23
23
|
powerpack (0.1.1)
|
|
24
24
|
pry (0.10.4)
|
|
25
25
|
coderay (~> 1.1.0)
|
|
26
26
|
method_source (~> 0.8.1)
|
|
27
27
|
slop (~> 3.4)
|
|
28
|
-
puppet (4.
|
|
28
|
+
puppet (4.8.1)
|
|
29
|
+
CFPropertyList (~> 2.2.6)
|
|
29
30
|
facter (> 2.0, < 4)
|
|
30
31
|
hiera (>= 2.0, < 4)
|
|
31
32
|
json_pure (~> 1.8)
|
|
32
|
-
rainbow (2.1
|
|
33
|
-
rake (
|
|
33
|
+
rainbow (2.2.1)
|
|
34
|
+
rake (12.0.0)
|
|
34
35
|
rdoc (3.12.2)
|
|
35
36
|
json (~> 1.4)
|
|
36
|
-
release_me (0.1.
|
|
37
|
+
release_me (0.1.3)
|
|
37
38
|
rspec (3.5.0)
|
|
38
39
|
rspec-core (~> 3.5.0)
|
|
39
40
|
rspec-expectations (~> 3.5.0)
|
|
40
41
|
rspec-mocks (~> 3.5.0)
|
|
41
|
-
rspec-core (3.5.
|
|
42
|
+
rspec-core (3.5.4)
|
|
42
43
|
rspec-support (~> 3.5.0)
|
|
43
44
|
rspec-expectations (3.5.0)
|
|
44
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
@@ -47,7 +48,7 @@ GEM
|
|
|
47
48
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
48
49
|
rspec-support (~> 3.5.0)
|
|
49
50
|
rspec-support (3.5.0)
|
|
50
|
-
rubocop (0.
|
|
51
|
+
rubocop (0.46.0)
|
|
51
52
|
parser (>= 2.3.1.1, < 3.0)
|
|
52
53
|
powerpack (~> 0.1)
|
|
53
54
|
rainbow (>= 1.99.1, < 3.0)
|
|
@@ -60,7 +61,7 @@ GEM
|
|
|
60
61
|
simplecov-html (~> 0.10.0)
|
|
61
62
|
simplecov-html (0.10.0)
|
|
62
63
|
slop (3.6.0)
|
|
63
|
-
unicode-display_width (1.1.
|
|
64
|
+
unicode-display_width (1.1.2)
|
|
64
65
|
|
|
65
66
|
PLATFORMS
|
|
66
67
|
ruby
|
|
@@ -68,7 +69,7 @@ PLATFORMS
|
|
|
68
69
|
DEPENDENCIES
|
|
69
70
|
awesome_print (~> 1.6)
|
|
70
71
|
bundler
|
|
71
|
-
facterdb (
|
|
72
|
+
facterdb (>= 0.3.8)
|
|
72
73
|
json_pure (<= 2.0.1)
|
|
73
74
|
pry
|
|
74
75
|
puppet (>= 3.8)
|
data/README.md
CHANGED
|
@@ -228,10 +228,10 @@ Currently native functions are not available in auto complete. See #24
|
|
|
228
228
|
The puppet-debugger internally leverages the [facterdb](https://github.com/camptocamp/facterdb/) gem to load pre-cached facts into the debugger session. At some point you
|
|
229
229
|
may need to override the debugger's default fact set with something of your own choosing. You can do this by setting one of the environment variables below.
|
|
230
230
|
|
|
231
|
-
* `
|
|
232
|
-
* `
|
|
233
|
-
* `
|
|
234
|
-
* `
|
|
231
|
+
* `DEBUGGER_FACTERDB_FILTER` Sets the entire filter
|
|
232
|
+
* `DEBUGGER_FACTER_OS_VERSION` Sets the OS version (only works with RHEL clones and Fedora)
|
|
233
|
+
* `DEBUGGER_FACTER_OS_NAME` Sets the OS name (only works with RHEL clones and Fedora)
|
|
234
|
+
* `DEBUGGER_FACTER_VERSION` Sets the facter version to use in the debugger session (uses facter 3.1 for puppet 4.4+ and facter 2.4 for 3.8-4.4)
|
|
235
235
|
|
|
236
236
|
By default it looks something like `operatingsystem=Fedora and operatingsystemrelease=23 and architecture=x86_64 and facterversion=/^3\\.1/`
|
|
237
237
|
depending on the puppet version currently running.
|
data/lib/version.rb
CHANGED
data/puppet-debugger.gemspec
CHANGED
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
|
|
30
30
|
s.rubygems_version = "2.4.5.1"
|
|
31
31
|
s.summary = "A repl for the puppet language"
|
|
32
32
|
s.add_runtime_dependency(%q<puppet>, [">= 3.8"])
|
|
33
|
-
s.add_runtime_dependency(%q<facterdb>, ["
|
|
33
|
+
s.add_runtime_dependency(%q<facterdb>, [">= 0.3.8"])
|
|
34
34
|
s.add_runtime_dependency(%q<awesome_print>, ["~> 1.6"])
|
|
35
35
|
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
|
|
36
36
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppet-debugger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Corey Osman
|
|
@@ -28,16 +28,16 @@ dependencies:
|
|
|
28
28
|
name: facterdb
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
33
|
+
version: 0.3.8
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
40
|
+
version: 0.3.8
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: awesome_print
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|