omniauth-steam 1.0.4 → 1.0.5

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: b086c2ff552257ccec60f7aef5d91233cde7f0b5
4
- data.tar.gz: bf1a2fb360171aba683386dc20cf45d21053e6bb
3
+ metadata.gz: 9e89fa4c842cbe29ccfea0a7a1f6ee1ddd41da89
4
+ data.tar.gz: 0694adf950ef7edae816e69e7e358b0a02d5e16f
5
5
  SHA512:
6
- metadata.gz: a7bdffb89b2a312773228b65835dd99c132d74c3646e7d44226564eaf4be4afd45d81a286d4787d7243420136acca7fe53777c615d6d646b3abb707dcec083fd
7
- data.tar.gz: 79eef58ccf55bbbca4125eed3b12ca01530f0094b83a73fc031918eaf422cf9950e5b3fe2da13fb44e133e96717f5d8b80a6d5f18db7b1c09aa2a6655509193f
6
+ metadata.gz: f07eb226f4ded08ddd8ed2389313027e7ab87041762d14682a3c623bfbe359548a9e83d55bce1ec26f77531c0411838371d997e4f190bc50b32ea948b45369d8
7
+ data.tar.gz: 273ec00f2c16b9591a0c861671f8c03fc3ab44ba1a0c49e10811c3870f086b4464a0939c40c23e46c843dec69b0ccefd1e3904c6bf540faabb9a0436758bab0d
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Steam
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
4
4
  end
5
5
  end
@@ -61,11 +61,11 @@ module OmniAuth
61
61
  end
62
62
 
63
63
  def player_profile_uri
64
- URI.parse("http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=#{options.api_key}&steamids=#{steam_id}")
64
+ URI.parse("https://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=#{options.api_key}&steamids=#{steam_id}")
65
65
  end
66
66
 
67
67
  def friend_list_url
68
- URI.parse("http://api.steampowered.com/ISteamUser/GetFriendList/v0001/?key=#{options.api_key}&steamid=#{steam_id}&relationship=friend")
68
+ URI.parse("https://api.steampowered.com/ISteamUser/GetFriendList/v0001/?key=#{options.api_key}&steamid=#{steam_id}&relationship=friend")
69
69
  end
70
70
  end
71
71
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-steam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Navarro