Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed May 1, 2013
1 parent 7b6daa1 commit 4aad8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3"
VERSION = "1.0.4"

class MaxIterations < StandardError
attr_reader :iterator
Expand Down
2 changes: 1 addition & 1 deletion model_iterator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 4aad8cb

Please sign in to comment.