dailycred 0.1.34 → 0.1.35

Sign up to get free protection for your applications and to get access to all the features.
data/dailycred.gemspec CHANGED
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
16
  gem.name = "dailycred"
17
17
  gem.require_paths = ["lib"]
18
- gem.version = "0.1.34"
18
+ gem.version = "0.1.35"
19
19
  end
@@ -15,7 +15,7 @@ module Dailycred
15
15
  # for more documentation, visit https://www.dailycred.com/api/ruby
16
16
  def dailycred
17
17
  config = Rails.configuration
18
- @dailycred ||= Dailycred.new(config.DAILYCRED_CLIENT_ID, config.DAILYCRED_SECRET_KEY, config.DAILYCRED_OPTIONS)
18
+ @dailycred ||= Dailycred::Client.new(config.DAILYCRED_CLIENT_ID, config.DAILYCRED_SECRET_KEY, config.DAILYCRED_OPTIONS)
19
19
  end
20
20
 
21
21
  # when making oauth calls, we may need to redirect to our oauth callback url
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.34
4
+ version: 0.1.35
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: