Skip to content

Commit

Permalink
Merge pull request #6 from technoweenie/two-point-oh-my
Browse files Browse the repository at this point in the history
Cut a 2.0 release
  • Loading branch information
technoweenie committed Mar 31, 2016
2 parents facba7e + 539bf9c commit d728a6b
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.4"
VERSION = "2.0.0"

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.4'
s.date = '2013-05-01'
s.version = '2.0.0'
s.date = '2016-03-31'
s.rubyforge_project = 'model_iterator'

## Make sure your summary is short. The description may be as long
Expand Down

0 comments on commit d728a6b

Please sign in to comment.