cli-pomodoro 0.0.1 → 0.0.2
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/pom.rb +1 -1
- data/lib/pom/version.rb +1 -1
- data/pom.gemspec +1 -1
- metadata +3 -2
data/lib/pom.rb
CHANGED
|
@@ -13,7 +13,7 @@ module Pom
|
|
|
13
13
|
if options.include?('--help') || options.include?('-h')
|
|
14
14
|
puts "A simple pomodoro timer in ruby."
|
|
15
15
|
puts "Usage:"
|
|
16
|
-
puts "$
|
|
16
|
+
puts "$ pom [-l INT --t TIME]"
|
|
17
17
|
puts "INT: number of pomodoros before long break occurs"
|
|
18
18
|
puts "TIME: time (in minutes) of a single pomodoro"
|
|
19
19
|
exit
|
data/lib/pom/version.rb
CHANGED
data/pom.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Pom::VERSION
|
|
9
9
|
gem.authors = ["Sean Marcia"]
|
|
10
10
|
gem.email = ["sean@cs.uoregon.edu"]
|
|
11
|
-
gem.description = %q{Pomodoro
|
|
11
|
+
gem.description = %q{Pomodoro time tracker command cine app for Mountain Lion. Just install and type pom to start it up.}
|
|
12
12
|
gem.summary = %q{Pomodoro App}
|
|
13
13
|
gem.homepage = "http://github.com/SeanMarcia/pom"
|
|
14
14
|
gem.add_dependency("terminal-notifier")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cli-pomodoro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -27,7 +27,8 @@ dependencies:
|
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
-
description: Pomodoro
|
|
30
|
+
description: Pomodoro time tracker command cine app for Mountain Lion. Just install
|
|
31
|
+
and type pom to start it up.
|
|
31
32
|
email:
|
|
32
33
|
- sean@cs.uoregon.edu
|
|
33
34
|
executables:
|