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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b99a24339171d0e88f8b65af0b47e98c980e6fa
4
- data.tar.gz: 5a2c393b793fa18c6dc34fa4e6f360282c9b972c
3
+ metadata.gz: cd19097047c3484a541534099dfd9b42a2bce54d
4
+ data.tar.gz: a1e044377aa3ef6909f292f8f4dcc93e5425fd90
5
5
  SHA512:
6
- metadata.gz: 3d6de0bf78b4ba35a806bd4fb5fcdf51e9ef38ab21cecd548667bfafbfe57935fac7208d36827d7b29dc4587e2ef99ab27db583e09c7872cb62132de30234571
7
- data.tar.gz: e1635c043e117f3b4cbd49438f57bf4677756bbec5a84e002c400b95dd12a7a81135a843ee0ca51d927faf76cf73993c1720ec9e606beebf5d4f08d4c1076c9c
6
+ metadata.gz: de63d835fbbc2ead64fbaf24edc15769e432db23de12a0f6dd362c98ecd0d8bf0672d797427f15c26b1402ec77174f97de3411200857bd90c507c734ba1c6693
7
+ data.tar.gz: e53ee5bdfa598186b5eae9c47d94ee9776f6a579f71b3b580f6746fba262c22faef7d9460c042844424b1c20eb1cb1cabf9a43e30852495765ca4c42ed1732c1
@@ -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
@@ -2,8 +2,9 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{obbistrano}
5
- s.version = "1.1.156"
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.156
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: []