fulmar 2.1.0 → 2.1.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 +4 -4
- data/README.md +1 -3
- data/lib/fulmar/infrastructure/service/ssh_config_service.rb +0 -1
- data/lib/fulmar/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bae615467a0d846cf13ae3fa637b44ed0604a280
|
|
4
|
+
data.tar.gz: afdb7fdd5175e26e3ccc2e5d8c456540eeaff889
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a27dd8f03f33a54eb3d4623bbd2c6ddc3bf88af2857680bcc7e7a516c68d2e0cbf468265f547eae01f20f77914a14a0388555225d503535645466916bd19112
|
|
7
|
+
data.tar.gz: 0b78b21ef91ab9c98d8b3a1b515643d2487c622d1e70f5628a726cce403edd4ec22e207b4c921d5fba5eabba4a217a4edd7606c0a921aa5e4193ca862b6af4f7
|
data/README.md
CHANGED
|
@@ -8,12 +8,10 @@ access the current deployment configuration and simplifies especially file trans
|
|
|
8
8
|
remote shell execution.
|
|
9
9
|
|
|
10
10
|
A deployment can create a new version folder on the remote system in which you can warm up
|
|
11
|
-
the cache and
|
|
11
|
+
the cache and publish via a symlink. This avoids an inconsistent state on the production
|
|
12
12
|
machine and allows a quick revert to the old version, as long as other dependencies are
|
|
13
13
|
compatible (i.e. database).
|
|
14
14
|
|
|
15
|
-
It has (yet limited) support for MySQL / MariaDB and git.
|
|
16
|
-
|
|
17
15
|
## Warning
|
|
18
16
|
|
|
19
17
|
Version 1.10.0 of Fulmar removes some features that we (CORE4) rarely used and which
|
|
@@ -114,7 +114,6 @@ module Fulmar
|
|
|
114
114
|
|
|
115
115
|
entry = [
|
|
116
116
|
'', # Add some space between this and the second last entry
|
|
117
|
-
"# Automatically generated by fulmar for project '#{@config.project.description}'",
|
|
118
117
|
"Host #{hostname}"
|
|
119
118
|
]
|
|
120
119
|
ssh_config.keys.each { |key| entry << " #{key} #{escape_value(ssh_config[key])}" }
|
data/lib/fulmar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fulmar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonas Siegl
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-08-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|