obbistrano 1.1.156 → 1.1.157
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 +4 -4
- data/lib/obbistrano_tasks.rb +2 -2
- data/obbistrano.gemspec +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd19097047c3484a541534099dfd9b42a2bce54d
|
|
4
|
+
data.tar.gz: a1e044377aa3ef6909f292f8f4dcc93e5425fd90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de63d835fbbc2ead64fbaf24edc15769e432db23de12a0f6dd362c98ecd0d8bf0672d797427f15c26b1402ec77174f97de3411200857bd90c507c734ba1c6693
|
|
7
|
+
data.tar.gz: e53ee5bdfa598186b5eae9c47d94ee9776f6a579f71b3b580f6746fba262c22faef7d9460c042844424b1c20eb1cb1cabf9a43e30852495765ca4c42ed1732c1
|
data/lib/obbistrano_tasks.rb
CHANGED
|
@@ -513,7 +513,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
513
513
|
task :css, :roles => [:web] do
|
|
514
514
|
paths = get_top_level_directories("#{build_to}/public/stylesheets")
|
|
515
515
|
if defined? newdeploy then
|
|
516
|
-
if defined? plugins
|
|
516
|
+
if defined? "#{plugins}"
|
|
517
517
|
plugins.each do |plugin|
|
|
518
518
|
pretty_print "--> Adding Plugin: #{plugin}"
|
|
519
519
|
puts_ok
|
|
@@ -562,7 +562,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
562
562
|
task :js , :roles => [:web] do
|
|
563
563
|
paths = get_top_level_directories("#{build_to}/public/javascripts")
|
|
564
564
|
if defined? newdeploy then
|
|
565
|
-
if defined? plugins
|
|
565
|
+
if defined? "#{plugins}"
|
|
566
566
|
plugins.each do |plugin|
|
|
567
567
|
pretty_print "--> Adding plugin: #{plugin}"
|
|
568
568
|
puts_ok
|
data/obbistrano.gemspec
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
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.157"
|
|
6
6
|
s.authors = ["Ross Riley", "One Black Bear"]
|
|
7
|
+
s.license = 'MIT'
|
|
7
8
|
s.date = Time.now
|
|
8
9
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
9
10
|
s.require_paths = ["lib"]
|
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.
|
|
4
|
+
version: 1.1.157
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ross Riley
|
|
@@ -79,7 +79,8 @@ files:
|
|
|
79
79
|
- lib/obbistrano_tasks.rb
|
|
80
80
|
- lib/templates/apache_vhost.erb
|
|
81
81
|
homepage: http://github.com/oneblackbear/obbistrano
|
|
82
|
-
licenses:
|
|
82
|
+
licenses:
|
|
83
|
+
- MIT
|
|
83
84
|
metadata: {}
|
|
84
85
|
post_install_message:
|
|
85
86
|
rdoc_options: []
|