capistrano-af83 0.4.6 → 0.4.7
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/lib/capistrano/af83/bower.rb +7 -2
- data/lib/capistrano/af83/version.rb +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: 47b1d9afd9541c3996d5d4ef22bfa7981952ef6d
|
|
4
|
+
data.tar.gz: 6165dd13c6e9752e88f12d8d9749a8b9eb24e0b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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'
|
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.
|
|
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-
|
|
12
|
+
date: 2014-03-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|