growl-atom 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/growl-atom.rb +2 -2
- metadata +2 -2
data/lib/growl-atom.rb
CHANGED
@@ -10,7 +10,7 @@ require 'rexml/document'
|
|
10
10
|
|
11
11
|
module GrowlAtom
|
12
12
|
|
13
|
-
VERSION = "0.0.
|
13
|
+
VERSION = "0.0.6"
|
14
14
|
|
15
15
|
class Error < StandardError; end
|
16
16
|
|
@@ -50,7 +50,7 @@ module GrowlAtom
|
|
50
50
|
http = Net::HTTP::Proxy(options['proxy_host'], options['proxy_port'],
|
51
51
|
options['proxy_user'], options['proxy_pass']).new(uri.host, uri.port)
|
52
52
|
|
53
|
-
req = Net::HTTP::Get.new(
|
53
|
+
req = Net::HTTP::Get.new(options['url'])
|
54
54
|
|
55
55
|
if (uri.scheme == 'https')
|
56
56
|
http.use_ssl = true
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: growl-atom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Haynes
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-12-26 00:00:00 +00:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|