feedjira-opml.gemspec in feedjira-opml-2.0.3 vs feedjira-opml.gemspec in feedjira-opml-2.0.4

- old
+ new

@@ -9,10 +9,10 @@ spec.authors = ['Chris Kalafarski'] spec.email = ['chris@farski.com'] spec.summary = %q{OPML parsing with Feedjira} spec.description = %q{Rudimentary OPML parsing classes for Feedjira} - spec.homepage = 'https://github.com/farski/feedjira-opml' + spec.homepage = 'https://github.com/scour/feedjira-opml' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }