rq 3.5.0 → 3.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/rq +2 -1
  2. data/gemspec.rb +1 -1
  3. metadata +1 -1
data/bin/rq CHANGED
@@ -306,7 +306,8 @@
306
306
  end
307
307
  if @dot_rq_dir.nil?
308
308
  home = ENV['HOME'] || File::expand_path('~') rescue abort("ENV['HOME'] is unset!")
309
- @dot_rq_dir = File::join home, '.rq', @qpath
309
+ parts = [home, '.rq', @qpath].compact
310
+ @dot_rq_dir = File::join(*parts)
310
311
  end
311
312
  FileUtils.mkdir_p @dot_rq_dir
312
313
  #--}}}
data/gemspec.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #! /usr/bin/env gem build
2
2
 
3
3
  lib = 'rq'
4
- version = '3.5.0'
4
+ version = '3.5.1'
5
5
 
6
6
  require 'rubygems'
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: