obbistrano 1.1.105 → 1.1.106

Sign up to get free protection for your applications and to get access to all the features.
@@ -509,9 +509,9 @@ Capistrano::Configuration.instance(:must_exist).load do
509
509
  end
510
510
  Dir.mkdir("#{build_to}/public/stylesheets/build") rescue ""
511
511
  paths.each do |bundle_directory|
512
- pretty_print "--> directory: #{bundle_directory}"
512
+ pretty_print "--> directory: #{bundle_directory}\n"
513
513
  bundle_name = bundle_directory.gsub("#{build_to}/", "").gsub("plugins/", "").gsub("/resources/public/stylesheets", "").gsub("public/stylesheets/", "")
514
- pretty_print "--> bundle name: #{bundle_name}"
514
+ pretty_print "--> bundle name: #{bundle_name}\n"
515
515
  next if bundle_name.empty?
516
516
  files = recursive_file_list(bundle_directory, ".css")
517
517
  next if files.empty? || bundle_name == 'dev'
@@ -561,7 +561,7 @@ Capistrano::Configuration.instance(:must_exist).load do
561
561
  paths.each do |bundle_directory|
562
562
  pretty_print "--> directory: #{bundle_directory}\n"
563
563
  bundle_name = bundle_directory.gsub("#{build_to}/", "").gsub("plugins/", "").gsub("/resources/public/javascripts", "").gsub("public/javascripts/", "")
564
- pretty_print "--> bundle name: #{bundle_name}"
564
+ pretty_print "--> bundle name: #{bundle_name}\n"
565
565
  next if bundle_name.empty?
566
566
  files = recursive_file_list(bundle_directory, ".js")
567
567
  next if files.empty? || bundle_name == 'dev'
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{obbistrano}
5
- s.version = "1.1.105"
5
+ s.version = "1.1.106"
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
- - 105
9
- version: 1.1.105
8
+ - 106
9
+ version: 1.1.106
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ross Riley