mailmanager 1.0.9 → 1.0.10

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.
@@ -112,7 +112,7 @@ EOF
112
112
  # Returns the info URL for the list
113
113
  def info_url
114
114
  result = lib.web_page_url(self)
115
- root = result['result']
115
+ root = result['return']
116
116
  root += "/" unless root[-1,1] == '/'
117
117
  "#{root}listinfo/#{name}"
118
118
  end
@@ -1,3 +1,3 @@
1
1
  module MailManager
2
- VERSION = '1.0.9'
2
+ VERSION = '1.0.10'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 9
9
- version: 1.0.9
8
+ - 10
9
+ version: 1.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Wes Morgan