capistrano-af83 0.4.6 → 0.4.7

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: c2377e05c1f9b44829175fc1f515d675d71ab5a2
4
- data.tar.gz: 1a3810d81ee177f9b4eadd1facceeb087ed34a35
3
+ metadata.gz: 47b1d9afd9541c3996d5d4ef22bfa7981952ef6d
4
+ data.tar.gz: 6165dd13c6e9752e88f12d8d9749a8b9eb24e0b9
5
5
  SHA512:
6
- metadata.gz: d313d79e90f5278d18a3f0b85290b2f372e0caddfd5a509e7a4623b2b07dd643dd87670dfcb8109ac405c68af7e4baf79b9e7407215a8fe66656696f5674ef8a
7
- data.tar.gz: 9987a0383d895f3eb4bbf1eb6398231622ad376450cecfc1bc7f8ad7723d80a1c7915b38d150c03d0f5853e8784c663658c48a92252a331a6ae65ab8d8cf99e7
6
+ metadata.gz: dbc7619f21f19782d275f7d945bd882a4d4e9751200680b049ac8d2a6dce9566385f08d3bb8c57d9d1436f0004e9d621040e37adb4e3ed23c52718851a2b7a09
7
+ data.tar.gz: 6d7972fbb6b5b37055c49cb6cde56602bba613fb8cab0c40d701afae3eba8178a88cce05c705437c31e031d9753dd4ce8158349b850b490c4f66bcd7ec5ae07b
@@ -7,12 +7,17 @@ namespace :bower do
7
7
 
8
8
  desc "Install JS/CSS assets using bower"
9
9
  task :install do
10
- run "cd #{release_path} && bower --no-color install --production"
10
+ run "cd #{release_path} && bower --no-color install --production --config.interactive=false"
11
+ end
12
+
13
+ desc "Install JS/CSS assets using bower (updating versions if needed)"
14
+ task :update do
15
+ run "cd #{release_path} && bower --no-color update --production --config.interactive=false"
11
16
  end
12
17
 
13
18
  desc 'Force install and resolve dependencies'
14
19
  task :force_install do
15
- run "cd #{release_path} && bower --no-color install --production --force-latest"
20
+ run "cd #{release_path} && bower --no-color install --production --force-latest --config.interactive=false"
16
21
  end
17
22
 
18
23
  desc 'Cache clean'
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module AF83
3
- VERSION = "0.4.6"
3
+ VERSION = "0.4.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-af83
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Michel
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-24 00:00:00.000000000 Z
12
+ date: 2014-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano