gmailer 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGES +3 -0
  2. data/gmailer.rb +2 -2
  3. metadata +4 -3
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.1.2 - 17-Jul-2006
2
+ - fix connection problem with ruby 1.8.4+
3
+
1
4
  == 0.1.1 - 31-Mar-2006
2
5
  - fix connection problem with ruby 1.8.3+
3
6
  - fix invite related bug
data/gmailer.rb CHANGED
@@ -52,7 +52,7 @@ GM_ACT_DELSPAM = 20 # delete spam, forever
52
52
  GM_ACT_DELTRASH = 21 # delete trash message, forever
53
53
 
54
54
  module GMailer
55
- VERSION = "0.1.1"
55
+ VERSION = "0.1.2"
56
56
  attr_accessor :connection
57
57
 
58
58
  # the main class.
@@ -186,7 +186,7 @@ module GMailer
186
186
  result = response.body
187
187
  }
188
188
 
189
- @loc = response["Location"]
189
+ @loc = "http://mail.google.com/mail/"
190
190
  cookies += ';' + __cookies(response['set-cookie'])
191
191
  np = Net::HTTP::Proxy(@proxy_host,@proxy_port,@proxy_user,@proxy_pass).new(arr[2], 443)
192
192
  np.use_ssl = true
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
2
+ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: gmailer
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.1
7
- date: 2006-03-31 00:00:00 +09:00
6
+ version: 0.1.2
7
+ date: 2006-07-17 00:00:00 +09:00
8
8
  summary: An class interface of the Google's webmail service
9
9
  require_paths:
10
10
  - ""
@@ -25,6 +25,7 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
25
25
  platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
+ post_install_message:
28
29
  authors:
29
30
  - Park Heesob
30
31
  files: