webflow_cap 0.2.8 → 0.3.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 -1
- data/lib/capistrano/tasks/htaccess.rake +1 -1
- data/lib/capistrano/tasks/mysql.rake +1 -1
- data/lib/capistrano/tasks/rails.rake +2 -2
- data/lib/capistrano/templates/deploy.rb.erb +1 -1
- data/webflow_cap.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6027d20f0826d86fb67ab15b5fbe9468ac7d51f9
|
|
4
|
+
data.tar.gz: 9f0f63123e96e40212e01e46eb534e164703a015
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93dc6109ae6dd81659e77fd943ff0bb15f551f3a091977a8b39404b6e386fbf34b1aa939006d0ec57fc223a495213cf67869858250c5f2d654af3be0d7d065ea
|
|
7
|
+
data.tar.gz: faa3aa5ee72810d24a7d9e357233f0ccb5417ae1905fb3b78122507b3c3ab07ce4d6fc115f83571af409c068ab40ac6f943b926fa55ee334b5482cdc80907f3e
|
data/README.md
CHANGED
|
@@ -70,6 +70,6 @@ exec svlogd -tt ./main
|
|
|
70
70
|
end
|
|
71
71
|
end
|
|
72
72
|
|
|
73
|
-
after
|
|
74
|
-
after
|
|
73
|
+
after 'deploy:published', 'rails:setup_application_server'
|
|
74
|
+
after 'rails:setup_application_server', 'rails:setup_reverse_proxy'
|
|
75
75
|
end
|
data/webflow_cap.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
|
|
|
13
13
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
14
14
|
gem.name = "webflow_cap"
|
|
15
15
|
gem.require_paths = ["lib"]
|
|
16
|
-
gem.version = "0.
|
|
16
|
+
gem.version = "0.3.1"
|
|
17
17
|
|
|
18
18
|
# dependencies
|
|
19
19
|
gem.add_dependency 'capistrano', '~>3.2'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: webflow_cap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Aman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-03
|
|
11
|
+
date: 2016-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
86
|
version: '0'
|
|
87
87
|
requirements: []
|
|
88
88
|
rubyforge_project:
|
|
89
|
-
rubygems_version: 2.
|
|
89
|
+
rubygems_version: 2.5.1
|
|
90
90
|
signing_key:
|
|
91
91
|
specification_version: 4
|
|
92
92
|
summary: webflow_cap is used to deploy Ruby on Rails Applications
|