diff --git a/VERSION.yml b/VERSION.yml index fa2ea70..b97c982 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- :major: 1 :minor: 1 -:patch: 13 +:patch: 14 diff --git a/lib/results_array.rb b/lib/results_array.rb index 5470c7f..a3d4bef 100644 --- a/lib/results_array.rb +++ b/lib/results_array.rb @@ -92,6 +92,14 @@ def each(&blk) end end + def delete(item) + @items.delete(item) + end + + def delete_at(index) + @items.delete_at(index) + end + end end diff --git a/simple_record.gemspec b/simple_record.gemspec index ea84da0..716075b 100644 --- a/simple_record.gemspec +++ b/simple_record.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{simple_record} - s.version = "1.1.13" + s.version = "1.1.14" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Travis Reeder", "RightScale"] - s.date = %q{2009-08-23} + s.date = %q{2009-09-12} s.description = %q{Drop in replacement for ActiveRecord to Amazon SimpleDB instead.} s.email = %q{travis@appoxy.com} s.extra_rdoc_files = [