cli-pomodoro 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0988afc8a2f0896ade6e9e89c16126a71353f209
4
- data.tar.gz: f10013fed684d01caf2a8eb29c10d703d76b40f4
3
+ metadata.gz: 225fc80f93ef40a8126975df460c760fe32634bb
4
+ data.tar.gz: 9353f41c9279d3d37fe05030d25674a41ada2256
5
5
  SHA512:
6
- metadata.gz: 0622046ef9e57469445e9e71fba2a0bad349d252ed148d06ee093ffd5bf54da5318908e48567ef3aea85093d73b9410b02c8407b15209f450c4ee53022d13242
7
- data.tar.gz: fd3cde6990b44cf16fa649d08a238d624db1176a5cecd6587a98496aba39f8283c3972b9c70d973e52f3cfde997547e65b7d0b912b773656b76fc2a6c6e39d89
6
+ metadata.gz: c014701f1e1120341a0374f6a37ec3b8cdf42faa2ec3fda3401ad762d50a1f63c89ce2c6f5f46bdeeb8d9f5a407b08145c4a422f074b57abb8bcd5cc037fea57
7
+ data.tar.gz: dc2c1b0412222e0b1aac11e96995a193f01147fab5619dab495646faca02f8b0703fc2bcd05e6761c23292ffe4bb08085fafd9f3cca0075ddc903ed7b87232a5
data/README.md CHANGED
@@ -3,11 +3,14 @@
3
3
 
4
4
  ### *Important Note* ###
5
5
  This pomodoro gem only works on OSX 10.8.1 and later.
6
+
7
+ This gem is currently not working on OSX Mavericks due to issues with Terminal Notifier. A fix will be pushed as soon as it is.
8
+
6
9
  ### Description ###
7
10
  A simple command line tool (optimized for tmux) for mountain line for counting and maintaining your pomodoros.
8
11
 
9
12
  ### How use it ###
10
- First of all, install it...
13
+ First of all, install it:
11
14
 
12
15
  gem install cli-pomodoro
13
16
 
@@ -1,3 +1,3 @@
1
1
  module Pom
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -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 cine app for Mountain Lion. Just install and type pom to start it up.}
11
+ gem.description = %q{Pomodoro time tracker command line app for Mountain Lion and Mavericks. 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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Marcia
@@ -24,8 +24,8 @@ dependencies:
24
24
  - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: Pomodoro time tracker command cine app for Mountain Lion. Just install
28
- and type pom to start it up.
27
+ description: Pomodoro time tracker command line app for Mountain Lion and Mavericks.
28
+ Just install and type pom to start it up.
29
29
  email:
30
30
  - sean@cs.uoregon.edu
31
31
  executables:
@@ -33,7 +33,6 @@ executables:
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - .DS_Store
37
36
  - .gitignore
38
37
  - Gemfile
39
38
  - LICENSE.txt
data/.DS_Store DELETED
Binary file