kinetic_cafe_error 1.0 → 1.0.1

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: d4b38a445d6682e36980b4f97aff27e7a6b0c840
4
- data.tar.gz: 520d499da38abbdf6bf2fd73bfa842205a9c167c
3
+ metadata.gz: 3564138b37ad132a842770db28222d40b7000803
4
+ data.tar.gz: cfaeda6497ded920ea5cbd9c932747686c0520d8
5
5
  SHA512:
6
- metadata.gz: ed26cb24789537f5f94e7e71587bd6220acf2f6ed04bbb8d604e6c623dbd132a4f74dc1c260445f3431128b3ed606408ae89861286c9918269591ed6c4d0c8e2
7
- data.tar.gz: d0bd5e3fd993033ab84742a62aecd482caf3f95c0933f1fd248d8dbc0e87ffd345570bdf3289c1d3af83e6cf4a2573852b55966666f945bd8d89421c91be433d
6
+ metadata.gz: fb74d547dab54155c1d367f198697fab7d2af19873868fece57f901d352ef1e21bbb59fcb6bc8a4a6064f4aede80616f94ac14d7208417d4305d82fe899a4468
7
+ data.tar.gz: 8329ea89fcaa5da65a289b8e1d7999825ad1e59eade7f43b00fcfbda4c4b95cb846b5675cddf0d7bb3c8cacd88b9e6e6ba1d16064600f9e8405f8bc9fa85fbc6
data/History.rdoc CHANGED
@@ -1,6 +1,10 @@
1
+ === 1.0.1 / 2015-05-27
2
+
3
+ * Bugfix: Mac OS X is not case-sensitive and I do not currently have Rails
4
+ tests.
5
+
1
6
  === 1.0.0 / 2015-05-27
2
7
 
3
8
  * 1 major enhancement
4
9
 
5
10
  * Birthday!
6
-
@@ -25,7 +25,7 @@ module KineticCafe #:nodoc:
25
25
  # rescue clause and handled there, as is shown in the included
26
26
  # KineticCafe::ErrorHandler controller concern for Rails.
27
27
  class Error < ::StandardError
28
- VERSION = '1.0' # :nodoc:
28
+ VERSION = '1.0.1' # :nodoc:
29
29
 
30
30
  # The HTTP status to be returned. If not provided in the constructor, uses
31
31
  # #default_status.
@@ -1,2 +1,2 @@
1
1
  require 'kinetic_cafe/error'
2
- require 'Kinetic_cafe/error_engine' if defined?(::Rails)
2
+ require 'kinetic_cafe/error_engine' if defined?(::Rails)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kinetic_cafe_error
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler