From 4aad8cb2b51472c3628a28e371f03eff3c716565 Mon Sep 17 00:00:00 2001 From: rick Date: Wed, 1 May 2013 13:06:52 -0600 Subject: [PATCH] Release 1.0.4 --- lib/model_iterator.rb | 2 +- model_iterator.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/model_iterator.rb b/lib/model_iterator.rb index 1258232..9d0a972 100644 --- a/lib/model_iterator.rb +++ b/lib/model_iterator.rb @@ -1,6 +1,6 @@ # Iterates over large models, storing state in Redis. class ModelIterator - VERSION = "1.0.3" + VERSION = "1.0.4" class MaxIterations < StandardError attr_reader :iterator diff --git a/model_iterator.gemspec b/model_iterator.gemspec index 2bcdd88..4d8df5a 100644 --- a/model_iterator.gemspec +++ b/model_iterator.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'model_iterator' - s.version = '1.0.3' + s.version = '1.0.4' s.date = '2013-05-01' s.rubyforge_project = 'model_iterator'