shiplane 0.1.2 → 0.1.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/README.md +20 -1
- data/lib/shiplane/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1632755df3a57b31b7fb77bd7b449b7d16c4b2b29415e856584768919873bb92
|
4
|
+
data.tar.gz: ec598a4d3f623f862a11173a51f131a9715642bd852f73e416d947abbbe5e44c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ffad71c6850d49e44f5e2e5c960958222a3487c43f3cef084b62c460fbd1d30ae7087c62204d13fbcc4c667163d7bd031bc28a25740c9af173902a3b2a3bab8
|
7
|
+
data.tar.gz: 4eefc1c81c7ab47873f483aa07d4f980f9c07ad7f2dda042e85b30ce3c1b8347871d2dcddbadd8d678382f8d7b5dbcbae5fbfcf73d5d53998d2ae3951978a43d
|
data/README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1
|
-
|
1
|
+

|
2
|
+
|
2
3
|
Convert your development docker-compose yaml files into production-ready docker deployments
|
3
4
|
|
4
5
|
## The Mission
|
6
|
+
|
5
7
|
### Empower Developers
|
6
8
|
Shiplane is about empowering developers to get more done, in less time, with less effort. It is intended to amplify a developer's skills and efforts for little cost. It shouldn't take hours and days to setup a working Shiplane environment. It should take minutes to get a working, sane, and relatively secure solution out of the box. Once working, everything should be tweakable as needed.
|
7
9
|
|
@@ -9,6 +11,7 @@ Shiplane is about empowering developers to get more done, in less time, with les
|
|
9
11
|
Shiplane doesn't care what language you use, what orchestration tool you use, or even what kind of OS you are deploying to or from. Shiplane is merely a well-traveled, sane, and easy to use path through the Docker ecosystem that gets you from having nothing to having a working system.
|
10
12
|
|
11
13
|
## What does Shiplane do for me?
|
14
|
+
|
12
15
|
### Environment Consistency
|
13
16
|
Your development compose environment already defines all your application's dependencies, so why should you need to recreate your entire environment just to deploy to production? It not only duplicates work, but increases the likelihood of differences between environments that developers are always attempting to mitigate. Shiplane helps you minimize any differences so that the transition from your local, development Docker environment is just another push of code to your CI.
|
14
17
|
|
@@ -26,6 +29,7 @@ Shiplane is actually designed to be easy to use early on in the process, scale w
|
|
26
29
|
While Shiplane is language and platform agnostic and you will be able to deploy that Python project or your Java project, it is written in Ruby at this time and therefore requires your machine to have Ruby installed. The instructions for doing so are included below. That's it. That's the only caveat. And, if you are so inclined, I would LOVE to accept PRs to help me create a Shiplane binary or otherwise remove this dependency entirely. There is an issue open [here](https://github.com/kirillian/shiplane/issues/11) to discuss this problem and potential fixes for it.
|
27
30
|
|
28
31
|
## Installation
|
32
|
+
|
29
33
|
### Installing Ruby
|
30
34
|
#### TODO
|
31
35
|
|
@@ -119,3 +123,18 @@ You can run a deployment like so:
|
|
119
123
|
```sh
|
120
124
|
bundle exec cap production deploy
|
121
125
|
```
|
126
|
+
|
127
|
+
## Becoming Involved
|
128
|
+
### Community Channels
|
129
|
+
You can join our [Discord community](https://discord.gg/drrn2YG) to ask any questions you might have or to get ahold of someone in the community who might be able to help you. There is no guarantee of service implied, but we absolutely believe in helping out our fellow developers and will do so as we are able. If you feel you know some stuff about Shiplane, feel free to hang out and please help out as well!
|
130
|
+
|
131
|
+
### Contributing
|
132
|
+
|
133
|
+
We highly encourage you to contribute to Shiplane! Check out the [Contribution Guidelines](CONTRIBUTING.md) and help make Shiplane better!
|
134
|
+
|
135
|
+
### Security Concerns
|
136
|
+
If you have a security concern with Shiplane, please follow our Security Policy guidelines to submit the issue to us.
|
137
|
+
|
138
|
+
## License
|
139
|
+
|
140
|
+
Shiplane is released under the [MIT License](LICENSE).
|
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.3
|
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-07-06 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.3
|
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.3
|
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.3
|
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.3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: dotenv
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|