Skip to content

Commit e19de59

Browse files
authored
docs: improve SEO title and description (#65)
1 parent bf709ae commit e19de59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

itax_code.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88
spec.licenses = ["MIT"]
99
spec.authors = ["Matteo Rossi"]
1010
spec.email = ["mttrss5@gmail.com"]
11-
spec.summary = "Encode and decode Italian tax code (Codice Fiscale)"
11+
spec.summary = "Ruby gem for Italian tax codes"
1212
spec.homepage = "https://github.com/matteoredz/itax-code"
1313
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
1414
spec.metadata["homepage_uri"] = spec.homepage
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
2727
spec.metadata["rubygems_mfa_required"] = "false"
2828

2929
# CSV 3.1.7 is the first version requiring Ruby >= 2.5.0
30-
spec.add_runtime_dependency "csv", "~> 3.0", ">= 3.1.7"
30+
spec.add_dependency "csv", "~> 3.0", ">= 3.1.7"
3131
end

0 commit comments

Comments
 (0)