webflow_cap 0.2.3 → 0.2.4
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 +3 -2
- data/lib/capistrano/tasks/base.rake +2 -0
- data/webflow_cap.gemspec +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: 4f176eed2c6422cd52876104ba04dfdcf7280446
|
|
4
|
+
data.tar.gz: cf755d9ce1205dbdd9b9fc47122b14118c033ef9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90b71ce9ad6c98d6eb74330fc880990e09caf52b7a0552099a97708222b27e922487890e46c66f52c454936fd0f522c54267eac9619d26b551253792457507f4
|
|
7
|
+
data.tar.gz: e211ba5d3805e0499a218783a672ce1b00a0278609c87e5e96656354afb35fa2d69e0c6cdf29aed4e2df238b786730eff9212b3f6bb119ffd587e26d37553a8c
|
data/README.md
CHANGED
|
@@ -16,14 +16,15 @@ The application server (which defaults to [passenger standalone](https://www.phu
|
|
|
16
16
|
gem 'passenger'
|
|
17
17
|
|
|
18
18
|
group :development do
|
|
19
|
-
gem 'capistrano-rails'
|
|
19
|
+
gem 'capistrano-rails'
|
|
20
20
|
gem 'webflow_cap'
|
|
21
21
|
end
|
|
22
22
|
```
|
|
23
23
|
2. Execute `bundle install` to install these gems.
|
|
24
24
|
3. Execute `bundle exec webflow_capify` which asks you some questions and installs capistrano templates with sane defaults to your project.
|
|
25
|
+
4. With these capistrano files in place all you need to do is execute `bundle exec cap production deploy` to spin up your rails application.
|
|
25
26
|
|
|
26
|
-
|
|
27
|
+
If you have any problems please contact us @[webflow](http://www.webflow.de)
|
|
27
28
|
|
|
28
29
|
## License
|
|
29
30
|
|
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.2.
|
|
16
|
+
gem.version = "0.2.4"
|
|
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.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Aman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|