Skip to content

Commit

Permalink
⚙️ fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
jibidus committed Feb 17, 2021
1 parent d9ef5a3 commit e009521
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://www.travis-ci.com/jibidus/model_validation.svg?branch=main)](https://www.travis-ci.com/jibidus/model_validation)
[![Coverage Status](https://coveralls.io/repos/github/jibidus/model_validation/badge.svg?branch=main)](https://coveralls.io/github/jibidus/model_validation?branch=main)
[![Build Status](https://www.travis-ci.com/jibidus/model_validator.svg?branch=main)](https://www.travis-ci.com/jibidus/model_validation)
[![Coverage Status](https://coveralls.io/repos/github/jibidus/model_validator/badge.svg?branch=main)](https://coveralls.io/github/jibidus/model_validation?branch=main)

# model_validator

Expand Down
6 changes: 3 additions & 3 deletions model_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Gem::Specification.new do |spec|
Find models in database which violate Active Record validation rules.
Invalid models may raise unexpected error when updated.
DESC
spec.homepage = "https://github.com/jibidus/model_validation"
spec.homepage = "https://github.com/jibidus/model_validator"
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/jibidus/model_validation"
spec.metadata["changelog_uri"] = "https://github.com/jibidus/model_validation"
spec.metadata["source_code_uri"] = "https://github.com/jibidus/model_validator"
spec.metadata["changelog_uri"] = "https://github.com/jibidus/model_validator"

# 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.
Expand Down

0 comments on commit e009521

Please sign in to comment.