mini_defender.gemspec in mini_defender-0.1.1 vs mini_defender.gemspec in mini_defender-0.1.2
- old
+ new
@@ -8,18 +8,17 @@
spec.authors = ["Ali Alhoshaiyan"]
spec.email = ["ahoshaiyan@fastmail.com"]
spec.summary = "A small and efficient validation library for Rails and anything that uses Ruby."
spec.description = spec.summary
- spec.homepage = "https://mini.ahoshaiyan.com"
+ spec.homepage = "https://github.com/ahoshaiyan/mini-defender"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
spec.metadata["homepage_uri"] = spec.homepage
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
+ spec.metadata["source_code_uri"] = spec.homepage
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|