wat_catcher 0.10.10 → 0.10.11

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
  SHA1:
3
- metadata.gz: ed6b45af97c9f15ee71d781d75cb849e58fa1ac9
4
- data.tar.gz: 429fef6173f09cf7fb79d633da51edd6238deb8b
3
+ metadata.gz: d92f3be5e1e5378aefe10be6b8113edd53c56c3f
4
+ data.tar.gz: 0c5707f0d30aeef84229f285dd429c374dc32fc5
5
5
  SHA512:
6
- metadata.gz: e11bfb2c661ad9ae4b48d25d4c14195cdcf8c137ff406151b0dd337d201d5bed852f907b37cedadd364b3c55ff4dc6c18b3691fce5b2c3329e6f9c882ce9eb04
7
- data.tar.gz: b881195b8a15a39b31237dae7b042daecc7357de4ba880219906eb164fbeb8c0f8e307b77ff3b61a0f9fb2704690dddd313899266e820785824155ebb90e0c67
6
+ metadata.gz: a23b20cb34a7dcbf7252f8916f172ab159f1ab5a846cb4ce393095f26d8d84ec7ac8abab4d3362a4c8d2c8e860332456b62ca5b30f0341312794fe401a2b4f9f
7
+ data.tar.gz: 34281b2fe2f3505c20e65ce7f768172358401a4350af72723c3e971d1d6a24f228adf8b2eea9a8188f0a957c82a9cfd6583ec71f24414454c8cf26b856a69d4e
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wat_catcher (0.10.10)
4
+ wat_catcher (0.10.11)
5
5
  coffee-rails
6
6
  httpclient
7
7
  rails (>= 4.2.0)
@@ -174,7 +174,7 @@ GEM
174
174
  activesupport (>= 4.0)
175
175
  sprockets (>= 3.0.0)
176
176
  sqlite3 (1.3.11)
177
- statsd-ruby (1.3.0)
177
+ statsd-ruby (1.4.0)
178
178
  thor (0.19.4)
179
179
  thread_safe (0.3.5)
180
180
  tzinfo (1.2.2)
@@ -196,4 +196,4 @@ DEPENDENCIES
196
196
  wat_catcher!
197
197
 
198
198
  BUNDLED WITH
199
- 1.13.6
199
+ 1.14.6
@@ -1,6 +1,6 @@
1
1
  module WatCatcher
2
2
  class BugsnagController < ActionController::Base
3
- skip_before_filter :verify_authenticity_token, only: :get, raise: false
3
+ skip_before_action :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, raise: false
3
+ skip_before_action :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.10"
2
+ VERSION = "0.10.11"
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.10
4
+ version: 0.10.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Constantine
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-07 00:00:00.000000000 Z
11
+ date: 2017-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler