dailycred 0.1.26 → 0.1.27

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.
data/dailycred.gemspec CHANGED
@@ -14,5 +14,5 @@ Gem::Specification.new do |gem|
14
14
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
15
15
  gem.name = "dailycred"
16
16
  gem.require_paths = ["lib"]
17
- gem.version = "0.1.26"
17
+ gem.version = "0.1.27"
18
18
  end
@@ -56,7 +56,7 @@ module OmniAuth
56
56
  # This is the phase where the gem calls me.json, which returns information about the user
57
57
  def user
58
58
  return @duser if !@duser.nil?
59
- connection = Faraday::Connection.new options.client_options[:site], options.client_options[:ssl]
59
+ connection = Faraday::Connection.new options.client_options[:site], :ssl => options.client_options[:ssl]
60
60
  response = connection.get("/graph/me.json?access_token=#{access_token.token}")
61
61
  json = JSON.parse(response.body)
62
62
  # pp json
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dailycred
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.26
4
+ version: 0.1.27
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: