dotime 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +3 -0
  2. data/bin/dotime +2 -0
  3. data/lib/do_time.rb +1 -1
  4. metadata +3 -3
@@ -1,3 +1,6 @@
1
+ == 0.0.9 / 2007-04-21
2
+ * Requiring 'optparse' in dotime bin file (Bug appeared after switch to ubuntu)
3
+
1
4
  == 0.0.8 / 2007-02-22
2
5
  * Making special key detection os independant
3
6
 
data/bin/dotime CHANGED
@@ -1,4 +1,6 @@
1
1
  #:mode=ruby:
2
+ require 'optparse'
3
+
2
4
  OPTIONS = {
3
5
  :login => nil,
4
6
  :password => nil,
@@ -18,7 +18,7 @@ require File.dirname(__FILE__) + '/basecamp'
18
18
  require 'optparse'
19
19
 
20
20
  class DoTime
21
- VERSION = '0.0.8'
21
+ VERSION = '0.0.9'
22
22
 
23
23
  include HighLine::SystemExtensions
24
24
 
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0
2
+ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: dotime
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.8
7
- date: 2007-02-22 00:00:00 +00:00
6
+ version: 0.0.9
7
+ date: 2007-04-21 00:00:00 +02:00
8
8
  summary: Cheap time tracking for Basecamp todo lists
9
9
  require_paths:
10
10
  - lib