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:
commit
5dc306cca7
1 changed files with 0 additions and 1 deletions
|
@ -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/**/*']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue