parse-cron-ext.gemspec in parse-cron-ext-0.1.2 vs parse-cron-ext.gemspec in parse-cron-ext-0.2.0

- old
+ new

@@ -5,11 +5,11 @@ spec.version = Parse::Cron::Ext::VERSION spec.authors = ["a5-stable"] spec.email = ["sh07e1916@gmail.com"] spec.summary = %q{parse-cron-ext is a extension (monkey-patch) for parse-cron 0.1.4, which is the latest version.} - spec.description = %q{enable to specify "end of the month in March" or "Third Monday" in cron by extending of parse-cron.} - spec.homepage = "https://yahoo.co.jp" + spec.description = %q{enable to specify "end of the month", "end of the month in March", "Third Monday", and so on... in cron by extending of parse-cron.} + spec.homepage = "https://github.com/a5-stable/parse-cron-ext" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.metadata["homepage_uri"] = "https://github.com/a5-stable/parse-cron-ext" spec.metadata["source_code_uri"] = "https://github.com/a5-stable/parse-cron-ext"