real-growl 0.4.0 → 0.4.1

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.
Files changed (2) hide show
  1. data/ext/extconf.rb +1 -1
  2. metadata +6 -6
data/ext/extconf.rb CHANGED
@@ -7,7 +7,7 @@ $LDFLAGS << ' ' + "-lobjc -framework Foundation -framework Growl"
7
7
  $objs = %w(ruby_delegate.o real_growl_api.o)
8
8
 
9
9
  def growl_framework_paths
10
- ["/Library/Frameworks/Growl.framework", "#{ENV['HOME']}/Library/Growl.framework"]
10
+ ["/Library/Frameworks/Growl.framework", "#{ENV['HOME']}/Library/Frameworks/Growl.framework"]
11
11
  end
12
12
 
13
13
  if(growl_framework_paths.any? {|x| File.exists?(x)})
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: real-growl
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin DeWind
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-28 00:00:00 -04:00
18
+ date: 2010-12-29 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -41,8 +41,8 @@ homepage: http://github.com/dewind/real-growl
41
41
  licenses: []
42
42
 
43
43
  post_install_message:
44
- rdoc_options:
45
- - --charset=UTF-8
44
+ rdoc_options: []
45
+
46
46
  require_paths:
47
47
  - lib
48
48
  required_ruby_version: !ruby/object:Gem::Requirement