url_finder.gemspec in url_finder-0.1.0 vs url_finder.gemspec in url_finder-0.2.0

- old
+ new

@@ -8,11 +8,11 @@ spec.name = 'url_finder' spec.version = UrlFinder::VERSION spec.authors = ['Jacob Burenstam'] spec.email = ['burenstam@gmail.com'] - spec.summary = 'Find URLs in common file formats (Markdown, HTML, CSV, string).' - spec.description = 'Find URLs in common file formats (Markdown, HTML, CSV, string) with ease - Ruby and CLI.' + spec.summary = 'Find URLs in common file formats (Markdown, HTML, string).' + spec.description = 'Find URLs in common file formats (Markdown, HTML, string) with ease - Ruby and CLI.' spec.homepage = 'https://github.com/buren/url_finder' spec.license = 'MIT' # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.