luhn.gemspec in moeffju-luhn-0.1.2 vs luhn.gemspec in moeffju-luhn-0.1.3
- old
+ new
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/luhn/version', __FILE__)
Gem::Specification.new do |gem|
- gem.authors = ["Matthias Bauer"]
- gem.email = ["moeffju@moeffju.net"]
+ gem.authors = ["Matthias Bauer", "Ben Rexin"]
+ gem.email = ["moeffju@moeffju.net", "salzig@notsitz.info"]
gem.description = %q{Adds methods to Fixnum and String to generate and validate Luhn check digits, e.g. for credit card numbers, civic numbers, some account numbers etc. More info: https://en.wikipedia.org/wiki/Luhn_algorithm}
gem.summary = %q{Adds methods to Fixnum and String to generate and validate Luhn check digits}
gem.homepage = "https://github.com/moeffju/luhn"
gem.files = `git ls-files`.split($\)