panda_pal 3.1.3 → 3.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5cc1b48d0d1ed79bbf634604a9a62e5a5232c55
4
- data.tar.gz: b9add21b9cdc70e85eec03c17d3553a2d79967f0
3
+ metadata.gz: 5151e80c3e03b0e17390bcd3c84feda6f9a22846
4
+ data.tar.gz: a092fda80b1baf5f034785b17554068f64579bcd
5
5
  SHA512:
6
- metadata.gz: 5ffc3df6446b3e136521f703961009370ecd00cd0d436c4e37ffb38f4ef78f6b6db225180b8c509141a07d71c28c637b47a1a3fc327692cfc0917e63370e6dba
7
- data.tar.gz: 0702743d4c102e3ceb7aea0aaaa1760e4e54784c015d8c1e653af2c87107878e82e96732f69bbd626a454e0700b75e0b5f9c11a1e84197b4a245127f5d4a4f31
6
+ metadata.gz: 6daaa931198bbaf296dd57b8c98912969884c3b869a9596cbd8e8f854ccf6b61c6b87348807c38c90ff37438f5db0d187abb1b07dd43dae9ab9d2bac6a82236b
7
+ data.tar.gz: 38bcf161b7e9ab36b7b972e154d5b1b5e6c13f5a7365d751c255fbb1dbae4b74d79683492571b344e06604e7ee4077e68122b3cd4410a6434c7667ef4131f8c4
@@ -1,10 +1,4 @@
1
1
  require 'apartment/elevators/generic'
2
- # Just stencil in the routes if pandapal isn't initialized.
3
- if ENV['NO_PANDAPAL_INIT']
4
- def lti_nav(junk)
5
- end
6
- return
7
- end
8
2
  Apartment.configure do |config|
9
3
  config.excluded_models = ['PandaPal::Organization', 'PandaPal::Session']
10
4
 
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module PandaPal
2
- VERSION = "3.1.3"
2
+ VERSION = "3.1.4"
3
3
  end
data/lib/panda_pal.rb CHANGED
@@ -1,7 +1,6 @@
1
- require "panda_pal/engine" unless ENV['NO_PANDAPAL_INIT']
2
- require "panda_pal/empty_engine" if ENV['NO_PANDAPAL_INIT']
3
- require 'panda_pal/plugins' unless ENV['NO_PANDAPAL_INIT']
4
- require 'panda_pal/helpers' unless ENV['NO_PANDAPAL_INIT']
1
+ require "panda_pal/engine"
2
+ require 'panda_pal/plugins'
3
+ require 'panda_pal/helpers'
5
4
 
6
5
  module PandaPal
7
6
  class LtiNavigationInUse < StandardError;end
data/panda_pal.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
 
18
18
  s.add_dependency "rails", ">= 5.1.0"
19
19
  s.add_dependency 'pg', '>= 0.20', '< 2.0'
20
- s.add_dependency 'apartment', '~> 1.2.0'
20
+ s.add_dependency 'apartment', '~> 2.2.0'
21
21
  s.add_dependency 'ims-lti', '~> 2.1.0'
22
22
  s.add_dependency 'browser', '2.5.0'
23
23
  s.add_dependency 'attr_encrypted', '~> 3.0.0'
Binary file
Binary file