Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed May 1, 2013
1 parent c4fc030 commit 4f04646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/model_iterator.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions model_iterator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f04646

Please sign in to comment.