puppet-debugger 0.13.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +14 -0
- data/lib/puppet-debugger/version.rb +1 -1
- data/puppet-debugger.gemspec +3 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3823d71aa9c6a1496b56d090f582f212a6d9018a80398b85dabdf63429c29a1
|
4
|
+
data.tar.gz: 27f8ae2bbd172432a280d0f8af6719a3931dc95d9b10a1a96a46fbd4f3ac6b15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5d4942292f7a09bf7fb28cb377e1c97aa5272c2580fc4c726b4d6f68eabd832c3a521d7e4861dd7043dc33f545be73bc68fd282ab34cc03d45c07fbcda0edc8
|
7
|
+
data.tar.gz: 3ec4d79be2d422990e99814611d6fa5d75222c253af0a992ecc7bebdd4ad14237864f353c9a9eeabf73cb9efb61079e7cd71fd0c27457ca512e4fa19b3e91b03
|
data/.gitlab-ci.yml
CHANGED
@@ -58,6 +58,14 @@ bump_and_tag:
|
|
58
58
|
# script:
|
59
59
|
# - "curl -X POST -F token=$PREPL_BUILD_TRIGGER_TOKEN -F ref=$REF https://gitlab.com/api/v3/projects/1146764/trigger/builds"
|
60
60
|
|
61
|
+
.ruby_21: &ruby21
|
62
|
+
image: ruby:2.1
|
63
|
+
script:
|
64
|
+
- gem install bundler -v 1.17.3 > /dev/null
|
65
|
+
- bundle install --without development validate
|
66
|
+
- bundle exec puppet module install puppetlabs-stdlib
|
67
|
+
- bundle exec rake spec
|
68
|
+
|
61
69
|
.ruby_22: &ruby22
|
62
70
|
image: ruby:2.2
|
63
71
|
script:
|
@@ -90,6 +98,12 @@ gem_production:
|
|
90
98
|
only:
|
91
99
|
- tags
|
92
100
|
|
101
|
+
puppet_410_ruby21:
|
102
|
+
variables:
|
103
|
+
PUPPET_GEM_VERSION: "~> 4.10"
|
104
|
+
<<: *puppet_job_def
|
105
|
+
<<: *ruby21
|
106
|
+
|
93
107
|
puppet_410_ruby24:
|
94
108
|
variables:
|
95
109
|
PUPPET_GEM_VERSION: "~> 4.10"
|
data/puppet-debugger.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = PuppetDebugger::VERSION
|
8
8
|
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|resources|local_test_results|pec)/}) }
|
9
9
|
s.bindir = 'bin'
|
10
|
-
s.executables = ['pdb']
|
10
|
+
s.executables = ['pdb', 'puppet-debugger']
|
11
11
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
12
12
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
13
13
|
if s.respond_to?(:metadata)
|
@@ -26,7 +26,8 @@ Gem::Specification.new do |s|
|
|
26
26
|
'LICENSE.txt',
|
27
27
|
'README.md'
|
28
28
|
]
|
29
|
-
s.
|
29
|
+
s.required_ruby_version = '>= 2.1'
|
30
|
+
s.homepage = "https://gitlab.com/puppet-debugger/puppet-debugger"
|
30
31
|
s.licenses = ["MIT"]
|
31
32
|
s.rubygems_version = "2.4.5.1"
|
32
33
|
s.summary = "A repl based debugger for the puppet language"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-debugger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Corey Osman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: table_print
|
@@ -127,6 +127,7 @@ description: A interactive command line tool for evaluating and debugging the pu
|
|
127
127
|
email: corey@nwops.io
|
128
128
|
executables:
|
129
129
|
- pdb
|
130
|
+
- puppet-debugger
|
130
131
|
extensions: []
|
131
132
|
extra_rdoc_files:
|
132
133
|
- CHANGELOG.md
|
@@ -267,7 +268,7 @@ files:
|
|
267
268
|
- spec/spec_helper.rb
|
268
269
|
- spec/support_spec.rb
|
269
270
|
- test_matrix.rb
|
270
|
-
homepage:
|
271
|
+
homepage: https://gitlab.com/puppet-debugger/puppet-debugger
|
271
272
|
licenses:
|
272
273
|
- MIT
|
273
274
|
metadata:
|
@@ -280,7 +281,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
280
281
|
requirements:
|
281
282
|
- - ">="
|
282
283
|
- !ruby/object:Gem::Version
|
283
|
-
version: '
|
284
|
+
version: '2.1'
|
284
285
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
285
286
|
requirements:
|
286
287
|
- - ">="
|