timer.rb 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,15 +26,15 @@ Or you can download the source and build it manually:
26
26
  Usage
27
27
  ------
28
28
 
29
- $ timer.rb [duration]
29
+ $ timer [duration]
30
30
 
31
31
  As in:
32
32
 
33
- $ timer.rb 2h
34
- $ timer.rb 2m
35
- $ timer.rb 2s
36
- $ timer.rb 2h 3m
37
- $ timer.rb 0.5h
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
  ------------
@@ -12,4 +12,3 @@ end
12
12
 
13
13
  duration = Timer::TimeParser.parse_duration(ARGV)
14
14
  duration.nil? ? usage : Timer::Timer.new(duration)
15
-
@@ -1,3 +1,3 @@
1
1
  module Timer
2
- Version = VERSION = '0.2'
2
+ Version = VERSION = '0.3'
3
3
  end
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: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 2
9
- version: "0.2"
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.rb [duration]
37
+ $ timer [duration]
38
38
 
39
39
  As in:
40
40
 
41
- $ timer.rb 2h
42
- $ timer.rb 2m
43
- $ timer.rb 2h 3m
44
- $ timer.rb 0.5h
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.rb
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.rb
61
+ - bin/timer
62
62
  has_rdoc: false
63
63
  homepage: http://github.com/febuiles/timer.rb
64
64
  licenses: []