capobvious 0.3.pre9 → 0.3.pre10
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.
- data/lib/capobvious/recipes/assets.rb +2 -2
- data/lib/capobvious/version.rb +1 -1
- metadata +2 -2
|
@@ -13,8 +13,8 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
13
13
|
end
|
|
14
14
|
desc "Assets precompile"
|
|
15
15
|
task :precompile, :roles => :web, :except => { :no_release => true } do
|
|
16
|
-
if exists?(:turbo_sprockets_rails3) && fetch(:turbo_sprockets_rails3) && previous_release != latest_release
|
|
17
|
-
logger.info "Copying assets folder of previous release for turbo-sprockets-rails3"
|
|
16
|
+
if exists?(:turbo_sprockets_rails3) && fetch(:turbo_sprockets_rails3) && fetch(:previous_release) && previous_release != latest_release
|
|
17
|
+
logger.info "Copying assets folder of previous release for turbo-sprockets-rails3 gem"
|
|
18
18
|
run("cp -r #{previous_release}/public/assets #{latest_release}/public/")
|
|
19
19
|
end
|
|
20
20
|
t1 = Time.now
|
data/lib/capobvious/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: capobvious
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: 4
|
|
5
|
-
version: 0.3.
|
|
5
|
+
version: 0.3.pre10
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Dmitry Gruzd
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-03-
|
|
12
|
+
date: 2013-03-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|