worked 0.1.0 → 0.2.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worked
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mirko Stocker
@@ -29,7 +29,7 @@ cert_chain:
29
29
  uqXC6cgFmydQfHaHeH24NZ6LBcoaacZYI/xsdm+9S18u2P+G/LAGOg==
30
30
  -----END CERTIFICATE-----
31
31
 
32
- date: 2009-02-19 00:00:00 +01:00
32
+ date: 2009-06-12 00:00:00 +02:00
33
33
  default_executable:
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
@@ -42,6 +42,16 @@ dependencies:
42
42
  - !ruby/object:Gem::Version
43
43
  version: 1.2.4
44
44
  version:
45
+ - !ruby/object:Gem::Dependency
46
+ name: gruff
47
+ type: :runtime
48
+ version_requirement:
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: 0.3.1
54
+ version:
45
55
  - !ruby/object:Gem::Dependency
46
56
  name: newgem
47
57
  type: :development
@@ -50,7 +60,7 @@ dependencies:
50
60
  requirements:
51
61
  - - ">="
52
62
  - !ruby/object:Gem::Version
53
- version: 1.2.3
63
+ version: 1.4.1
54
64
  version:
55
65
  - !ruby/object:Gem::Dependency
56
66
  name: hoe
@@ -62,7 +72,16 @@ dependencies:
62
72
  - !ruby/object:Gem::Version
63
73
  version: 1.8.0
64
74
  version:
65
- description: Worked is really the simplest time recording (or tracking, whatever term you prefer) application that does all you need and nothing more (only `date >> file` is easier). It simply takes a time or a time range and an activity and appends it to a hidden file in the current directory. The use case is, that you have '.worked' files in the root directories of your projects, and before you finish your current work period, you probably commit something and you also record your time. Right now, the times are just recorded, no report generation yet.
75
+ description: |-
76
+ Worked is really the simplest time recording (or tracking, whatever term you
77
+ prefer) application that does all you need and nothing more (only `date >> file` is easier).
78
+
79
+ It simply takes a time or a time range and an activity and appends it to a
80
+ hidden file in the current directory. The use case is, that you have '.worked'
81
+ files in the root directories of your projects, and before you finish your
82
+ current work period, you probably commit something and you also record your time.
83
+
84
+ Right now, the times are just recorded, no report generation yet.
66
85
  email:
67
86
  - me@misto.ch
68
87
  executables:
@@ -84,23 +103,31 @@ files:
84
103
  - config/website.yml
85
104
  - lib/worked.rb
86
105
  - lib/worked/cli.rb
106
+ - lib/worked/graph.rb
107
+ - lib/worked/inputgrammar.rb
87
108
  - lib/worked/inputgrammar.treetop
88
109
  - lib/worked/inputparser.rb
110
+ - lib/worked/reader.rb
89
111
  - lib/worked/recorder.rb
90
112
  - script/console
91
113
  - script/destroy
92
114
  - script/generate
93
115
  - script/txt2html
116
+ - tasks/parser_generate.rake
94
117
  - tasks/website.rake
95
118
  - test/test_grammar.rb
96
119
  - test/test_helper.rb
120
+ - test/test_reader.rb
97
121
  - test/test_worked.rb
98
122
  - test/test_worked_cli.rb
123
+ - website/index.html
99
124
  - website/javascripts/rounded_corners_lite.inc.js
100
125
  - website/stylesheets/screen.css
101
126
  - website/template.rhtml
102
127
  has_rdoc: true
103
- homepage: The easiest time recording application imagineable.
128
+ homepage: http://worked.rubyforge.org/
129
+ licenses: []
130
+
104
131
  post_install_message:
105
132
  rdoc_options:
106
133
  - --main
@@ -122,12 +149,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
149
  requirements: []
123
150
 
124
151
  rubyforge_project: worked
125
- rubygems_version: 1.3.1
152
+ rubygems_version: 1.3.3
126
153
  signing_key:
127
- specification_version: 2
154
+ specification_version: 3
128
155
  summary: Worked is really the simplest time recording (or tracking, whatever term you prefer) application that does all you need and nothing more (only `date >> file` is easier)
129
156
  test_files:
130
157
  - test/test_worked.rb
131
158
  - test/test_worked_cli.rb
132
159
  - test/test_grammar.rb
133
160
  - test/test_helper.rb
161
+ - test/test_reader.rb
metadata.gz.sig CHANGED
Binary file