destination_errors 0.0.2 → 0.0.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: 2d66fe4adb847db06fa668454125871baf449259
4
- data.tar.gz: c2716294d6c40e0bff73ab780abea693d91e5231
3
+ metadata.gz: a425c468a88a14f799f7650c32dc6afa790b4f45
4
+ data.tar.gz: 7f07b07cbced15ee201fbad15bfc9a33885df374
5
5
  SHA512:
6
- metadata.gz: dc1d1609067f45d249bc414846ed02536c803f8edba8f473cab113f4ad3d4d05a0f88a1b9abdbe4a1ea8f86e12e612dda58cecaa14725a8240d0530194253ef2
7
- data.tar.gz: 3b786057769da6afa68ff1dc629d79ad1041b5538dac362b1baa16ad5c348c5f321b3a20ab6334bebfe4a8cb2d6bdc41af6cd585072f070308e02362dfd3f8e2
6
+ metadata.gz: 8267d5fe775ea84c1adf3a2d78538a38693fd64ae2ceb6abf0a4affa31abb6aae1cca279d1788db1088a98514e9111bd97bb502c40f5c9df2910e1906ab1514a
7
+ data.tar.gz: 596cbaae3b12a9c3babfd35b7f5f37be96389c0f032e520fcc5ec70783df25774b3cee39ac33c3d51606c51dcb3be6c92e85e14f5db2303f0f21c40add64ec80
@@ -81,9 +81,6 @@ module DestinationErrors
81
81
  module ClassMethods
82
82
  # Implementation hook
83
83
  def has_error_surfaces(value)
84
- if value.length == 1 && value.first.nil?
85
- warn "#{self}: error_surfaces might not be configured"
86
- end
87
84
  self.error_surfaces = value
88
85
  end
89
86
 
@@ -1,3 +1,3 @@
1
1
  module DestinationErrors
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: destination_errors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-04-08 00:00:00.000000000 Z
11
+ date: 2015-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel