1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Merge pull request #321 from ipmsteven/updateGemspec

remove rubyforge_project config from gemspec
This commit is contained in:
James Cox 2017-09-29 09:49:14 -04:00 committed by GitHub
commit 5dc306cca7

View file

@ -17,7 +17,6 @@ Gem::Specification.new do |s|
s.summary = 'Pretty print Ruby objects with proper indentation and colors'
s.description = 'Great Ruby debugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins'
s.license = 'MIT'
s.rubyforge_project = 'awesome_print'
s.files = Dir['[A-Z]*[^~]'] + Dir['lib/**/*.rb'] + Dir['spec/**/*'] + ['.gitignore']
s.test_files = Dir['spec/**/*']