spec/test_app/config/initializers/secret_token.rb in qtip2-jquery-rails-2.1.106 vs spec/test_app/config/initializers/secret_token.rb in qtip2-jquery-rails-2.1.107
- old
+ new
@@ -1,7 +1,10 @@
+# encoding: utf-8
# Be sure to restart your server when you modify this file.
# Your secret key for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
-TestApp::Application.config.secret_token = '413ea75e7437f3cdcc7df55af98226e2b598813d81baf12ce5c2c6054801dc5c106a0a93540f00968898b2f560176f806a9167689c399f639489be4addad53be'
+TestApp::Application.config.secret_token = '413ea75e7437f3cdcc7df55af98226e' \
+ '2b598813d81baf12ce5c2c6054801dc5c106a0a93540f00968898b2f560176f806a91676' \
+ '89c399f639489be4addad53be'