diff --git a/lib/model_iterator.rb b/lib/model_iterator.rb index 53cda90..610a84a 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.1" + VERSION = "1.0.2" class MaxIterations < StandardError attr_reader :iterator diff --git a/model_iterator.gemspec b/model_iterator.gemspec index c1311a2..74eb996 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.1' - s.date = '2012-09-07' + s.version = '1.0.2' + s.date = '2013-03-19' s.rubyforge_project = 'model_iterator' ## Make sure your summary is short. The description may be as long @@ -46,6 +46,8 @@ Gem::Specification.new do |s| Rakefile lib/model_iterator.rb model_iterator.gemspec + script/bootstrap + script/test test/helper.rb test/init_test.rb test/iterate_test.rb