Browse Source

add messages to the gemspec, bump min Ruby

dev
Andy Meneely 5 years ago
parent
commit
405b339784
  1. 2
      squib.gemspec

2
squib.gemspec

@ -15,9 +15,11 @@ Gem::Specification.new do |spec|
spec.summary = 'A Ruby DSL for prototyping card games' spec.summary = 'A Ruby DSL for prototyping card games'
spec.description = 'Squib is a Ruby DSL for prototyping card games' spec.description = 'Squib is a Ruby DSL for prototyping card games'
spec.post_install_message = 'Happy Squibbing!'
spec.authors = ['Andy Meneely'] spec.authors = ['Andy Meneely']
spec.email = 'andy.meneely@gmail.com' spec.email = 'andy.meneely@gmail.com'
spec.homepage = 'https://github.com/andymeneely/squib' spec.homepage = 'https://github.com/andymeneely/squib'
spec.requirements << 'On Windows, you need the Ruby+DevKit. See https://rubyinstaller.org/downloads'
spec.rdoc_options = ['--charset=UTF-8'] spec.rdoc_options = ['--charset=UTF-8']
spec.extra_rdoc_files = Dir['README.md', 'samples/**/*.rb'] spec.extra_rdoc_files = Dir['README.md', 'samples/**/*.rb']

Loading…
Cancel
Save