cli-pomodoro 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/lib/pom.rb +1 -1
  2. data/lib/pom/version.rb +1 -1
  3. data/pom.gemspec +1 -1
  4. 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 "$ ruby pomodoro.rb [-l INT --t TIME]"
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
@@ -1,3 +1,3 @@
1
1
  module Pom
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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 Time Tracker Command Line App For Mountain Lion}
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.1
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 Time Tracker Command Line App For Mountain Lion
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: