postmaster 1.0.0 → 1.0.1

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.
data/README.md CHANGED
@@ -44,7 +44,7 @@ If you want to build the gem from source:
44
44
 
45
45
  ## Usage
46
46
 
47
- See https://postmaster.io/docs for tutorials and documentation.
47
+ See https://www.postmaster.io/docs for tutorials and documentation.
48
48
 
49
49
  ## Issues
50
50
 
@@ -1,3 +1,3 @@
1
1
  module Postmaster
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -6,10 +6,10 @@ spec = Gem::Specification.new do |s|
6
6
  s.name = 'postmaster'
7
7
  s.version = Postmaster::VERSION
8
8
  s.summary = 'Library for postmaster.io service'
9
- s.description = 'Postmaster takes the pain out of sending shipments via UPS, Fedex, and USPS. Save money before you ship, while you ship, and after you ship. See https://postmaster.io for details.'
9
+ s.description = 'Postmaster takes the pain out of sending shipments via UPS, Fedex, and USPS. Save money before you ship, while you ship, and after you ship. See https://www.postmaster.io for details.'
10
10
  s.authors = ['Postmaster']
11
11
  s.email = ['support@postmaster.io']
12
- s.homepage = 'https://postmaster.io'
12
+ s.homepage = 'https://www.postmaster.io'
13
13
  s.require_paths = %w{lib}
14
14
 
15
15
  s.add_dependency('rest-client', '~> 1.4')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postmaster
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Postmaster
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-02-13 00:00:00 Z
18
+ date: 2013-02-27 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rest-client
@@ -110,7 +110,7 @@ dependencies:
110
110
  version: "0"
111
111
  type: :development
112
112
  version_requirements: *id006
113
- description: Postmaster takes the pain out of sending shipments via UPS, Fedex, and USPS. Save money before you ship, while you ship, and after you ship. See https://postmaster.io for details.
113
+ description: Postmaster takes the pain out of sending shipments via UPS, Fedex, and USPS. Save money before you ship, while you ship, and after you ship. See https://www.postmaster.io for details.
114
114
  email:
115
115
  - support@postmaster.io
116
116
  executables: []
@@ -145,7 +145,7 @@ files:
145
145
  - test/test_helper.rb
146
146
  - test/test_postmaster.rb
147
147
  - test/test_shipment.rb
148
- homepage: https://postmaster.io
148
+ homepage: https://www.postmaster.io
149
149
  licenses: []
150
150
 
151
151
  post_install_message: