turbo_boost-commands 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of turbo_boost-commands might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a22ceacc193bb9696622238610875dae539abe150052d7d4847f1829d3befd89
4
- data.tar.gz: ab4693941239474b0050c37ad17645c0873ee8bd57f96d1aab49b94301b246d0
3
+ metadata.gz: 342917e85cc7c292f5a8291685144003787e2c7160bff7efd99201d4ccf3b79b
4
+ data.tar.gz: 1f56a0a3556b021e07cb7431a2322b1aa5b7f410f4a128009d2c78f8d2f8aa4f
5
5
  SHA512:
6
- metadata.gz: ec5f7e6dffae8eb48cca876c7c86b629e0af8aa208f7913afa0914cab88cfc6767a5deb3d5d3d3e5326c09ed8ccb06a4b7995cc9edb302bfdc88f5dfde9be1a9
7
- data.tar.gz: 31e017e150437ddceaf7d186b46d7262815908a87689a55932c02a1a2365f317f79ca7c750a4ef4d09aa2f4933b98916dbabbfc52605790bb14ce0bab2c2fdaf
6
+ metadata.gz: 28129732bad9aa2621714b0e3ea7714d2f096075f61594e7d331343ac45a2741db02a9fb849a5355e1b033038bb7a85f6c3b16bd2be7ac8f42e2b14f6ea2093e
7
+ data.tar.gz: 3b1088f768fcab89de2bdb4ebf65c3b36d4db675b42b01e0bf3bc16ec445c716f5aafa3cfc00ad8d448249bed00e5bf553cd942e0b9a13a6516a1a1d014b71e3
@@ -177,6 +177,8 @@ class TurboBoost::Commands::Runner
177
177
 
178
178
  def message_verifier
179
179
  ActiveSupport::MessageVerifier.new Rails.application.secret_key_base, digest: "SHA256", url_safe: true
180
+ rescue
181
+ ActiveSupport::MessageVerifier.new Rails.application.secret_key_base, digest: "SHA256"
180
182
  end
181
183
 
182
184
  # Same implementation as ActionController::Base but with public visibility
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TurboBoost
4
4
  module Commands
5
- VERSION = "0.0.17"
5
+ VERSION = "0.0.18"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo_boost-commands
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Hopkins (hopsoft)