From 4f04646e0ed70219a13d7fe43bf859cced4c94e6 Mon Sep 17 00:00:00 2001 From: rick Date: Wed, 1 May 2013 12:18:15 -0600 Subject: [PATCH] Release 1.0.3 --- lib/model_iterator.rb | 2 +- model_iterator.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/model_iterator.rb b/lib/model_iterator.rb index b8006ed..ecbc7e1 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.2" + VERSION = "1.0.3" class MaxIterations < StandardError attr_reader :iterator diff --git a/model_iterator.gemspec b/model_iterator.gemspec index 74eb996..2bcdd88 100644 --- a/model_iterator.gemspec +++ b/model_iterator.gemspec @@ -12,8 +12,8 @@ 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.2' - s.date = '2013-03-19' + s.version = '1.0.3' + s.date = '2013-05-01' s.rubyforge_project = 'model_iterator' ## Make sure your summary is short. The description may be as long