simple_record 1.1.44 → 1.1.45

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.
@@ -13,7 +13,7 @@ module SimpleRecord
13
13
  name = name.to_s
14
14
 
15
15
  # puts "Converting #{name} to sdb value=#{value}"
16
- puts "atts_local=" + defined_attributes_local.inspect
16
+ # puts "atts_local=" + defined_attributes_local.inspect
17
17
 
18
18
  att_meta = defined_attributes_local[name.to_sym]
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.44
4
+ version: 1.1.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder