pomo 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -1,7 +1,10 @@
1
1
  language: ruby
2
2
  rvm:
3
- - ruby-head
3
+ - 2.0.0
4
4
  - 1.9.3
5
5
  - 1.9.2
6
6
  - 1.8.7
7
7
  - ree
8
+ matrix:
9
+ allow_failures:
10
+ - rvm: 2.0.0
data/CHANGELOG.md CHANGED
@@ -1,8 +1,16 @@
1
1
  CHANGELOG
2
- =========
2
+ =========
3
3
 
4
- 2.1.0 / 2013-01-17
5
- ==================
4
+ 2.1.1 / 2013-01-19
5
+ ==================
6
+
7
+ * [@cgardner](https://github.com/cgardner) fixed `QuicksilverNotifier`.
8
+
9
+ View [the full changelog][2.1.1].
10
+ [2.1.1]: https://github.com/visionmedia/pomo/compare/v2.1.0...v2.1.1
11
+
12
+ 2.1.0 / 2013-01-17
13
+ ==================
6
14
 
7
15
  * Added `pomo initconfig` to set up global preferences. Preferences
8
16
  can be overridden on the command-line (e.g. `pomo start --notifier
data/lib/pomo/notifier.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require 'pomo/notifier/growl_notifier'
2
2
  require 'pomo/notifier/libnotify_notifier'
3
3
  require 'pomo/notifier/notification_center_notifier'
4
+ require 'pomo/notifier/quicksilver_notifier'
4
5
 
5
6
  module Pomo
6
7
  class Notifier
data/lib/pomo/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Pomo
3
- VERSION = '2.1.0'
3
+ VERSION = '2.1.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pomo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-18 00:00:00.000000000 Z
13
+ date: 2013-01-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: commander
@@ -211,7 +211,7 @@ rubyforge_project: pomo
211
211
  rubygems_version: 1.8.23
212
212
  signing_key:
213
213
  specification_version: 3
214
- summary: pomo-2.1.0
214
+ summary: pomo-2.1.1
215
215
  test_files:
216
216
  - features/configuration.feature
217
217
  - features/manage_list.feature