cli-pomodoro 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0988afc8a2f0896ade6e9e89c16126a71353f209
4
+ data.tar.gz: f10013fed684d01caf2a8eb29c10d703d76b40f4
5
+ SHA512:
6
+ metadata.gz: 0622046ef9e57469445e9e71fba2a0bad349d252ed148d06ee093ffd5bf54da5318908e48567ef3aea85093d73b9410b02c8407b15209f450c4ee53022d13242
7
+ data.tar.gz: fd3cde6990b44cf16fa649d08a238d624db1176a5cecd6587a98496aba39f8283c3972b9c70d973e52f3cfde997547e65b7d0b912b773656b76fc2a6c6e39d89
Binary file
data/lib/pom.rb CHANGED
@@ -76,7 +76,7 @@ module Pom
76
76
  end
77
77
 
78
78
  def finish(chunk)
79
- `#{chunk.notifier} "#{chunk.message}"`
79
+ `#{chunk.notifier} "#{chunk.message}" -sender com.apple.Terminal`
80
80
  beep
81
81
  end
82
82
 
@@ -1,3 +1,3 @@
1
1
  module Pom
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
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 line app for Mountain Lion. Just install and type pom to start it up.}
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,33 +1,30 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cli-pomodoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Sean Marcia
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-03 00:00:00.000000000 Z
11
+ date: 2013-10-25 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: terminal-notifier
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
- description: Pomodoro time tracker command line app for Mountain Lion. Just install
27
+ description: Pomodoro time tracker command cine app for Mountain Lion. Just install
31
28
  and type pom to start it up.
32
29
  email:
33
30
  - sean@cs.uoregon.edu
@@ -36,6 +33,7 @@ executables:
36
33
  extensions: []
37
34
  extra_rdoc_files: []
38
35
  files:
36
+ - .DS_Store
39
37
  - .gitignore
40
38
  - Gemfile
41
39
  - LICENSE.txt
@@ -48,26 +46,26 @@ files:
48
46
  - resources/beep.m4a
49
47
  homepage: http://github.com/SeanMarcia/pom
50
48
  licenses: []
49
+ metadata: {}
51
50
  post_install_message:
52
51
  rdoc_options: []
53
52
  require_paths:
54
53
  - lib
55
54
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
55
  requirements:
58
- - - ! '>='
56
+ - - '>='
59
57
  - !ruby/object:Gem::Version
60
58
  version: '0'
61
59
  required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
60
  requirements:
64
- - - ! '>='
61
+ - - '>='
65
62
  - !ruby/object:Gem::Version
66
63
  version: '0'
67
64
  requirements: []
68
65
  rubyforge_project:
69
- rubygems_version: 1.8.25
66
+ rubygems_version: 2.0.5
70
67
  signing_key:
71
- specification_version: 3
68
+ specification_version: 4
72
69
  summary: Pomodoro App
73
70
  test_files: []
71
+ has_rdoc: