obbistrano 1.1.48 → 1.1.49
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.
- data/lib/obbistrano_tasks.rb +2 -2
- data/obbistrano.gemspec +1 -1
- metadata +3 -3
data/lib/obbistrano_tasks.rb
CHANGED
@@ -441,7 +441,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
441
441
|
target = "#{build_to}/public/stylesheets/build/#{bundle_name}_combined.css"
|
442
442
|
File.open(target, 'w') { |f| f.write(bundle) }
|
443
443
|
end
|
444
|
-
upload "#{
|
444
|
+
upload "#{build_to}/public/stylesheets/build", "#{deploy_to}/public/stylesheets/", :via => :scp, :recursive=>true
|
445
445
|
end
|
446
446
|
|
447
447
|
task :js , :roles => [:web] do
|
@@ -460,7 +460,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
460
460
|
target = "#{build_to}/public/javascripts/build/#{bundle_name}_combined.js"
|
461
461
|
File.open(target, 'w') { |f| f.write(bundle) }
|
462
462
|
end
|
463
|
-
upload "#{
|
463
|
+
upload "#{build_to}/public/javascripts/build", "#{deploy_to}/public/javascripts/", :via => :scp, :recursive=>true
|
464
464
|
|
465
465
|
end
|
466
466
|
|
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.
|
5
|
+
s.version = "1.1.49"
|
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,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: obbistrano
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 113
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 49
|
10
|
+
version: 1.1.49
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ross Riley
|