cli-pomodoro 0.0.3 → 0.0.4
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/.gitignore +0 -0
- data/Gemfile +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/lib/pom.rb +0 -0
- data/lib/pom/version.rb +1 -1
- data/pom.gemspec +1 -1
- data/resources/beep.m4a +0 -0
- metadata +4 -4
data/.gitignore
CHANGED
|
File without changes
|
data/Gemfile
CHANGED
|
File without changes
|
data/LICENSE.txt
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
data/Rakefile
CHANGED
|
File without changes
|
data/lib/pom.rb
CHANGED
|
File without changes
|
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. 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")
|
data/resources/beep.m4a
CHANGED
|
File without changes
|
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.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-03-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: terminal-notifier
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
-
description: Pomodoro time tracker command
|
|
30
|
+
description: Pomodoro time tracker command line app for Mountain Lion. Just install
|
|
31
31
|
and type pom to start it up.
|
|
32
32
|
email:
|
|
33
33
|
- sean@cs.uoregon.edu
|
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
version: '0'
|
|
67
67
|
requirements: []
|
|
68
68
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 1.8.
|
|
69
|
+
rubygems_version: 1.8.25
|
|
70
70
|
signing_key:
|
|
71
71
|
specification_version: 3
|
|
72
72
|
summary: Pomodoro App
|