dotime 0.0.9 → 0.1.0

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 (4) hide show
  1. data/History.txt +3 -0
  2. data/bin/dotime +2 -1
  3. data/lib/do_time.rb +1 -2
  4. metadata +1 -1
@@ -1,3 +1,6 @@
1
+ == 0.0.9 / 2007-04-21
2
+ * Upgrading for compatibility with rubygems 0.9.2
3
+
1
4
  == 0.0.9 / 2007-04-21
2
5
  * Requiring 'optparse' in dotime bin file (Bug appeared after switch to ubuntu)
3
6
 
data/bin/dotime CHANGED
@@ -1,5 +1,6 @@
1
1
  #:mode=ruby:
2
2
  require 'optparse'
3
+ require 'do_time'
3
4
 
4
5
  OPTIONS = {
5
6
  :login => nil,
@@ -50,4 +51,4 @@ unless OPTIONS[:login] && OPTIONS[:password] && OPTIONS[:url]
50
51
  puts ARGV.options; exit
51
52
  else
52
53
  DoTime.new([OPTIONS[:login], OPTIONS[:password], OPTIONS[:use_ssl], OPTIONS[:url]]).run
53
- end
54
+ end
@@ -15,10 +15,9 @@ ERROR
15
15
  end
16
16
 
17
17
  require File.dirname(__FILE__) + '/basecamp'
18
- require 'optparse'
19
18
 
20
19
  class DoTime
21
- VERSION = '0.0.9'
20
+ VERSION = '0.1.0'
22
21
 
23
22
  include HighLine::SystemExtensions
24
23
 
metadata CHANGED
@@ -3,7 +3,7 @@ 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.9
6
+ version: 0.1.0
7
7
  date: 2007-04-21 00:00:00 +02:00
8
8
  summary: Cheap time tracking for Basecamp todo lists
9
9
  require_paths: