We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf709ae commit e19de59Copy full SHA for e19de59
1 file changed
itax_code.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
spec.licenses = ["MIT"]
9
spec.authors = ["Matteo Rossi"]
10
spec.email = ["mttrss5@gmail.com"]
11
- spec.summary = "Encode and decode Italian tax code (Codice Fiscale)"
+ spec.summary = "Ruby gem for Italian tax codes"
12
spec.homepage = "https://github.com/matteoredz/itax-code"
13
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
14
spec.metadata["homepage_uri"] = spec.homepage
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
27
spec.metadata["rubygems_mfa_required"] = "false"
28
29
# CSV 3.1.7 is the first version requiring Ruby >= 2.5.0
30
- spec.add_runtime_dependency "csv", "~> 3.0", ">= 3.1.7"
+ spec.add_dependency "csv", "~> 3.0", ">= 3.1.7"
31
end
0 commit comments