Sha256: 5370f3daed29b98dc5bc78a93ef4ada79486157d311809fa2367233a9925fd6f
Contents?: true
Size: 1.83 KB
Versions: 0
Compression: gzip
Compressed size: 780 Bytes
Stored size: 780 Bytes
Contents
--- !ruby/object:Gem::Specification name: luhnacy version: !ruby/object:Gem::Version hash: 21 prerelease: false segments: - 0 - 2 - 1 version: 0.2.1 platform: ruby authors: - Rory McKinley autorequire: bindir: bin cert_chain: [] date: 2010-10-24 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 13 segments: - 1 - 2 - 9 version: 1.2.9 type: :development version_requirements: *id001 description: "luhnacy can be used to validate strings for Luhn compliance as well as generating valid or invalid strings for the purposes of testing " email: rorymckinley@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - lib/luhnacy.rb - luhnacy.gemspec - spec/luhnacy_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/rorymckinley/luhnacy licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: A gem tohelp with the tedium of validating Luhn-compliant strings test_files: - spec/luhnacy_spec.rb - spec/spec_helper.rb