geocerts 0.0.24 → 0.0.25

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.24
1
+ 0.0.25
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{geocerts}
8
- s.version = "0.0.24"
8
+ s.version = "0.0.25"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["GeoCerts, Inc."]
@@ -62,9 +62,9 @@ module GeoCerts
62
62
  when @_host
63
63
  @_host
64
64
  when sandbox?
65
- 'sandbox.geocerts.com'
65
+ 'https://sandbox.geocerts.com'
66
66
  else
67
- 'www.geocerts.com'
67
+ 'https://www.geocerts.com'
68
68
  end
69
69
  end
70
70
 
@@ -21,7 +21,7 @@ module GeoCerts
21
21
 
22
22
  class API < Relax::Service # :nodoc:
23
23
 
24
- ENDPOINT = "https://:host/:version"
24
+ ENDPOINT = ":host/:version"
25
25
 
26
26
  include Endpoints::Orders
27
27
  include Endpoints::Certificates
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 24
9
- version: 0.0.24
8
+ - 25
9
+ version: 0.0.25
10
10
  platform: ruby
11
11
  authors:
12
12
  - GeoCerts, Inc.