hurl 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.txt +1 -1
  2. data/bin/hurl +1 -1
  3. data/lib/hurl.rb +1 -1
  4. metadata +2 -2
data/README.txt CHANGED
@@ -1,4 +1,4 @@
1
- == HURL
1
+ == HURL:
2
2
  by Justin Marney
3
3
  http://hurl.rubyforge.org
4
4
 
data/bin/hurl CHANGED
@@ -6,7 +6,7 @@ require File.expand_path(
6
6
  File.join(File.dirname(__FILE__), '..', 'lib', 'hurl'))
7
7
 
8
8
  include Hurl
9
- self.dir=(ARGV.shift)
9
+ self.dir=File.expand_path(ARGV.shift)
10
10
  using ITerm
11
11
  ["", "lib"].each do |path|
12
12
  hurls = File.join(dir, path, 'hurls.rb')
@@ -9,7 +9,7 @@ require 'hurl/terminal'
9
9
  require 'hurl/iterm'
10
10
 
11
11
  module Hurl
12
- VERSION = '0.0.3'
12
+ VERSION = '0.0.4'
13
13
 
14
14
  attr_accessor :dir
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hurl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Marney
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-31 00:00:00 -04:00
12
+ date: 2008-05-06 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency