specinfra 2.75.0 → 2.75.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5e68635bb1b1d2a56bc6ed57ebad0f37f8f0109
|
|
4
|
+
data.tar.gz: c20aca22df46d22f81fdc1ac92a8899e5aacaf2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e014e1ad26e51e462326673ca9df48758c00b1c9e4f5441ca4bd17b7d0508bc1b745d44b902c9006094a6db47cc57889387e73c69b850920d1e6cd59575f4ea
|
|
7
|
+
data.tar.gz: 4ea05ffca872abd8d12ba0b52aca050f1515c4381248b40c172d114c2172560812a54754f65d291d8b613fccc87d9a48a62104c55dda2aeb6db3245522f9853b
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
class Specinfra::Command::Ubuntu::V18 < Specinfra::Command::Ubuntu::Base; end
|
data/lib/specinfra/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: specinfra
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.75.
|
|
4
|
+
version: 2.75.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gosuke Miyashita
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: net-scp
|
|
@@ -444,10 +444,13 @@ files:
|
|
|
444
444
|
- lib/specinfra/command/suse/base/service.rb
|
|
445
445
|
- lib/specinfra/command/ubuntu.rb
|
|
446
446
|
- lib/specinfra/command/ubuntu/base.rb
|
|
447
|
+
- lib/specinfra/command/ubuntu/base/port.rb
|
|
447
448
|
- lib/specinfra/command/ubuntu/base/ppa.rb
|
|
448
449
|
- lib/specinfra/command/ubuntu/base/service.rb
|
|
449
450
|
- lib/specinfra/command/ubuntu/v15.rb
|
|
450
451
|
- lib/specinfra/command/ubuntu/v15/service.rb
|
|
452
|
+
- lib/specinfra/command/ubuntu/v18.rb
|
|
453
|
+
- lib/specinfra/command/ubuntu/v18/port.rb
|
|
451
454
|
- lib/specinfra/command/windows.rb
|
|
452
455
|
- lib/specinfra/command/windows/base.rb
|
|
453
456
|
- lib/specinfra/command/windows/base/feature.rb
|