coalescing_panda 1.1.18 → 1.1.19

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: 92dd8b6cf377be068d8c4dbeacdb6f33eb1b194c
4
- data.tar.gz: 443613afad54a44781a6aeb19f8d4b83157f5a08
3
+ metadata.gz: c75e8de95fa810c06fd6d5aae148e9615407138b
4
+ data.tar.gz: 0c92d8dc721cb8c70acc9a81ff87d7912d04401b
5
5
  SHA512:
6
- metadata.gz: 1951ad12b03bea6618da8a41e470dea013dd7a9dc79647d98fb8302ffffd589285cc2539f1f3b25c95dc0b1a4ab690f917c01cb25f4b3d328f95fce51b271c3e
7
- data.tar.gz: 8509c54eaa39140e883376a0e66970c4502bd2a96712a54f6a340f4e4e78bac94592d25245b1aecd0336c9c48ab122ce8f30fb5c51277b14346e2b5a8788c159
6
+ metadata.gz: af5ae093f34d1c25d6d63aa45af92457ea5cbfad473e219746003846fea6b3fb8bc933c3ecb227a519bdf611a57e47dc50aa8d3d5804764b170d52eabb7e6ff7
7
+ data.tar.gz: cef65f5c040fd6a58e10e8f8aa5c0e72ef3d37cc74d2a5a35ea278eadfc0c00741bce577600b1e55603cde0a934f21b10908a7c1fb4bdddc538fb917926e46bc
@@ -36,7 +36,7 @@ module CoalescingPanda
36
36
  end
37
37
 
38
38
  def have_session?
39
- if params['tool_consumer_instance_guid'] && session['user_id'] != params['user_id']
39
+ if params['oauth_consumer_key'] && session['user_id'] != params['user_id']
40
40
  reset_session
41
41
  logger.info("resetting session params")
42
42
  session['user_id'] = params['user_id']
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '1.1.18'
2
+ VERSION = '1.1.19'
3
3
  end
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coalescing_panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.18
4
+ version: 1.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Mills
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-19 00:00:00.000000000 Z
11
+ date: 2015-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -269,6 +269,7 @@ executables: []
269
269
  extensions: []
270
270
  extra_rdoc_files: []
271
271
  files:
272
+ - Rakefile
272
273
  - app/assets/images/bootstrap/glyphicons-halflings-white.png
273
274
  - app/assets/images/bootstrap/glyphicons-halflings.png
274
275
  - app/assets/javascripts/bootstrap/bootstrap-datepicker.js
@@ -301,15 +302,16 @@ files:
301
302
  - db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
302
303
  - db/migrate/20140722210735_add_settings_to_coalescing_panda_lti_account.rb
303
304
  - db/migrate/20140904223159_create_coalescing_panda_sessions.rb
305
+ - lib/coalescing_panda.rb
304
306
  - lib/coalescing_panda/controller_helpers.rb
305
307
  - lib/coalescing_panda/engine.rb
306
308
  - lib/coalescing_panda/route_helpers.rb
307
309
  - lib/coalescing_panda/version.rb
308
- - lib/coalescing_panda.rb
309
310
  - lib/tasks/coalescing_panda_tasks.rake
310
- - Rakefile
311
311
  - spec/controllers/coalescing_panda/lti_controller_spec.rb
312
312
  - spec/controllers/coalescing_panda/oauth2_controller_spec.rb
313
+ - spec/dummy/README.rdoc
314
+ - spec/dummy/Rakefile
313
315
  - spec/dummy/app/assets/javascripts/application.js
314
316
  - spec/dummy/app/assets/stylesheets/application.css
315
317
  - spec/dummy/app/controllers/application_controller.rb
@@ -318,6 +320,7 @@ files:
318
320
  - spec/dummy/bin/bundle
319
321
  - spec/dummy/bin/rails
320
322
  - spec/dummy/bin/rake
323
+ - spec/dummy/config.ru
321
324
  - spec/dummy/config/application.rb
322
325
  - spec/dummy/config/boot.rb
323
326
  - spec/dummy/config/database.yml
@@ -335,15 +338,12 @@ files:
335
338
  - spec/dummy/config/initializers/wrap_parameters.rb
336
339
  - spec/dummy/config/locales/en.yml
337
340
  - spec/dummy/config/routes.rb
338
- - spec/dummy/config.ru
339
341
  - spec/dummy/db/schema.rb
340
- - spec/dummy/log/development.log
342
+ - spec/dummy/log/test.log
341
343
  - spec/dummy/public/404.html
342
344
  - spec/dummy/public/422.html
343
345
  - spec/dummy/public/500.html
344
346
  - spec/dummy/public/favicon.ico
345
- - spec/dummy/Rakefile
346
- - spec/dummy/README.rdoc
347
347
  - spec/models/coalescing_panda/canvas_api_auth_spec.rb
348
348
  - spec/spec_helper.rb
349
349
  homepage: http://www.instructure.com
@@ -365,7 +365,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
365
365
  version: '0'
366
366
  requirements: []
367
367
  rubyforge_project:
368
- rubygems_version: 2.0.0.rc.2
368
+ rubygems_version: 2.4.6
369
369
  signing_key:
370
370
  specification_version: 4
371
371
  summary: Canvas LTI and OAUTH2 mountable engine
@@ -399,7 +399,7 @@ test_files:
399
399
  - spec/dummy/config/routes.rb
400
400
  - spec/dummy/config.ru
401
401
  - spec/dummy/db/schema.rb
402
- - spec/dummy/log/development.log
402
+ - spec/dummy/log/test.log
403
403
  - spec/dummy/public/404.html
404
404
  - spec/dummy/public/422.html
405
405
  - spec/dummy/public/500.html