fulmar 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5773cc97e0e9d8615d47d72ee31a9d9b0438e6b
4
- data.tar.gz: 9f2702193748a1561335ef13eacad2ba07acd6d6
3
+ metadata.gz: bae615467a0d846cf13ae3fa637b44ed0604a280
4
+ data.tar.gz: afdb7fdd5175e26e3ccc2e5d8c456540eeaff889
5
5
  SHA512:
6
- metadata.gz: eff45b616da762576e948fe24d2c0ebc201a8f3cea1e134c687c5e6d5d77db2ee4e5bd7a224c82720d737eaf046f6caef7b463deafa4a330f8d0554661f9ad54
7
- data.tar.gz: 0aeedda8a394b79420f082ebc3a91c2ad08ab4e20e2c9217ba32e3a0597bab662d2f243afb8ce4986690ffcfcef220e4f175edc1531e831fef60d9d5e67bafb4
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 the publish via a symlink. This avoids an inconsistent state on the production
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])}" }
@@ -1,4 +1,4 @@
1
1
  # Provides a global version number
2
2
  module Fulmar
3
- VERSION = '2.1.0'
3
+ VERSION = '2.1.1'
4
4
  end
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.0
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-07-25 00:00:00.000000000 Z
12
+ date: 2017-08-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler