Sha256: 173c976c8dbe6f396ea5ae9d0b24b8d4785c70b40f95479ecdd1a791f74bf7c2
Contents?: true
Size: 693 Bytes
Versions: 1
Compression:
Stored size: 693 Bytes
Contents
# encoding: utf-8 Gem::Specification.new do |spec| spec.name = "fair_dice_roll" spec.version = "1.0.0" spec.author = "Steve Richert" spec.email = "steve.richert@gmail.com" spec.summary = "Guaranteed to be random." spec.description = "Chosen by fair dice roll. Guaranteed to be random." spec.homepage = "https://github.com/laserlemon/fair_dice_roll" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(/^bin/) { |f| File.basename(f) } spec.test_files = spec.files.grep(/^spec/) spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake", "~> 10.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fair_dice_roll-1.0.0 | fair_dice_roll.gemspec |