simple_record 1.1.44 → 1.1.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -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