scripterator.gemspec in scripterator-0.1.1 vs scripterator.gemspec in scripterator-1.0.0

- old
+ new

@@ -1,10 +1,10 @@ # -*- encoding: utf-8 -*- require File.expand_path('../lib/scripterator/version', __FILE__) Gem::Specification.new do |gem| - gem.authors = ["Ted Dumitrescu"] - gem.email = ["ted@lumoslabs.com"] + gem.authors = ["Ted Dumitrescu", "Carl Furrow"] + gem.email = ["ted@lumoslabs.com", "carl@lumoslabs.com"] gem.description = %q{Script iterator for ActiveRecord models} gem.summary = %q{DSL for running operations on each of a set of models} gem.homepage = "http://lumosity.com" gem.files = `git ls-files`.split($\)