Skip to content

Commit

Permalink
Updated to the lastest version of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNeto committed May 26, 2010
1 parent d9f4112 commit d749d1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions vendor/plugins/postage/CHANGELOG
@@ -1,3 +1,6 @@
-- 1.0.2
* Defaulting to https

-- 1.0.1
* Fixed issue with Postage::Mailer ignoring recipient_override being ignored

Expand Down
2 changes: 1 addition & 1 deletion vendor/plugins/postage/README.rdoc
@@ -1,7 +1,7 @@
= Postage Plugin

Author:: {The Working Group, Inc}[http://www.twg.ca/]
Version:: 1.0.1
Version:: 1.0.2
Documentation:: http://postageapp.com/docs

== Installation
Expand Down
4 changes: 2 additions & 2 deletions vendor/plugins/postage/lib/postage.rb
Expand Up @@ -30,7 +30,7 @@
#
module Postage

PLUGIN_VERSION = '1.0.1'
PLUGIN_VERSION = '1.0.2'
API_VERSION = '1.0'

require 'postage/request'
Expand All @@ -48,7 +48,7 @@ class << self
:failed_calls_path

def url
@url ||= 'http://api.postageapp.com'
@url ||= 'https://api.postageapp.com'
end

def failed_calls
Expand Down

0 comments on commit d749d1e

Please sign in to comment.