wat_catcher 0.10.2 → 0.10.3

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: 7dcfd9d93bdc2c594d4f829933a31444f1df4076
4
- data.tar.gz: 119fc1e7c2b4caf401b3e9e4309e8114c894f249
3
+ metadata.gz: 4c6b408ca808437879c4be3cfc5db3be74e5faa6
4
+ data.tar.gz: cb3594950facd9df55619a50be331e19a039c986
5
5
  SHA512:
6
- metadata.gz: 56cffaa7094c941b0ac192c9fc9c3632385576b0d46925a92f0fd97669ac9ee24e65a2a763965058e524dfa8cdd0a91971fe133a12a419aebc81f3b05c107487
7
- data.tar.gz: 4d56e0271c39740c7b4455a6236ea85c89f2cf9a3e18b045da54d2f0191820bc996183968b30ce5f4fa5e2893b1a8b0cc1732c4305e550e9068ae494fbe0e446
6
+ metadata.gz: ebc7378256a3b706baa4dfcbaca0d34b28965e113c1b6e713cf68fe4970149f25edc5ce981170f952f5c4ea956bd9a488916a13e22901f3f15f1135e60ae41f9
7
+ data.tar.gz: f3c3bfd82313df69cc54531e50236fe8d8fe05e08d8ef78041a4b3f1379dbb0e4a8507d50ec2fc651eb06dd18fb5b0c711c96a87d3a8422be82fbc746511e5a5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wat_catcher (0.10.2)
4
+ wat_catcher (0.10.3)
5
5
  coffee-rails
6
6
  httpclient
7
7
  sidekiq
@@ -1,6 +1,6 @@
1
1
  module WatCatcher
2
2
  class BugsnagController < ActionController::Base
3
- skip_before_filter :verify_authenticity_token, only: :get
3
+ skip_before_filter :verify_authenticity_token, only: :get, raise: false
4
4
  include WatCatcher::CatcherOfWats
5
5
 
6
6
  def show
@@ -1,6 +1,6 @@
1
1
  module WatCatcher
2
2
  class WatsController < ActionController::Base
3
- skip_before_filter :verify_authenticity_token, only: :create
3
+ skip_before_filter :verify_authenticity_token, only: :create, raise: false
4
4
 
5
5
  include WatCatcher::CatcherOfWats
6
6
 
@@ -1,3 +1,3 @@
1
1
  module WatCatcher
2
- VERSION = "0.10.2"
2
+ VERSION = "0.10.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wat_catcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Constantine
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-06 00:00:00.000000000 Z
11
+ date: 2016-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler