dotime 0.1.1 → 0.1.2

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/lib/basecamp.rb +2 -0
  3. data/lib/do_time.rb +1 -1
  4. metadata +59 -52
@@ -1,3 +1,6 @@
1
+ == 0.1.2 / 2007-12-11
2
+ * Updating basecamp.rb (http://forum.37signals.com/basecamp/forums/8/topics/4372)
3
+
1
4
  == 0.1.1 / 2007-05-24
2
5
  * Updating basecamp.rb (http://forum.37signals.com/basecamp/forums/8/topics/2136)
3
6
 
@@ -450,6 +450,8 @@ class Basecamp
450
450
  when 1 then value.first
451
451
  else value
452
452
  end
453
+ when String
454
+ value
453
455
  else
454
456
  raise "can't typecast #{value.inspect}"
455
457
  end
@@ -17,7 +17,7 @@ end
17
17
  require File.dirname(__FILE__) + '/basecamp'
18
18
 
19
19
  class DoTime
20
- VERSION = '0.1.1'
20
+ VERSION = '0.1.2'
21
21
 
22
22
  include HighLine::SystemExtensions
23
23
 
metadata CHANGED
@@ -1,62 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.2
3
- specification_version: 1
4
2
  name: dotime
5
3
  version: !ruby/object:Gem::Version
6
- version: 0.1.1
7
- date: 2007-07-24 00:00:00 +02:00
8
- summary: Cheap time tracking for Basecamp todo lists
9
- require_paths:
10
- - lib
11
- email: ryand-ruby@zenspider.com
12
- homepage: " by Saimon Moore"
13
- rubyforge_project: dotime
14
- description: "This is a cheap time tracking substitute for those of us who can't afford the extra cash (or believe all basecamp projects require time tracking) for Basecamp (http://www.basecamphq.com) plans with the time tracking feature. How it works: DoTime cheats by keeping track of the time worked on a todo within the todo itself. It specifies a text format to keep track of the elapsed hours and then just updates it as necessary. == FEATURES/PROBLEMS:"
15
- autorequire: do_time
16
- default_executable: dotime
17
- bindir: bin
18
- has_rdoc: true
19
- required_ruby_version: !ruby/object:Gem::Version::Requirement
20
- requirements:
21
- - - ">"
22
- - !ruby/object:Gem::Version
23
- version: 0.0.0
24
- version:
25
- platform: ruby
26
- signing_key:
27
- cert_chain:
28
- post_install_message:
4
+ version: 0.1.2
5
+ platform: ""
29
6
  authors:
30
7
  - Saimon Moore
31
- files:
32
- - History.txt
33
- - Manifest.txt
34
- - README.txt
35
- - Rakefile
36
- - bin/dotime
37
- - lib/do_time.rb
38
- - lib/basecamp.rb
39
- - test/test_do_time.rb
40
- test_files:
41
- - test/test_do_time.rb
42
- rdoc_options:
43
- - --main
44
- - README.txt
45
- extra_rdoc_files:
46
- - History.txt
47
- - Manifest.txt
48
- - README.txt
49
- executables:
50
- - dotime
51
- extensions: []
52
-
53
- requirements: []
8
+ autorequire: do_time
9
+ bindir: bin
10
+ cert_chain: []
54
11
 
12
+ date: 2007-12-19 00:00:00 +01:00
13
+ default_executable: dotime
55
14
  dependencies:
56
15
  - !ruby/object:Gem::Dependency
57
16
  name: xml-simple
58
17
  version_requirement:
59
- version_requirements: !ruby/object:Gem::Version::Requirement
18
+ version_requirements: !ruby/object:Gem::Requirement
60
19
  requirements:
61
20
  - - ">="
62
21
  - !ruby/object:Gem::Version
@@ -65,7 +24,7 @@ dependencies:
65
24
  - !ruby/object:Gem::Dependency
66
25
  name: highline
67
26
  version_requirement:
68
- version_requirements: !ruby/object:Gem::Version::Requirement
27
+ version_requirements: !ruby/object:Gem::Requirement
69
28
  requirements:
70
29
  - - ">="
71
30
  - !ruby/object:Gem::Version
@@ -74,9 +33,57 @@ dependencies:
74
33
  - !ruby/object:Gem::Dependency
75
34
  name: hoe
76
35
  version_requirement:
77
- version_requirements: !ruby/object:Gem::Version::Requirement
36
+ version_requirements: !ruby/object:Gem::Requirement
78
37
  requirements:
79
38
  - - ">="
80
39
  - !ruby/object:Gem::Version
81
- version: 1.2.1
40
+ version: 1.3.0
82
41
  version:
42
+ description: "This is a cheap time tracking substitute for those of us who can't afford the extra cash (or believe all basecamp projects require time tracking) for Basecamp (http://www.basecamphq.com) plans with the time tracking feature. How it works: DoTime cheats by keeping track of the time worked on a todo within the todo itself. It specifies a text format to keep track of the elapsed hours and then just updates it as necessary. == FEATURES/PROBLEMS:"
43
+ email: ryand-ruby@zenspider.com
44
+ executables:
45
+ - dotime
46
+ extensions: []
47
+
48
+ extra_rdoc_files:
49
+ - History.txt
50
+ - Manifest.txt
51
+ - README.txt
52
+ files:
53
+ - History.txt
54
+ - Manifest.txt
55
+ - README.txt
56
+ - Rakefile
57
+ - bin/dotime
58
+ - lib/do_time.rb
59
+ - lib/basecamp.rb
60
+ - test/test_do_time.rb
61
+ has_rdoc: true
62
+ homepage: " by Saimon Moore"
63
+ post_install_message:
64
+ rdoc_options:
65
+ - --main
66
+ - README.txt
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: "0"
74
+ version:
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: "0"
80
+ version:
81
+ requirements: []
82
+
83
+ rubyforge_project: dotime
84
+ rubygems_version: 0.9.5
85
+ signing_key:
86
+ specification_version: 2
87
+ summary: Cheap time tracking for Basecamp todo lists
88
+ test_files:
89
+ - test/test_do_time.rb