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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28af8ae7876481f91798f4e5d7d10cc44cbd25ab
4
- data.tar.gz: ac09350b773030579515b7fe628c641d7a8d515d
3
+ metadata.gz: 940b676c1ff4c9f1f49fc2b0a1fcf9812d4f6880
4
+ data.tar.gz: a9a7290a6770b58cbfccf17d66406eec646a6b40
5
5
  SHA512:
6
- metadata.gz: e96c056a68ee1c351778b8da266528d4e2b76f19bc02853f7078caf54dea683f9ff9f5927a83a649c66acffa3ab3b519dd895c61bc8fb5f9aeab6bd116778171
7
- data.tar.gz: 924bd3aeb52e548680fc260491d518491bd9729cc92aaff043c89d6a1464fd364c193dd432c6e99477c4c607350ad9db4dea7e5fea0ba47dc595ffcd74e21acd
6
+ metadata.gz: 99e372a8ed014f5747a0a3f2de9add1bd612a382fe0e17da55f1f787df9a6cc089fa091d7f1ceb6acdc3dcc27ae8872f902dd8afe0832b749bdb7b0101ef7850
7
+ data.tar.gz: c219a0949e5bfa8862ec833212dc1320230651968e2d3b56d5604af1c012079ce227692b4b809ba762f1158a3fb3a6c36c9441babd159af14e8ef40abee18656
data/README.md CHANGED
@@ -12,7 +12,7 @@ Add these lines to your application's Gemfile:
12
12
  gem 'capistrano', '~> 3.4.0'
13
13
  gem 'capistrano-rails', '~> 1.1.2'
14
14
  gem 'capistrano-rvm', '~> 0.1.2'
15
- gem 'capistrano-exfel', '~> 0.0.9'
15
+ gem 'capistrano-exfel', '~> 0.0.10'
16
16
 
17
17
  And then execute:
18
18
 
@@ -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 EXFEL VMs (Scientific Linux using Apache and Passenger)'
12
- spec.description = 'Deployment of Ruby on Rails 4 Applications in EXFEL VMs gem ' \
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
 
@@ -1,6 +1,6 @@
1
1
  module Capistrano
2
2
  # Capistrano::Exfel version information
3
3
  module Exfel
4
- VERSION = '0.0.9'
4
+ VERSION = '0.0.10'
5
5
  end
6
6
  end
@@ -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.9
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-01 00:00:00.000000000 Z
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 EXFEL VMs gem (Scientific
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 EXFEL VMs (Scientific Linux using
95
- Apache and Passenger)
94
+ summary: Deploy Ruby on Rails 4 Applications in European-XFEL Virtual Machines
96
95
  test_files: []