obbistrano 1.1.157 → 1.1.159

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd19097047c3484a541534099dfd9b42a2bce54d
4
- data.tar.gz: a1e044377aa3ef6909f292f8f4dcc93e5425fd90
3
+ metadata.gz: 390af4ac08007595555355753935caedea344d08
4
+ data.tar.gz: a631d0d0efd674aa006534b2b9f348fd31ba26c6
5
5
  SHA512:
6
- metadata.gz: de63d835fbbc2ead64fbaf24edc15769e432db23de12a0f6dd362c98ecd0d8bf0672d797427f15c26b1402ec77174f97de3411200857bd90c507c734ba1c6693
7
- data.tar.gz: e53ee5bdfa598186b5eae9c47d94ee9776f6a579f71b3b580f6746fba262c22faef7d9460c042844424b1c20eb1cb1cabf9a43e30852495765ca4c42ed1732c1
6
+ metadata.gz: af4f1971fc60b02093c5b3fe6896e33cfcfa0e676782c18772b61bf8bc28227223b14b22fda097707456bf8ff646c2a35ed2b9336547c1c48758dd5741718507
7
+ data.tar.gz: 62ae76f7e111e7b643bbf1ae1e932a317099c0ca5d7071dbb10e94dd67c20a071de06fe3c61701d89015b97e7dae2285347667da06e0e0cb3a6c73ed965aa2be
@@ -19,7 +19,6 @@ Capistrano::Configuration.instance(:must_exist).load do
19
19
  end
20
20
 
21
21
  def puts_ok
22
- if logger.level == Capistrano::Logger::IMPORTANT && !$error
23
22
  puts '✔'.green
24
23
  end
25
24
  $error = false
@@ -513,12 +512,10 @@ Capistrano::Configuration.instance(:must_exist).load do
513
512
  task :css, :roles => [:web] do
514
513
  paths = get_top_level_directories("#{build_to}/public/stylesheets")
515
514
  if defined? newdeploy then
516
- if defined? "#{plugins}"
517
- plugins.each do |plugin|
518
- pretty_print "--> Adding Plugin: #{plugin}"
519
- puts_ok
520
- paths << "#{build_to}/plugins/#{plugin}/resources/public/stylesheets"
521
- end
515
+ plugins.each do |plugin|
516
+ pretty_print "--> Adding Plugin: #{plugin}"
517
+ puts_ok
518
+ paths << "#{build_to}/plugins/#{plugin}/resources/public/stylesheets"
522
519
  end
523
520
 
524
521
  Dir.mkdir("#{build_to}/public/stylesheets/build") rescue ""
@@ -562,12 +559,10 @@ Capistrano::Configuration.instance(:must_exist).load do
562
559
  task :js , :roles => [:web] do
563
560
  paths = get_top_level_directories("#{build_to}/public/javascripts")
564
561
  if defined? newdeploy then
565
- if defined? "#{plugins}"
566
- plugins.each do |plugin|
567
- pretty_print "--> Adding plugin: #{plugin}"
568
- puts_ok
569
- paths << "#{build_to}/plugins/#{plugin}/resources/public/javascripts"
570
- end
562
+ plugins.each do |plugin|
563
+ pretty_print "--> Adding plugin: #{plugin}"
564
+ puts_ok
565
+ paths << "#{build_to}/plugins/#{plugin}/resources/public/javascripts"
571
566
  end
572
567
 
573
568
  Dir.mkdir("#{build_to}/public/javascripts/build") rescue ""
data/obbistrano.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{obbistrano}
5
- s.version = "1.1.157"
5
+ s.version = "1.1.159"
6
6
  s.authors = ["Ross Riley", "One Black Bear"]
7
7
  s.license = 'MIT'
8
8
  s.date = Time.now
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.157
4
+ version: 1.1.159
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Riley