active_null 0.0.4 → 0.0.5

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: a3494bf9c332cedeb22db3910a21b9164ce99082
4
- data.tar.gz: e1a18e65f9a6b31af45896a73b307847d70341d0
3
+ metadata.gz: a2212a536d88d13e02401600c34dcbcdcc3c292d
4
+ data.tar.gz: 93981c12a0da148bfa32ac8fdb7a674636c7804c
5
5
  SHA512:
6
- metadata.gz: ff9327d00259b3a0c21f9e3c032e77b674d5ed6740b96bcc65cba07482f95f5393d3c1dcc85a516a6a426bee5f8319e7231bdde78ba9b6187dbb5cf877634a94
7
- data.tar.gz: e6171f1aedabb49e2faf150848e855d4d984e4b8942c78e83352c0dae57598faa556522c263f26096d946ab469baecd7e7ca1a523386a4a2428c93d4df7bffad
6
+ metadata.gz: 46f3496d68590aaf3132dead19bc8f0e3e4d6eecd41a439cd8d3d164b21caad919f11c4376e95a1bfe99b72ac7eaf728838989afd42eef4b07c9d8ba3f1cef8e
7
+ data.tar.gz: b6764c7f5a437c9f9eae30b106a7b321f1853051825176b95435ed6e943921a3b0c4a66b66f50ee3551c476f458011d007b05fa0eb5d61630dd36b358d1a46da
@@ -11,7 +11,6 @@ module ActiveNull
11
11
 
12
12
  def build
13
13
  model = self.model
14
- return full_name.constantize if Object.const_defined? full_name
15
14
  null = Naught.build do |config|
16
15
  config.impersonate model
17
16
 
@@ -1,3 +1,3 @@
1
1
  module ActiveNull
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_null
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - alexpeachey