notifier 0.1.2 → 0.1.3

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/Gemfile.lock ADDED
@@ -0,0 +1,18 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ notifier (0.1.3)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+ mocha (0.9.12)
10
+ test-unit (2.2.0)
11
+
12
+ PLATFORMS
13
+ ruby
14
+
15
+ DEPENDENCIES
16
+ mocha
17
+ notifier!
18
+ test-unit
@@ -8,7 +8,7 @@ module Notifier
8
8
 
9
9
  def notify(options)
10
10
  Thread.new do
11
- `notify-send -i #{options[:image]} #{options[:title]} \"#{options[:message]}\"`
11
+ `notify-send -i #{options[:image]} "#{options[:title]}" "#{options[:message]}"`
12
12
  end
13
13
  end
14
14
  end
@@ -2,7 +2,7 @@ module Notifier
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 2
5
+ PATCH = 3
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifier
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 1
8
- - 2
9
- version: 0.1.2
4
+ prerelease:
5
+ version: 0.1.3
10
6
  platform: ruby
11
7
  authors:
12
8
  - Nando Vieira
@@ -14,7 +10,7 @@ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2010-12-26 00:00:00 -02:00
13
+ date: 2011-04-02 00:00:00 -03:00
18
14
  default_executable:
19
15
  dependencies:
20
16
  - !ruby/object:Gem::Dependency
@@ -25,8 +21,6 @@ dependencies:
25
21
  requirements:
26
22
  - - ">="
27
23
  - !ruby/object:Gem::Version
28
- segments:
29
- - 0
30
24
  version: "0"
31
25
  type: :development
32
26
  version_requirements: *id001
@@ -38,8 +32,6 @@ dependencies:
38
32
  requirements:
39
33
  - - ">="
40
34
  - !ruby/object:Gem::Version
41
- segments:
42
- - 0
43
35
  version: "0"
44
36
  type: :development
45
37
  version_requirements: *id002
@@ -55,6 +47,7 @@ extra_rdoc_files: []
55
47
  files:
56
48
  - .gitignore
57
49
  - Gemfile
50
+ - Gemfile.lock
58
51
  - README.rdoc
59
52
  - Rakefile
60
53
  - lib/notifier.rb
@@ -84,21 +77,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
77
  requirements:
85
78
  - - ">="
86
79
  - !ruby/object:Gem::Version
87
- segments:
88
- - 0
89
80
  version: "0"
90
81
  required_rubygems_version: !ruby/object:Gem::Requirement
91
82
  none: false
92
83
  requirements:
93
84
  - - ">="
94
85
  - !ruby/object:Gem::Version
95
- segments:
96
- - 0
97
86
  version: "0"
98
87
  requirements:
99
88
  - Growl, Libnotify, OSD, KDE (Knotify and Kdialog) or Snarl
100
89
  rubyforge_project:
101
- rubygems_version: 1.3.7
90
+ rubygems_version: 1.6.0
102
91
  signing_key:
103
92
  specification_version: 3
104
93
  summary: Send system notifications on several platforms with a simple and unified API. Currently supports Growl, Libnotify, OSD, KDE (Knotify and Kdialog) and Snarl