magic_addresses 0.0.31 → 0.0.32

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: d9d81515979c6518c5caa907c2b9a2f623ff86f8
4
- data.tar.gz: 4f00e6120e6315ade4227919850d1ca9470f427a
3
+ metadata.gz: a8f5ed8ea03f84f14c31f3d8d66532419850e9d6
4
+ data.tar.gz: 58849e03242403c9de574a8a9a580a286e98a209
5
5
  SHA512:
6
- metadata.gz: 68704bb597de577c5da0b02e20f9defb5bfebca515f45d7155870d35191d54a4268090f0aa24f4df51ac7ffc8debb610faa845fe12a7c18b791aeb51c2551bf3
7
- data.tar.gz: bb50149e305455543d6917dd8f0037f964eaa789f82ecfcee8c6b6592bd890f33180f6502fe2aabcc316ee3734836f0a7eddf1f6dfa22cc3611f6b05708aae2d
6
+ metadata.gz: 5671e96c5f9d0e1ca93de276d76a969000166671984ebbd913222c7c3ec7e4bbd699c4340a2f767f05ccc7b3be142d2d707dea57eb8c4769f7aa67f5594dde6b
7
+ data.tar.gz: 782376a2c3b7ae2b899526b9695b277beb8da0a7321269f46b7f8e9ee5e9482509112f0951d78fd1175bef92e01f88753f0c9f3a3d5c3c61d2a77aff6822235e
@@ -293,7 +293,7 @@ private
293
293
 
294
294
  this = "magic_#{that}".to_sym
295
295
 
296
- self.attributes = { this => "MagicAddresses::#{that.to_s.classify}".constantize.unscoped.where( that_params ).first_or_create }# unless self.send(that)
296
+ self.attributes = { this => "MagicAddresses::#{that.to_s.classify}".constantize.unscoped.where( that_params ).first_or_create! }# unless self.send(that)
297
297
 
298
298
  dev_log "#{that} .. #{this}"
299
299
 
@@ -1,3 +1,3 @@
1
1
  module MagicAddresses
2
- VERSION = "0.0.31"
2
+ VERSION = "0.0.32"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_addresses
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-10 00:00:00.000000000 Z
11
+ date: 2015-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails