summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/specifications/csv-3.3.5.gemspec
diff options
context:
space:
mode:
authorBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-10-11 10:34:24 -0400
committerBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-10-11 10:34:24 -0400
commit5571dc766e2143e39762ff0b47c41d1c2e154f4c (patch)
treef4f124d314a7e76c04484515aa0fd1f2e271a601 /vendor/bundle/ruby/3.4.0/specifications/csv-3.3.5.gemspec
parent359f3309c97fc894b63e0a295c76ab298504d635 (diff)
Vendor bundled gems for deployment
Diffstat (limited to 'vendor/bundle/ruby/3.4.0/specifications/csv-3.3.5.gemspec')
-rw-r--r--vendor/bundle/ruby/3.4.0/specifications/csv-3.3.5.gemspec25
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/bundle/ruby/3.4.0/specifications/csv-3.3.5.gemspec b/vendor/bundle/ruby/3.4.0/specifications/csv-3.3.5.gemspec
new file mode 100644
index 0000000..a2b1aa2
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/specifications/csv-3.3.5.gemspec
@@ -0,0 +1,25 @@
+# -*- encoding: utf-8 -*-
+# stub: csv 3.3.5 ruby lib
+
+Gem::Specification.new do |s|
+ s.name = "csv".freeze
+ s.version = "3.3.5".freeze
+
+ s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
+ s.metadata = { "changelog_uri" => "https://github.com/ruby/csv/releases/tag/v3.3.5" } if s.respond_to? :metadata=
+ s.require_paths = ["lib".freeze]
+ s.authors = ["James Edward Gray II".freeze, "Kouhei Sutou".freeze]
+ s.date = "1980-01-02"
+ s.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.".freeze
+ s.email = [nil, "kou@cozmixng.org".freeze]
+ s.extra_rdoc_files = ["LICENSE.txt".freeze, "NEWS.md".freeze, "README.md".freeze, "doc/csv/recipes/filtering.rdoc".freeze, "doc/csv/recipes/generating.rdoc".freeze, "doc/csv/recipes/parsing.rdoc".freeze, "doc/csv/recipes/recipes.rdoc".freeze]
+ s.files = ["LICENSE.txt".freeze, "NEWS.md".freeze, "README.md".freeze, "doc/csv/recipes/filtering.rdoc".freeze, "doc/csv/recipes/generating.rdoc".freeze, "doc/csv/recipes/parsing.rdoc".freeze, "doc/csv/recipes/recipes.rdoc".freeze]
+ s.homepage = "https://github.com/ruby/csv".freeze
+ s.licenses = ["Ruby".freeze, "BSD-2-Clause".freeze]
+ s.rdoc_options = ["--main".freeze, "README.md".freeze]
+ s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze)
+ s.rubygems_version = "3.6.7".freeze
+ s.summary = "CSV Reading and Writing".freeze
+
+ s.installed_by_version = "3.6.5".freeze
+end