rvm-capistrano 1.5.2 → 1.5.3

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: 70eb27363aaf2797a8fa3dc604d8ba10aaf381c2
4
- data.tar.gz: aaaa5b9afd8ba00e657973945db0009e7c5228df
3
+ metadata.gz: 2b6db40cb84e5a559d9d6611825927a7440d8a37
4
+ data.tar.gz: 34934b8b6b8dba0a9eec8c7d2f179a4362126939
5
5
  SHA512:
6
- metadata.gz: 4cadff2b14decf65bdb48d70746e56faa4dd684746a6cc8c121f42e3c3b1f1da7172b15e7aa55f941e41ebfe055af04b3bcc445083b9aba695e20bfd0edec013
7
- data.tar.gz: 4ce390557d3f996c1617f4ffedc4b01572f042998bbc451244a3cdd0b0755cd1f5d50da201f5d85b3e01a3b3aa3db65cb10b08d5f98ac551a2d0656dc0044b08
6
+ metadata.gz: b78002700a3f33ca6eeb50949eebf57a24d8eb1b014d3898fff05b1b86a9f5ccfcd17b993306e2b1428a5ed4c92220d5232b8ea0431d343d295329f90a0e99de
7
+ data.tar.gz: f70709843439da4a50bbca78ac4d8f099183462b283d097b7e62b2b204e204a999ecc061c5c081b951b1fc87980291a4c09393d55a363694fc436e03565488a4
data/History.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.5.3 / 2014-06-27
2
+
3
+ * Fix defined? check on ENV, merged #101 by @themilkman
4
+
1
5
  ### 1.5.2 / 2014-05-31
2
6
 
3
7
  * Documentation updates #96, #98
@@ -77,7 +77,7 @@ rvm_with_capistrano do
77
77
  set :rvm_ruby_string_evaluated do
78
78
  value = fetch(:rvm_ruby_string, :default)
79
79
  if value.to_sym == :local
80
- if defined? ENV['RUBY_VERSION']
80
+ unless ENV['RUBY_VERSION'].nil?
81
81
  value = ENV['RUBY_VERSION'].gsub('ruby-','')
82
82
  else
83
83
  value = ENV['GEM_HOME'].gsub(/.*\//,"")
@@ -1,5 +1,5 @@
1
1
  module RVM
2
2
  class Capistrano
3
- VERSION="1.5.2"
3
+ VERSION="1.5.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rvm-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne E. Seguin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-30 00:00:00.000000000 Z
12
+ date: 2014-06-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano