timeclock 0.1.0 → 0.1.1
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/lib/timeclock/version.rb +1 -1
- data/timeclock.gemspec +1 -1
- metadata +2 -2
data/lib/timeclock/version.rb
CHANGED
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.
|
|
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: []
|