scryglass.gemspec in scryglass-2.0.0 vs scryglass.gemspec in scryglass-2.0.1
- old
+ new
@@ -13,10 +13,10 @@
spec.summary = 'Scryglass is a ruby console tool for visualizing ' \
'and actively exploring objects.'
spec.description = 'Scryglass is a ruby console tool for visualizing ' \
'and actively exploring objects (large, nested, interrelated, ' \
'or unfamiliar). You can navigate nested arrays, hashes, instance variables, ' \
- 'ActiveRecord relations, and unknown Enumerable types like an' \
+ 'ActiveRecord relations, and unknown Enumerable types like an ' \
"expandable/collapsable file tree in an intuitive UI.\n\n" \
'Objects and child objects can also be inspected through a variety of ' \
'display lenses, returned directly to the console, and more!'
spec.homepage = "https://github.com/annkissam/scryglass"