Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Mar 19, 2013
1 parent 9e2f70b commit 9a51206
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1"
VERSION = "1.0.2"

class MaxIterations < StandardError
attr_reader :iterator
Expand Down
6 changes: 4 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.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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9a51206

Please sign in to comment.