timer.rb 0.2 → 0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +6 -6
- data/bin/{timer.rb → timer} +0 -1
- data/lib/timer/version.rb +1 -1
- metadata +10 -10
data/README.markdown
CHANGED
@@ -26,15 +26,15 @@ Or you can download the source and build it manually:
|
|
26
26
|
Usage
|
27
27
|
------
|
28
28
|
|
29
|
-
$ timer
|
29
|
+
$ timer [duration]
|
30
30
|
|
31
31
|
As in:
|
32
32
|
|
33
|
-
$ timer
|
34
|
-
$ timer
|
35
|
-
$ timer
|
36
|
-
$ timer
|
37
|
-
$ timer
|
33
|
+
$ timer 2h
|
34
|
+
$ timer 2m
|
35
|
+
$ timer 2s
|
36
|
+
$ timer 2h 3m
|
37
|
+
$ timer 0.5h
|
38
38
|
|
39
39
|
Bugs/Contact
|
40
40
|
------------
|
data/bin/{timer.rb → timer}
RENAMED
data/lib/timer/version.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: timer.rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: "0.
|
8
|
+
- 3
|
9
|
+
version: "0.3"
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Federico Builes
|
@@ -34,18 +34,18 @@ dependencies:
|
|
34
34
|
description: |+
|
35
35
|
Use:
|
36
36
|
|
37
|
-
$ timer
|
37
|
+
$ timer [duration]
|
38
38
|
|
39
39
|
As in:
|
40
40
|
|
41
|
-
$ timer
|
42
|
-
$ timer
|
43
|
-
$ timer
|
44
|
-
$ timer
|
41
|
+
$ timer 2h
|
42
|
+
$ timer 2m
|
43
|
+
$ timer 2h 3m
|
44
|
+
$ timer 0.5h
|
45
45
|
|
46
46
|
email: federico.builes@gmail.com
|
47
47
|
executables:
|
48
|
-
- timer
|
48
|
+
- timer
|
49
49
|
extensions: []
|
50
50
|
|
51
51
|
extra_rdoc_files: []
|
@@ -58,7 +58,7 @@ files:
|
|
58
58
|
- lib/timer/timer.rb
|
59
59
|
- lib/timer/version.rb
|
60
60
|
- lib/timer.rb
|
61
|
-
- bin/timer
|
61
|
+
- bin/timer
|
62
62
|
has_rdoc: false
|
63
63
|
homepage: http://github.com/febuiles/timer.rb
|
64
64
|
licenses: []
|