Sha256: 20ea6340d305052e2ba5bacf2e11456e3124c398185ed54f4143a55470d5778b
Contents?: true
Size: 678 Bytes
Versions: 2
Compression:
Stored size: 678 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/luhnar/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Thomas Sonntag"] gem.email = ["git@sonntagsbox.de"] gem.description = %q{Luhn algorithm for computing checkdigits} gem.summary = %q{Luhn algorithm for computing checkdigits} gem.homepage = "" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "luhnar" gem.require_paths = ["lib"] gem.version = Luhnar::VERSION end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
luhnar-1.0.1 | luhnar.gemspec |
luhnar-1.0.0 | luhnar.gemspec |