time_tracker 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Readme.md CHANGED
@@ -7,7 +7,8 @@ help of a JSON file.
7
7
 
8
8
  # Installation & Running
9
9
  TimeTracker is tested with Ruby 1.9.2, simply install it by calling:
10
- gem install timetracker.rb
10
+
11
+ gem install timetracker
11
12
 
12
13
  Goto the directory where you want to create your sheets and create a config file. TimeTracker is highly configurable because of localization issues, different working times etc.
13
14
 
@@ -66,6 +67,12 @@ Goto the directory where you want to create your sheets and create a config file
66
67
  "December" : "Dezember"
67
68
  }
68
69
  }
70
+
71
+ Run the command
72
+
73
+ timetracker
74
+
75
+ Done!
69
76
 
70
77
  ## Contributions
71
- Please contribute!
78
+ Please contribute!
@@ -3,4 +3,4 @@
3
3
  require 'time_tracker'
4
4
 
5
5
  tracker = TimeTracker::Creator.new
6
- tracker.start_tracking
6
+ tracker.start_tracking
@@ -1,3 +1,3 @@
1
1
  module TimeTracker
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
data/time_tracker.gemspec CHANGED
@@ -10,9 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ["d-staar@gmx.de"]
11
11
  s.homepage = ""
12
12
  s.summary = "Create time sheets with the help of a public iCal file"
13
- s.description = "In some companies you need to track your working time with the help of excel. For that purpose you have to create sheets and put each entry into the file by hand. TimeTracker.rb
14
- simplifies this workflow by adding your working time into a public iCal feed after calling timetracker a PDF for each month wil be generated. The configuration is very easy with the
15
- help of a JSON file."
13
+ s.description = "Create time sheets wit the help of a public iCal feed"
16
14
 
17
15
  s.rubyforge_project = "time_tracker"
18
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time_tracker
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: icalendar
17
- requirement: &2156794660 !ruby/object:Gem::Requirement
17
+ requirement: &2157454060 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *2156794660
25
+ version_requirements: *2157454060
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: prawn
28
- requirement: &2156794240 !ruby/object:Gem::Requirement
28
+ requirement: &2157453640 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ! '>='
@@ -33,10 +33,10 @@ dependencies:
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
- version_requirements: *2156794240
36
+ version_requirements: *2157453640
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: json
39
- requirement: &2156793820 !ruby/object:Gem::Requirement
39
+ requirement: &2157453220 !ruby/object:Gem::Requirement
40
40
  none: false
41
41
  requirements:
42
42
  - - ! '>='
@@ -44,10 +44,10 @@ dependencies:
44
44
  version: '0'
45
45
  type: :runtime
46
46
  prerelease: false
47
- version_requirements: *2156793820
47
+ version_requirements: *2157453220
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: httpclient
50
- requirement: &2156793400 !ruby/object:Gem::Requirement
50
+ requirement: &2157452800 !ruby/object:Gem::Requirement
51
51
  none: false
52
52
  requirements:
53
53
  - - ! '>='
@@ -55,17 +55,12 @@ dependencies:
55
55
  version: '0'
56
56
  type: :runtime
57
57
  prerelease: false
58
- version_requirements: *2156793400
59
- description: ! "In some companies you need to track your working time with the help
60
- of excel. For that purpose you have to create sheets and put each entry into the
61
- file by hand. TimeTracker.rb \n \t\t\t\t\t\t\t\t simplifies this workflow by adding
62
- your working time into a public iCal feed after calling timetracker a PDF for each
63
- month wil be generated. The configuration is very easy with the\n \t\t\t\t\t\t\t\t
64
- help of a JSON file."
58
+ version_requirements: *2157452800
59
+ description: Create time sheets wit the help of a public iCal feed
65
60
  email:
66
61
  - d-staar@gmx.de
67
62
  executables:
68
- - timetracker.rb
63
+ - timetracker
69
64
  extensions: []
70
65
  extra_rdoc_files: []
71
66
  files:
@@ -75,7 +70,7 @@ files:
75
70
  - Gemfile
76
71
  - Rakefile
77
72
  - Readme.md
78
- - bin/timetracker.rb
73
+ - bin/timetracker
79
74
  - example_config.json
80
75
  - lib/time_tracker.rb
81
76
  - lib/time_tracker/version.rb