ish_manager 0.1.8.72 → 0.1.8.73

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: 650660454c41338065b86e50f40c01d040acb692
4
- data.tar.gz: 67ffa11c3656a2e49e95c66b1b5a0a1df72df204
3
+ metadata.gz: a5a05df3a069d8849207f0734329b3141c4ff805
4
+ data.tar.gz: f1eae8c2efbdbe1c2eca0e10976c06713a82fa61
5
5
  SHA512:
6
- metadata.gz: 03327f1ed4ce7ffd45ab22d24eee1c94f739ca28bffbea9ca8c88efc0c58dada70be869b5614f28f3eb4bae214b4d7aba1c91d811d54cb81dc6d5e142d35769f
7
- data.tar.gz: e4bc5ef3f0c044b502a5162280d44fc04b616815c43018c2b038ed09b0cbadbb18a3705d2cc0bf15695548f33ab529a94e7aa2cad53e16c01de20c5153047a1f
6
+ metadata.gz: 225daa1d7563ffaf3e9411dd237c418c8e29df1dd3ebad92af187f7e8671f0b6760c62ae0fd467c46016c0a50fb0ac4bb4668d91c80085c8673f63270670c95c
7
+ data.tar.gz: cb5310a2655adbdfe1f1cb7e643f3bb2948fc74486cd372680bfdd5f78884fe750f222f3450b5b12d917899f9e5f1b778a0e822a91ec7ccd62962e8e5118e33b
@@ -1,6 +1,6 @@
1
1
  module IshManager
2
2
  class ApplicationController < ActionController::Base
3
- # protect_from_forgery :with => :null_session, :prepend => true
3
+ protect_from_forgery :with => :exception, :prepend => true
4
4
  before_action :set_current_ability
5
5
  check_authorization
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.72
4
+ version: 0.1.8.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox