cli-pomodoro 0.0.5 → 0.0.6
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.
- checksums.yaml +4 -4
- data/README.md +4 -1
- data/lib/pom/version.rb +1 -1
- data/pom.gemspec +1 -1
- metadata +3 -4
- data/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 225fc80f93ef40a8126975df460c760fe32634bb
|
|
4
|
+
data.tar.gz: 9353f41c9279d3d37fe05030d25674a41ada2256
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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 time tracker command
|
|
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.
|
|
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
|
|
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
|