omniauth-odnoklassniki 0.0.6 → 0.0.7

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: 709ad727f5fa0033dc51441a309e0ed10fc8711f
4
- data.tar.gz: 80c4f38fd045e680dcf8a1a21bbbb3dc548cdd71
3
+ metadata.gz: 74edf03343099506acc7d4e884691ae1507c1082
4
+ data.tar.gz: 8ee95593616f4ce1b75d821db7aed1962a60d5bf
5
5
  SHA512:
6
- metadata.gz: f041c9e2da38102d4d3b384ef06ae1c20dc48448f4f7577b9587975010c00d464cd8c968c6ecc11ed66baed71f56162612fb9f65ac58adbae37e2cb40511cef3
7
- data.tar.gz: e1b859e75f05565372f673e8c1704de91f1eed7c260ae25d254a3c3d1149e8d512a0672fa49fc0c37d4e27a266e8e51b1c7242e9b042a6ba16d1a4526f06100d
6
+ metadata.gz: 83badbd9484636acda37b7ad1082d5dc90b7aaef82a9730561237990eac8a8dce9b37bbda2a652302fa19126c8681913f48ccd60a737f2467c2cde6682ede64c
7
+ data.tar.gz: 7e1d2d44d8e81faeb3f244290777808c78011b698c4ffeb9ef3f1c9a0601b48db6f918f122732080f6492434e1538eaa92b21166da4da91827670a8effd5af3f
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Odnoklassniki
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -64,7 +64,7 @@ module OmniAuth
64
64
  }
65
65
  params['fields'] = options[:info_fields] if options.key?(:info_fields)
66
66
  params['sig'] = calculate_signature(params)
67
- result = access_token.get('http://api.ok.ru/fb.do', :params => params).parsed
67
+ result = access_token.get('https://api.ok.ru/fb.do', :params => params).parsed
68
68
  raise CallbackError.new(nil, :invalid_response) if result['error_code'] || result['error_msg']
69
69
  result
70
70
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-odnoklassniki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Logvinov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-03 00:00:00.000000000 Z
11
+ date: 2017-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth