obbistrano 1.1.155 → 1.1.156

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: 6f96f2afa4467d656c6a4a81ddda067e839685fb
4
- data.tar.gz: ae5ad4b0db1c6b3899fc5baacf83a941c1adeeea
3
+ metadata.gz: 3b99a24339171d0e88f8b65af0b47e98c980e6fa
4
+ data.tar.gz: 5a2c393b793fa18c6dc34fa4e6f360282c9b972c
5
5
  SHA512:
6
- metadata.gz: af58d0b122f447e0f43588c830b412a5628ef135e725c0c03e0f883eebe952aedac810bdd6721ce5c74b85d48c72656de9228e37451af98481592203d0df9baa
7
- data.tar.gz: b10f9e1c3ecf06c1ff663d17c2eb6e0bdbfa073dde7419a2cb9f79f764b72c8048a04e22686dc94a9404de0315a9fe3250b2ed65e0cbe0e997f392485ddba5ea
6
+ metadata.gz: 3d6de0bf78b4ba35a806bd4fb5fcdf51e9ef38ab21cecd548667bfafbfe57935fac7208d36827d7b29dc4587e2ef99ab27db583e09c7872cb62132de30234571
7
+ data.tar.gz: e1635c043e117f3b4cbd49438f57bf4677756bbec5a84e002c400b95dd12a7a81135a843ee0ca51d927faf76cf73993c1720ec9e606beebf5d4f08d4c1076c9c
@@ -512,8 +512,8 @@ Capistrano::Configuration.instance(:must_exist).load do
512
512
 
513
513
  task :css, :roles => [:web] do
514
514
  paths = get_top_level_directories("#{build_to}/public/stylesheets")
515
- if defined? "#{newdeploy}" then
516
- if defined? "#{plugins}"
515
+ if defined? newdeploy then
516
+ if defined? plugins
517
517
  plugins.each do |plugin|
518
518
  pretty_print "--> Adding Plugin: #{plugin}"
519
519
  puts_ok
@@ -561,8 +561,8 @@ Capistrano::Configuration.instance(:must_exist).load do
561
561
  end
562
562
  task :js , :roles => [:web] do
563
563
  paths = get_top_level_directories("#{build_to}/public/javascripts")
564
- if defined? "#{newdeploy}" then
565
- if defined? "#{plugins}"
564
+ if defined? newdeploy then
565
+ if defined? plugins
566
566
  plugins.each do |plugin|
567
567
  pretty_print "--> Adding plugin: #{plugin}"
568
568
  puts_ok
@@ -586,7 +586,7 @@ Capistrano::Configuration.instance(:must_exist).load do
586
586
  puts_ok
587
587
  end
588
588
  else
589
- paths = paths | get_top_level_directories("#{build_to}/plugins/cms/resources/public/javascripts") if defined? "#{cms}"
589
+ paths = paths | get_top_level_directories("#{build_to}/plugins/cms/resources/public/javascripts") if defined? cms
590
590
  paths << "#{build_to}/public/javascripts/"
591
591
  Dir.mkdir("#{build_to}/public/javascripts/build") rescue ""
592
592
  paths.each do |bundle_directory|
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{obbistrano}
5
- s.version = "1.1.155"
5
+ s.version = "1.1.156"
6
6
  s.authors = ["Ross Riley", "One Black Bear"]
7
7
  s.date = Time.now
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obbistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.155
4
+ version: 1.1.156
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Riley
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-13 00:00:00.000000000 Z
12
+ date: 2013-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano