rtt 0.0.0.3 → 0.0.0.4

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.
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'echoe'
3
3
 
4
4
  # PACKAGING ============================================================
5
5
 
6
- Echoe.new('rtt', '0.0.0.3') do |p|
6
+ Echoe.new('rtt', '0.0.0.4') do |p|
7
7
  p.description = 'RTT is a tool for tracking time'
8
8
  p.url = 'http://www.marklazz.com'
9
9
  p.author = 'Marcelo Giorgi'
@@ -128,7 +128,7 @@ module Rtt
128
128
 
129
129
  def puts_usage
130
130
  puts
131
- File.open("USAGE.txt") do |file|
131
+ File.open(File.join( File.dirname(__FILE__), '..', '..', "USAGE.txt")) do |file|
132
132
  while content = file.gets
133
133
  puts content
134
134
  end
data/rtt.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rtt}
5
- s.version = "0.0.0.3"
5
+ s.version = "0.0.0.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Marcelo Giorgi"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtt
3
3
  version: !ruby/object:Gem::Version
4
- hash: 73
4
+ hash: 71
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 0
10
- - 3
11
- version: 0.0.0.3
10
+ - 4
11
+ version: 0.0.0.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Marcelo Giorgi