url_regex.gemspec in url_regex-0.0.2 vs url_regex.gemspec in url_regex-0.0.3

- old
+ new

@@ -4,10 +4,10 @@ require 'url_regex/version' Gem::Specification.new do |spec| spec.name = 'url_regex' spec.version = UrlRegex::VERSION - spec.authors = ['Alexey Mogilnikov'] + spec.authors = ['Alexey Mogilnikov', 'Michael Bester'] spec.email = ['alexey@mogilnikov.name'] spec.summary = 'Provides the best regex for validating or extracting URLs.' spec.description = 'Provides the best regex for validating or extracting URLs.' spec.homepage = 'https://github.com/amogil/url_regex' spec.license = 'MIT'