jekyll-maps.gemspec in jekyll-maps-1.1.5 vs jekyll-maps.gemspec in jekyll-maps-1.1.6

- old
+ new

@@ -9,10 +9,10 @@ spec.description = "Google Maps support in Jekyll blog to easily embed maps with posts' locations" spec.version = Jekyll::Maps::VERSION spec.authors = ["Anatoliy Yastreb"] spec.email = ["anatoliy.yastreb@gmail.com"] - spec.homepage = "https://github.com/ayastreb/jekyll-google-maps" + spec.homepage = "https://github.com/ayastreb/jekyll-maps" spec.licenses = ["MIT"] spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|spec|features)/!) } spec.require_paths = ["lib"] spec.add_dependency "jekyll", "~> 3.0"