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

Fixing typo in gemspec

This commit is contained in:
Andrew Ray 2017-06-29 10:33:48 -07:00
parent f60f9e82e2
commit ae988c039e

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.email = 'mike@dvorkin.net' s.email = 'mike@dvorkin.net'
s.homepage = 'https://github.com/awesome-print/awesome_print' s.homepage = 'https://github.com/awesome-print/awesome_print'
s.summary = 'Pretty print Ruby objects with proper indentation and colors' s.summary = 'Pretty print Ruby objects with proper indentation and colors'
s.description = 'Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins' s.description = 'Great Ruby debugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins'
s.license = 'MIT' s.license = 'MIT'
s.rubyforge_project = 'awesome_print' s.rubyforge_project = 'awesome_print'