Sha256: a0f5f3505129cc0a628a6c922dda9267d125b992e144df7f4b710b446be6b6ac
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 = "3.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-3.0.0 | fair_dice_roll.gemspec |