stellar_base-rails 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 95b33895fa97e980c1688ed019a05033b10c3574b125f6c78c99562e89856677
4
- data.tar.gz: ef0f642960315a7ccf9729bfd698599b02674bdf8a69ec81db60a3883e89d7cb
3
+ metadata.gz: 3148ee962db068aa1a50ba957044611996c6e0462e68662d77881e3a2af71d26
4
+ data.tar.gz: 6e4dd4193b3d808549cc45240f944c74753243c93890287120a2aa51c9fd5416
5
5
  SHA512:
6
- metadata.gz: c72ce9fdee18428f5bff98cc315b4ddf88efdfe45fb4a1897cecc007d31c66fc54096dcb22ab62fd1138a178f7ec6de1f94ff2c34e667a56ad3a6b96992322a5
7
- data.tar.gz: 58605595bbc693829c372c41b6307a07b016fa12ea2bfca7479126c371207598cd69f8c415c8dd724f6846f0f805b88c70e7a87ca08b8db75800f2a430105a27
6
+ metadata.gz: ee9563139a43b42ffd370d49a1d5d77e93fc8d82451b3669ec0eea4fd92196ed567bad0bf5877345b9b1fe3255051c19793f4efead14cb7a999db7164859aef7
7
+ data.tar.gz: 8b8580584eec84ac4d87f12f5712880fa5b4e74c4f98f88712750004a2f7bc5a78f26483e873f85a62ed9b8bddebdd126ba31005dd8fa670e816ce6b6f60487d
@@ -1,6 +1,5 @@
1
1
  module StellarBase
2
2
  class ApplicationController < ActionController::Base
3
- protect_from_forgery with: :exception
4
- skip_before_action :verify_authenticity_token
3
+ protect_from_forgery with: :null_session
5
4
  end
6
5
  end
@@ -1,5 +1,7 @@
1
1
  module StellarBase
2
2
  class BridgeCallbacksController < ApplicationController
3
+ skip_before_action :verify_authenticity_token
4
+
3
5
  def create
4
6
  op = BridgeCallbacks::Operations::Process.(bridge_callback: callback_params)
5
7
 
@@ -1,3 +1,3 @@
1
1
  module StellarBase
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stellar_base-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Subido
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-02 00:00:00.000000000 Z
11
+ date: 2018-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-struct