webflow_cap 0.2.3 → 0.2.4

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: 74f2868530b5363dab7ed43334cce69098d502af
4
- data.tar.gz: e122a0647df6f6aa6fe009fb8eb8d930595529f3
3
+ metadata.gz: 4f176eed2c6422cd52876104ba04dfdcf7280446
4
+ data.tar.gz: cf755d9ce1205dbdd9b9fc47122b14118c033ef9
5
5
  SHA512:
6
- metadata.gz: 2b50e2682615ac7da485e18743865a2818c12a5f24ba7565ecb077043ef5b117ba1df84b29f88740348a08c2fba609435bbffbab4dee811bbe0883d6829822f9
7
- data.tar.gz: 624812568eea5011dab37f02ecc5c08dae00a80d15326a4ce012ae1edfdf9447efb0997415083cbe6549361c94615be8e3f5876b1cd869bac419e859a9f096ea
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', group: :development
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
- With these capistrano files in place all you need to do is execute `bundle exec cap production deploy` to spin up your rails application.
27
+ If you have any problems please contact us @[webflow](http://www.webflow.de)
27
28
 
28
29
  ## License
29
30
 
@@ -49,4 +49,6 @@ namespace :deploy do
49
49
  execute "sv status #{fetch :runit_service_dir}"
50
50
  end
51
51
  end
52
+
53
+ after :publishing, :restart
52
54
  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.2.3"
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.3
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: 2014-12-07 00:00:00.000000000 Z
11
+ date: 2015-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano