pleaserun 0.0.31 → 0.0.32

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
  SHA256:
3
- metadata.gz: 26644d13d1c206bd43fbdf17b755cee224c75e09ffa1d99b1dc897b922df709b
4
- data.tar.gz: 61e54712aa2407b9072142ad25a5e9b6aeabca2626ce5d786b59a8899fe2cae6
3
+ metadata.gz: 0c919527f537b698a9d75f42af43888ae2c7bd823b3ff1903676a1aae61a2b74
4
+ data.tar.gz: 6cc96e8f6d67f4632350c8ec84ff095f81aeea6efc1aeb5191864f2f246bd40b
5
5
  SHA512:
6
- metadata.gz: d57ebc378b733b3017c0e1539cf6ac2c1dce4c7208f379197003191096720413717d3126611578231799f5f3650558a96c43b6897668f86efc8a342dc5f1985b
7
- data.tar.gz: a53d2b3d7c6acb05b8686ee6663d8264bb26c0f2b790f632f48257057a8eb01f3a288ed92d556f65cd0e86dee0f905741dacbce84500d862036b3372510b6514
6
+ metadata.gz: 3ffe5a71f474861354e56f4e33c719d85dba13514b8b0139a9e9e20f04d98655531f0043b1f6d4289c71a2d86cb660bff68e09f898eca454566ad4877aa3af16
7
+ data.tar.gz: fc73e14185be3732651e2f8c1d04acb96f37599b9b70b23f29a63a0232b4f672e04c784fce3ba501e89194c52aa610d5c439a4e8874e0309525173317a3f401b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pleaserun (0.0.29)
4
+ pleaserun (0.0.31)
5
5
  cabin (> 0)
6
6
  clamp
7
7
  dotenv
@@ -13,58 +13,46 @@ GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
15
  cabin (0.9.0)
16
- celluloid (0.16.0)
17
- timers (~> 4.0.0)
18
- clamp (1.1.2)
19
- coderay (1.1.0)
20
- diff-lcs (1.2.5)
21
- dotenv (2.2.0)
22
- ffi (1.9.6)
23
- ffi (1.9.6-java)
24
- flores (0.0.3)
16
+ clamp (1.3.2)
17
+ coderay (1.1.3)
18
+ diff-lcs (1.4.4)
19
+ dotenv (2.7.6)
20
+ ffi (1.15.0)
21
+ flores (0.0.7)
25
22
  formatador (0.2.5)
26
- guard (2.12.4)
23
+ guard (2.16.2)
27
24
  formatador (>= 0.2.4)
28
- listen (~> 2.7)
29
- lumberjack (~> 1.0)
25
+ listen (>= 2.7, < 4.0)
26
+ lumberjack (>= 1.0.12, < 2.0)
30
27
  nenv (~> 0.1)
31
28
  notiffany (~> 0.0)
32
29
  pry (>= 0.9.12)
33
30
  shellany (~> 0.0)
34
31
  thor (>= 0.18.1)
35
32
  guard-compat (1.2.1)
36
- guard-rspec (4.5.0)
33
+ guard-rspec (4.7.3)
37
34
  guard (~> 2.1)
38
35
  guard-compat (~> 1.1)
39
36
  rspec (>= 2.99.0, < 4.0)
40
- hitimes (1.2.2)
41
- hitimes (1.2.2-java)
42
37
  insist (1.0.0)
43
- listen (2.8.5)
44
- celluloid (>= 0.15.2)
45
- rb-fsevent (>= 0.9.3)
46
- rb-inotify (>= 0.9)
47
- lumberjack (1.0.9)
48
- method_source (0.8.2)
38
+ listen (3.5.1)
39
+ rb-fsevent (~> 0.10, >= 0.10.3)
40
+ rb-inotify (~> 0.9, >= 0.9.10)
41
+ lumberjack (1.2.8)
42
+ method_source (1.0.0)
49
43
  mustache (0.99.8)
50
- nenv (0.2.0)
51
- net-ssh (2.9.2)
52
- notiffany (0.0.6)
44
+ nenv (0.3.0)
45
+ net-ssh (6.1.0)
46
+ notiffany (0.1.3)
53
47
  nenv (~> 0.1)
54
48
  shellany (~> 0.0)
55
49
  peach (0.5.1)
56
- pry (0.10.1)
57
- coderay (~> 1.1.0)
58
- method_source (~> 0.8.1)
59
- slop (~> 3.4)
60
- pry (0.10.1-java)
61
- coderay (~> 1.1.0)
62
- method_source (~> 0.8.1)
63
- slop (~> 3.4)
64
- spoon (~> 0.0)
65
- rb-fsevent (0.9.4)
66
- rb-inotify (0.9.5)
67
- ffi (>= 0.5.0)
50
+ pry (0.14.1)
51
+ coderay (~> 1.1)
52
+ method_source (~> 1.0)
53
+ rb-fsevent (0.10.4)
54
+ rb-inotify (0.10.1)
55
+ ffi (~> 1.0)
68
56
  rspec (3.0.0)
69
57
  rspec-core (~> 3.0.0)
70
58
  rspec-expectations (~> 3.0.0)
@@ -78,16 +66,10 @@ GEM
78
66
  rspec-support (~> 3.0.0)
79
67
  rspec-support (3.0.4)
80
68
  shellany (0.0.1)
81
- slop (3.6.0)
82
- spoon (0.0.4)
83
- ffi
84
- stud (0.0.22)
85
- thor (0.19.1)
86
- timers (4.0.1)
87
- hitimes
69
+ stud (0.0.23)
70
+ thor (1.1.0)
88
71
 
89
72
  PLATFORMS
90
- java
91
73
  ruby
92
74
 
93
75
  DEPENDENCIES
@@ -100,4 +82,4 @@ DEPENDENCIES
100
82
  rspec (~> 3.0.0)
101
83
 
102
84
  BUNDLED WITH
103
- 1.13.5
85
+ 2.1.2
data/lib/pleaserun/cli.rb CHANGED
@@ -186,9 +186,12 @@ are made. If it fails, nagios will not start. Yay!
186
186
  PleaseRun::Installer.install_actions(runner) if install_actions?
187
187
  else
188
188
  target = install_prefix || Stud::Temporary.directory
189
- actions_script = File.join(target, "install_actions.sh")
190
189
  PleaseRun::Installer.install_files(runner, target, overwrite?)
191
- PleaseRun::Installer.write_actions(runner, actions_script)
190
+
191
+ if install_actions?
192
+ actions_script = File.join(target, "install_actions.sh")
193
+ PleaseRun::Installer.write_actions(runner, actions_script)
194
+ end
192
195
  end
193
196
  return 0
194
197
  end # def run_human
@@ -1,3 +1,3 @@
1
1
  module PleaseRun
2
- VERSION = "0.0.31"
2
+ VERSION = "0.0.32"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pleaserun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Sissel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-18 00:00:00.000000000 Z
11
+ date: 2021-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cabin
@@ -181,8 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  - !ruby/object:Gem::Version
182
182
  version: '0'
183
183
  requirements: []
184
- rubyforge_project:
185
- rubygems_version: 2.7.6
184
+ rubygems_version: 3.1.2
186
185
  signing_key:
187
186
  specification_version: 4
188
187
  summary: pleaserun