obbistrano 1.1.147 → 1.1.148

Sign up to get free protection for your applications and to get access to all the features.
@@ -522,8 +522,6 @@ Capistrano::Configuration.instance(:must_exist).load do
522
522
  Dir.mkdir("#{build_to}/public/stylesheets/build") rescue ""
523
523
  paths.each do |bundle_directory|
524
524
  bundle_name = bundle_directory.gsub("#{build_to}/", "").gsub("plugins/", "").gsub("/resources/public/stylesheets", "").gsub("public/stylesheets/", "")
525
- pretty_print "--> Adding Bundle: #{bundle_name}"
526
- puts_ok
527
525
  next if bundle_name.empty?
528
526
  files = recursive_file_list(bundle_directory, ".css")
529
527
  next if files.empty? || bundle_name == 'dev'
@@ -533,7 +531,7 @@ Capistrano::Configuration.instance(:must_exist).load do
533
531
  end
534
532
  target = "#{build_to}/public/stylesheets/build/#{bundle_name}_combined.css"
535
533
  File.open(target, 'w') { |f| f.write(bundle) }
536
- pretty_print "--> Created File: #{target}"
534
+ pretty_print "--> Created Bundle File: #{target}"
537
535
  puts_ok
538
536
  end
539
537
  else
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{obbistrano}
5
- s.version = "1.1.147"
5
+ s.version = "1.1.148"
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
- - 147
9
- version: 1.1.147
8
+ - 148
9
+ version: 1.1.148
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ross Riley