dotime 0.1.1 → 0.1.2
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/History.txt +3 -0
- data/lib/basecamp.rb +2 -0
- data/lib/do_time.rb +1 -1
- metadata +59 -52
data/History.txt
CHANGED
data/lib/basecamp.rb
CHANGED
data/lib/do_time.rb
CHANGED
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.
|
|
7
|
-
|
|
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
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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::
|
|
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::
|
|
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::
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
78
37
|
requirements:
|
|
79
38
|
- - ">="
|
|
80
39
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 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
|