mondido 1.0.1 → 1.0.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
  SHA1:
3
- metadata.gz: 2844bcc3718fa1e1e93c9b3fc35f62c9430c2251
4
- data.tar.gz: 40c734aff3acc4c0375551efe1663d501a33ff35
3
+ metadata.gz: 6531cb7d2b53d4b5b89a9d5418fc718136513032
4
+ data.tar.gz: 331c2b12b677fe243d15ed2671b4dfa86a15b789
5
5
  SHA512:
6
- metadata.gz: f6b82c440260a10b0912c904865bf3ed64ca13431428458db56379c1d4dddd0d688b66695e307e37298f2122429ee46621d679e9e6f7b8c5d5c4f4eaa7946d6d
7
- data.tar.gz: ef7263f2b40e9c32162c87b1eb7960c7185e2400564d40e58fa9e1cfa6219b14d71f1f1dd061a1a9fad2b9fb03be8f9405d6f0bde442101d28fa375a8ddfc87e
6
+ metadata.gz: 6ce5ed3a0d41aa90325a3a32c2662c654afbb3d51e7b14c41614cdf89d331da6bc620b9f7d676ab877f082af305395221bc49417ba34732f42606dbc9723078a
7
+ data.tar.gz: 4cd409ebe5bd48b23c467bc5e00669943e9077bba4df8c15ba70e220fa0f8dd60803b9026aefaf6bdf8fb055162837bf6a88d645d7461260e3c82ff1d14d6017
@@ -1,5 +1,5 @@
1
1
  module Mondido
2
2
  class Config
3
- URI = 'http://api.mondido.com/v1'
3
+ URI = 'https://api.mondido.com/v1'
4
4
  end
5
5
  end
@@ -15,7 +15,7 @@ module Mondido
15
15
  require 'net/https'
16
16
  uri = URI.parse args[:uri]
17
17
  http = Net::HTTP.new(uri.host, uri.port)
18
- # http.use_ssl = true
18
+ http.use_ssl = true
19
19
  http_method = args[:http_method] || :get
20
20
  case http_method
21
21
  when :post
@@ -1,3 +1,3 @@
1
1
  module Mondido
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mondido
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Falkén