RubyGems
npm
Organizations
Log in
Sign up
RubyGems
simple_record
Versions diffs
1.3.0 → 1.3.1
simple_record 1.3.0 → 1.3.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/simple_record.rb
+3
-0
metadata
+2
-2
data/lib/simple_record.rb
CHANGED
Viewed
@@ -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
Viewed
@@ -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