capistrano-exfel 0.0.9 → 0.0.10
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 -1
- data/capistrano-exfel.gemspec +3 -3
- data/lib/capistrano/exfel/version.rb +1 -1
- data/lib/capistrano/tasks/application.rake +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 940b676c1ff4c9f1f49fc2b0a1fcf9812d4f6880
|
|
4
|
+
data.tar.gz: a9a7290a6770b58cbfccf17d66406eec646a6b40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99e372a8ed014f5747a0a3f2de9add1bd612a382fe0e17da55f1f787df9a6cc089fa091d7f1ceb6acdc3dcc27ae8872f902dd8afe0832b749bdb7b0101ef7850
|
|
7
|
+
data.tar.gz: c219a0949e5bfa8862ec833212dc1320230651968e2d3b56d5604af1c012079ce227692b4b809ba762f1158a3fb3a6c36c9441babd159af14e8ef40abee18656
|
data/README.md
CHANGED
data/capistrano-exfel.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Capistrano::Exfel::VERSION
|
|
9
9
|
spec.authors = ['Luis Maia']
|
|
10
10
|
spec.email = ['luisgoncalo.maia@gmail.com']
|
|
11
|
-
spec.summary = 'Deploy Ruby on Rails 4 Applications in
|
|
12
|
-
spec.description = 'Deployment of Ruby on Rails 4 Applications in
|
|
13
|
-
'(Scientific Linux + Apache + RVM + Phusion Passenger) using Capistrano3'
|
|
11
|
+
spec.summary = 'Deploy Ruby on Rails 4 Applications in European-XFEL Virtual Machines'
|
|
12
|
+
spec.description = 'Deployment of Ruby on Rails 4 Applications in European-XFEL Virtual Machines ' \
|
|
13
|
+
'(Scientific Linux + Apache + RVM + Phusion Passenger) using Capistrano3 and Kerberos'
|
|
14
14
|
spec.homepage = ''
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
@@ -33,9 +33,9 @@ namespace :application do
|
|
|
33
33
|
# The consequence is that users will be logged out automatically from the Application after the upgrade.
|
|
34
34
|
# This is important to avoid errors with old validity_token in forms
|
|
35
35
|
invoke 'secrets:update_app_secret'
|
|
36
|
+
invoke 'app_home:correct_shared_permissions'
|
|
36
37
|
|
|
37
38
|
invoke :deploy
|
|
38
|
-
invoke 'app_home:correct_shared_permissions'
|
|
39
39
|
invoke 'app_home:clear_tmp_files'
|
|
40
40
|
invoke 'application:restart'
|
|
41
41
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-exfel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luis Maia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -38,8 +38,8 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description: Deployment of Ruby on Rails 4 Applications in
|
|
42
|
-
Linux + Apache + RVM + Phusion Passenger) using Capistrano3
|
|
41
|
+
description: Deployment of Ruby on Rails 4 Applications in European-XFEL Virtual Machines
|
|
42
|
+
(Scientific Linux + Apache + RVM + Phusion Passenger) using Capistrano3 and Kerberos
|
|
43
43
|
email:
|
|
44
44
|
- luisgoncalo.maia@gmail.com
|
|
45
45
|
executables: []
|
|
@@ -91,6 +91,5 @@ rubyforge_project:
|
|
|
91
91
|
rubygems_version: 2.4.3
|
|
92
92
|
signing_key:
|
|
93
93
|
specification_version: 4
|
|
94
|
-
summary: Deploy Ruby on Rails 4 Applications in
|
|
95
|
-
Apache and Passenger)
|
|
94
|
+
summary: Deploy Ruby on Rails 4 Applications in European-XFEL Virtual Machines
|
|
96
95
|
test_files: []
|