easypost 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/easypost.rb +1 -1
  2. metadata +1 -1
data/lib/easypost.rb CHANGED
@@ -3,7 +3,7 @@ require 'json'
3
3
 
4
4
  module EasyPost
5
5
  @@api_key = "..."
6
- @@api_base = 'https://www.easypost.co/api/'
6
+ @@api_base = 'http://www.easypost.co/api/'
7
7
 
8
8
  def self.api_url(args={})
9
9
  raise ArgumentError unless args.keys.eql?([:type, :action])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easypost
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: