timeclock 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Timeclock
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/timeclock.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Timeclock::VERSION
8
8
  s.authors = ["Lyon"]
9
9
  s.email = ["lyon@delorum.com"]
10
- s.homepage = ""
10
+ s.homepage = "http://github.com/lyondhill/timeclock"
11
11
  s.summary = %q{Timeclock is a small but useful timeclock system that allows users to push clock in and clock out. additionally you can see your daily time totals and you can also send your clock invoice to an email}
12
12
  s.description = %q{A simple console based clock in/clock out system.}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timeclock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -32,7 +32,7 @@ files:
32
32
  - templates/email.html.erb
33
33
  - timeclock.gemspec
34
34
  has_rdoc: true
35
- homepage: ''
35
+ homepage: http://github.com/lyondhill/timeclock
36
36
  licenses: []
37
37
  post_install_message:
38
38
  rdoc_options: []