jk-mil-ims-lti 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ims/lti/outcome_request.rb +1 -1
  2. metadata +1 -1
@@ -124,7 +124,7 @@ module IMS::LTI
124
124
  raise IMS::LTI::InvalidLTIConfigError, "" unless has_required_attributes?
125
125
 
126
126
  consumer = OAuth::Consumer.new(@consumer_key, @consumer_secret)
127
- token = OAuth::AccessToken.new(consumer, @consumer_key, @consumer_secret)
127
+ token = OAuth::AccessToken.new(consumer)
128
128
 
129
129
  puts "jake token.inspect #{token.inspect}"
130
130
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jk-mil-ims-lti
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: