yael.gemspec in yael-0.0.1 vs yael.gemspec in yael-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.authors = ["Jens Ravens"] spec.email = ["jens@nerdgeschoss.de"] spec.summary = "Event based Rails with ActiveJob" spec.description = "Yael is Yet Another Event Library based on top of ActiveJob. It helps you dispatching events asynchronously in your code base and react to them just like routing in Rails." - spec.homepage = "https://nerdgeschoss.de" + spec.homepage = "https://github.com/nerdgeschoss/yael" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/nerdgeschoss/yael"