Sha256: 7a8bef8961802215660a3f0d55a54b956aa785c02660da63059196458971eb86
Contents?: true
Size: 621 Bytes
Versions: 1
Compression:
Stored size: 621 Bytes
Contents
# encoding: utf-8 Gem::Specification.new do |spec| spec.name = "fair_dice_roll" spec.version = "4.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.test_files = spec.files.grep(/^spec/) spec.add_development_dependency "bundler", "~> 1.8" spec.add_development_dependency "rake", "~> 10.4" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fair_dice_roll-4.0.0 | fair_dice_roll.gemspec |