shiplane 0.1.14 → 0.1.15
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8ef0fb0ed84b31934d914fc218b9ee68f952e6f31aae8732b3554cff34d6255
|
|
4
|
+
data.tar.gz: f040b5f0e94473679d2c073eb4d863beac4b7a3688841b2db47c465042356dd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 350c6b9d19eec04f5833835b734dabd2c51c5645f8826a747096b03e329187215198887afbe00f94f0c0c2d5bbcf5d484ffa224d4434da5700a0b4dede84aafe
|
|
7
|
+
data.tar.gz: 3d4579d70651a65c686b4fd711b4b90b0d8f9cadaff802ccad9c89c7b111221f3375b5c3236152bc55925efef9c5c7eb030dab0bb068bcdeb0e980b671b470b4
|
data/README.md
CHANGED
|
@@ -75,6 +75,8 @@ rake shiplane:install[<application_name>]
|
|
|
75
75
|
|
|
76
76
|
Reference the example [shiplane.ymls](examples/rails_app/shiplane.yml) for some ideas on how to configure your app.
|
|
77
77
|
|
|
78
|
+
> **WARNING**: Make sure to configure your shiplane.yml here. The following commands make use of some or all of those configurations!!
|
|
79
|
+
|
|
78
80
|
### Using Shiplane
|
|
79
81
|
#### Steps involved in provisioning and deploying
|
|
80
82
|
Currently, Shiplane assumes you have an empty VM/VPS/Metal Box with some form of linux on it (though testing has primarily been done on Ubuntu boxes). Shiplane assumes an otherwise EMPTY install. It is HIGHLY recommended that you NOT use Shiplane (or any other provisioning) on an install with software other than a basic OS installed.
|
data/lib/shiplane/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shiplane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Epperson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: shiplane_bootstrappers_chef
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.1.
|
|
19
|
+
version: 0.1.15
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.1.
|
|
26
|
+
version: 0.1.15
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: shiplane_deployers_capistrano_docker
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.1.
|
|
33
|
+
version: 0.1.15
|
|
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: 0.1.
|
|
40
|
+
version: 0.1.15
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: dotenv
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|