encrypted_cookie_store-instructure 1.1.9 → 1.1.10

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: 5938faacb558e47daa3a3feb7d83920ed6f1e010
4
- data.tar.gz: f2c99a2dc7904500b5535c4d713e4e0aff48166c
3
+ metadata.gz: 707fc73ee41eb3734a5eb759e5eb861a4234e73c
4
+ data.tar.gz: 99e187a898bc2a2026116f189a2c2b1d457a767c
5
5
  SHA512:
6
- metadata.gz: 99a6a26fe916bc5a433732c49c660f2f250c4cda2810873f1b455dbe9402d02259051c24d7fc9a17d507e2654cfca623385231fc2c16462595c4f61d92a5cfbe
7
- data.tar.gz: 3476f99cd39abc816a22968fbcec155c634737a52a5b4e97d94d1eed0342221904300aa7a1298964ee060ad178c13bcb91ff943960689b2fae994318ca3f9563
6
+ metadata.gz: 5d83fbf03b47b2b79bbe66248786270b6ec1033d6e49a40f601deddb0cc79d13e5fd5186fdca962351f4fa07f035077e11eda34394709d294f614b3081ea0f34
7
+ data.tar.gz: bd574b289e31d48116b016665c0a7198c6b5291760117bba1cd58213968900c67b0385fe0ec2fb188c29a2246470ed1287e018ae28d98f7b1ee059a80c0aedee
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{encrypted_cookie_store-instructure}
3
- s.version = "1.1.9"
3
+ s.version = "1.1.10"
4
4
 
5
5
  s.authors = ["Cody Cutrer", "Jacob Fugal", "James Williams"]
6
6
  s.date = %q{2013-12-20}
@@ -34,7 +34,7 @@ module ActionDispatch
34
34
  @encryption_key = unhex(@secret).freeze
35
35
  ensure_encryption_key_secure
36
36
 
37
- @allow_legacy_hmac = options[:@allow_legacy_hmac]
37
+ @allow_legacy_hmac = options[:allow_legacy_hmac]
38
38
 
39
39
  @data_cipher = OpenSSL::Cipher::Cipher.new(EncryptedCookieStore.data_cipher_type)
40
40
  options[:refresh_interval] ||= 5.minutes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: encrypted_cookie_store-instructure
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Cutrer
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  version: '0'
119
119
  requirements: []
120
120
  rubyforge_project:
121
- rubygems_version: 2.2.2
121
+ rubygems_version: 2.4.4
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: EncryptedCookieStore for Ruby on Rails 3.2