contingency-rails 4.0.1 → 4.0.1.1

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: a4c04964d9d2a871dd763b8a51d391a49eeb2615
4
- data.tar.gz: 2fd17fb5307652e805251c99d536a3fe0f84f6aa
3
+ metadata.gz: 4b59403e0960f4af921fc91d0f27dbc8b0be00fc
4
+ data.tar.gz: ea8d804f6a022325f4711c6e36618b645a388b5b
5
5
  SHA512:
6
- metadata.gz: e43573fa7cf6c06cf0db3b010134a2c0429859c97cfd8ec92078e9fa19abf0abffeaabc16eb3ea7c3d93ee513de688ce9bf5f5806aa9e8e696c88902f59ed0ec
7
- data.tar.gz: 861932daf25553d51e442a13b7314821fb68c23bd636f88c3b61131e30556c2f3eaf638e77e4be93bea9b20ec11c57b8919b8c9fa3394595637df7f4be835f60
6
+ metadata.gz: 33f1865305375171debe04694fdaf31690ccdd11452371916db1b56fcfe57cd1119fa4224ae8bbcffce0f49877eab12a4ffc103be615133e5db4e72be4ccae53
7
+ data.tar.gz: 8740e14b7b6c8cdbf72d0015c633a0adc646650ad0e792930d6f62666466525b2f2539d892fbc5dc096b8a7bc80e70c8f81db4c663154a1a4d55cbb68eb69b1f
@@ -1,7 +1,7 @@
1
1
  module Contingency
2
2
  module Adapters
3
3
  module Rails
4
- VERSION = "4.0.1"
4
+ VERSION = "4.0.1.1"
5
5
  end
6
6
  end
7
7
  end
@@ -32,7 +32,6 @@ module Contingency
32
32
  # so it `rescue_from` in Contingency's error handler can catch it instead of Rack's.
33
33
  # Works in conjunction with a catchall route pointed at this controller action.
34
34
  def routing_error
35
- require 'pry'; binding.pry
36
35
  raise ActionController::RoutingError, "No route matches [#{env['REQUEST_METHOD']}] #{env['PATH_INFO'].inspect}"
37
36
  end
38
37
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contingency-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Keele
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-25 00:00:00.000000000 Z
11
+ date: 2013-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: contingency