majestic-api 1.4.1 → 1.4.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bef0b400e5ecfc161a111c7459ef16bdccf346eb9f2cea4070474a0413175f59
4
- data.tar.gz: '0706385753f7434ef16d2a1eb4b39c0210c5db8418bead7b612f9391be12e18f'
3
+ metadata.gz: a3930c8f720a3073af4e3ae8cfaa4b8c7bbf2c0f532505be161fb4e6c2f1a241
4
+ data.tar.gz: 49af3d227d92e7482211e8240f7030da9241a975e3eed966d2ad85e500496b9b
5
5
  SHA512:
6
- metadata.gz: 877c69ddd75203342287776d082309ae63c4fee64c74b377357a93cd5e813c7cbab6b55f5f8b90c6768d92296e37264051304b15af770d426f9e212ff9eeb083
7
- data.tar.gz: '01833611f7a17857118d00a7120d66693abd8ca4c596f77e5a1a945f83ce97a9b5f606b940f76df5f0e8d53b8adbc2bbe6c952cf16d350c78d3d39f2f012b412'
6
+ metadata.gz: 4f1e499e7907fe6ffd48cb836f32472503b242b108015cf87ea4438affbee2e0f35bac702736cf6a38987051217bdda4c990f82cab79c972aea4bbf4a347dc6e
7
+ data.tar.gz: a89eb0bb303c1944ae0d216160ecf67469aea8e86881e0f49ef1e6f94ae1acf71ee246ad0e582a32f73fd59099075723e808cb8faf5b12f4a38735ff7db20ec6
data/.gitignore CHANGED
@@ -17,4 +17,5 @@
17
17
 
18
18
  credentials.yml
19
19
  .ruby-version
20
- .ruby-gemset.DS_Store
20
+ .ruby-gemset
21
+ .DS_Store
@@ -14,10 +14,10 @@ module Majestic
14
14
 
15
15
  def set_api_url(format = :json)
16
16
  self.api_url = case self.configuration.environment.to_sym
17
- when :sandbox then "http://developer.majestic.com/api/#{format}"
18
- when :production then "http://api.majestic.com/api/#{format}"
17
+ when :sandbox then "https://developer.majestic.com/api/#{format}"
18
+ when :production then "https://api.majestic.com/api/#{format}"
19
19
  else
20
- "http://developer.majestic.com/api/#{format}"
20
+ "https://developer.majestic.com/api/#{format}"
21
21
  end
22
22
  end
23
23
 
@@ -1,5 +1,5 @@
1
1
  module Majestic
2
2
  module Api
3
- VERSION = "1.4.1"
3
+ VERSION = "1.4.2"
4
4
  end
5
- end
5
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: majestic-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Johnsson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-16 00:00:00.000000000 Z
11
+ date: 2019-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday