rpack 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. data/lib/rpack.rb +1 -1
  2. metadata +2 -2
@@ -19,7 +19,7 @@ module Rpack
19
19
  # check for pattern and options
20
20
  @patterns = patterns
21
21
  @parser = parser
22
- @basedir = @parser.basedir || basedir
22
+ @basedir = File.expand_path(@parser.basedir || basedir)
23
23
  exit if !@parser.valid?
24
24
 
25
25
  if @patterns.nil? || @patterns.size<1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eustaquio 'TaQ' Rangel