simple_record 1.3.0 → 1.3.1

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.
Files changed (2) hide show
  1. data/lib/simple_record.rb +3 -0
  2. metadata +2 -2
data/lib/simple_record.rb CHANGED
@@ -732,7 +732,10 @@ module SimpleRecord
732
732
  @attributes_rb.delete(name.to_s)
733
733
  end
734
734
 
735
+ end
735
736
 
737
+ def set_attribute_sdb(name, val)
738
+ @attributes[sdb_att_name(name)] = val
736
739
  end
737
740
 
738
741
  def delete_niled(to_delete)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 0
9
- version: 1.3.0
8
+ - 1
9
+ version: 1.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Reeder