sequel-batches.gemspec in sequel-batches-0.2.0 vs sequel-batches.gemspec in sequel-batches-0.2.1

- old
+ new

@@ -4,15 +4,15 @@ require "sequel/extensions/batches/version" Gem::Specification.new do |spec| spec.name = "sequel-batches" spec.version = Sequel::Extensions::Batches::VERSION - spec.authors = ["fiscal-cliff"] - spec.email = ["why@not.com"] + spec.authors = ["fiscal-cliff", "umbrellio"] + spec.email = ["oss@umbrellio.biz"] spec.summary = %q{The extension mimics AR5 batches api} spec.description = %q{Allows you to split your dataset in batches} - spec.homepage = "https://github.com/fiscal-cliff" + spec.homepage = "https://github.com/umbrellio/sequel-batches" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. if spec.respond_to?(:metadata)