conflux 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4533ef01b7d5dc2cc743aaa716445df8de04c613
4
- data.tar.gz: ce5771a9a3bf263fb77218b04f77d82331b63e5b
3
+ metadata.gz: 3166ba01e54070ff90613d2eb5af06b7235c20d8
4
+ data.tar.gz: a3ce7e79dc3bf05f8aa069082275b2d8861e9a71
5
5
  SHA512:
6
- metadata.gz: a60d89dcf5de27b4f7d806a5e72dd32e8e163b02ff7d29280305d27f5bb02b2e856710f049c0cc745b047a553e8d8312951a18c68c442b5b2edc653af96c1910
7
- data.tar.gz: 8c97aa0bf79dbce7a395daf30a05400bb4659692d3b0f492dec62a8e24accf36cee6fa765a1b5a42c0114dbb8be9625c21d0c6e4dc196eb06a3693288b08b0a1
6
+ metadata.gz: 0afd526cf06056290471eaeb94534b24a5de73395967d2c3c0fef14d010ba1ab197fd1bf8556bf2060f8759c3e3db18c20cda3f5e5fda98f4721d7dca7a0d8bd
7
+ data.tar.gz: 90b307c77701e99ea688102bce889b32a0b545a0b6369c48ad4f41994b625fedf5a52c9e9dd788e48795e4a4e89a4134dcfbee3bdd6d0e212969c82494a2c537
@@ -111,7 +111,7 @@ module Conflux
111
111
  end
112
112
 
113
113
  def conflux_url
114
- ENV['CONFLUX_HOST'] || 'http://api.goconflux.com'
114
+ ENV['CONFLUX_HOST'] || 'https://api.goconflux.com'
115
115
  end
116
116
 
117
117
  def yaml_header
@@ -132,7 +132,7 @@ module Conflux
132
132
  end
133
133
 
134
134
  def host_url
135
- ENV['CONFLUX_HOST'] || 'http://api.goconflux.com'
135
+ ENV['CONFLUX_HOST'] || 'https://api.goconflux.com'
136
136
  end
137
137
 
138
138
  def http
@@ -1,3 +1,3 @@
1
1
  module Conflux
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conflux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Whittle
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-03 00:00:00.000000000 Z
11
+ date: 2016-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails