summaryrefslogtreecommitdiff
path: root/lib/csv/csv.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csv/csv.gemspec')
-rw-r--r--lib/csv/csv.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv/csv.gemspec b/lib/csv/csv.gemspec
index fee854f514..f555c4efab 100644
--- a/lib/csv/csv.gemspec
+++ b/lib/csv/csv.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = "CSV Reading and Writing"
spec.description = "The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed."
spec.homepage = "https://github.com/ruby/csv"
- spec.license = "BSD-2-Clause"
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
lib_path = "lib"
spec.require_paths = [lib_path]