obbistrano 1.1.89 → 1.1.90

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/obbistrano.rb +2 -0
  2. data/obbistrano.gemspec +1 -1
  3. metadata +2 -2
@@ -2,3 +2,5 @@ require 'colored'
2
2
  require 'fileutils'
3
3
  require 'inifile'
4
4
  require "obbistrano_tasks"
5
+
6
+ set :php_bin, "php"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{obbistrano}
5
- s.version = "1.1.89"
5
+ s.version = "1.1.90"
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
- - 89
9
- version: 1.1.89
8
+ - 90
9
+ version: 1.1.90
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ross Riley