obbistrano 1.1.143 → 1.1.144

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.
@@ -511,7 +511,7 @@ Capistrano::Configuration.instance(:must_exist).load do
511
511
  if defined? "#{newdeploy}" then
512
512
  if defined? "#{plugins}"
513
513
  plugins.each do |plugin|
514
- pretty_print "--> ...Adding Plugin: #{plugin}"
514
+ pretty_print "--> Adding Plugin: #{plugin}"
515
515
  puts_ok
516
516
  paths << "#{build_to}/plugins/#{plugin}/resources/public/stylesheets"
517
517
  end
@@ -520,7 +520,7 @@ Capistrano::Configuration.instance(:must_exist).load do
520
520
  Dir.mkdir("#{build_to}/public/stylesheets/build") rescue ""
521
521
  paths.each do |bundle_directory|
522
522
  bundle_name = bundle_directory.gsub("#{build_to}/", "").gsub("plugins/", "").gsub("/resources/public/stylesheets", "").gsub("public/stylesheets/", "")
523
- pretty_print "--> ...Adding Bundle: #{bundle_name}"
523
+ pretty_print "--> Adding Bundle: #{bundle_name}"
524
524
  puts_ok
525
525
  next if bundle_name.empty?
526
526
  files = recursive_file_list(bundle_directory, ".css")
@@ -560,7 +560,7 @@ Capistrano::Configuration.instance(:must_exist).load do
560
560
  if defined? "#{newdeploy}" then
561
561
  if defined? "#{plugins}"
562
562
  plugins.each do |plugin|
563
- pretty_print "--> ...Adding plugin: #{plugin}"
563
+ pretty_print "--> Adding plugin: #{plugin}"
564
564
  puts_ok
565
565
  paths << "#{build_to}/plugins/#{plugin}/resources/public/javascripts"
566
566
  end
@@ -569,7 +569,7 @@ Capistrano::Configuration.instance(:must_exist).load do
569
569
  Dir.mkdir("#{build_to}/public/javascripts/build") rescue ""
570
570
  paths.each do |bundle_directory|
571
571
  bundle_name = bundle_directory.gsub("#{build_to}/", "").gsub("plugins/", "").gsub("/resources/public/javascripts", "").gsub("public/javascripts/", "")
572
- pretty_print "--> ...Adding Bundle: #{bundle_name}"
572
+ pretty_print "--> Adding Bundle: #{bundle_name}"
573
573
  puts_ok
574
574
  next if bundle_name.empty?
575
575
  files = recursive_file_list(bundle_directory, ".js")
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.143"
5
+ s.version = "1.1.144"
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
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 143
9
- version: 1.1.143
8
+ - 144
9
+ version: 1.1.144
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ross Riley