Sha256: e4244c835fcbc41b63bf7d834616ef99f2641a089ec3d9556e2ba68b41176c7c
Contents?: true
Size: 1.51 KB
Versions: 0
Compression: gzip
Compressed size: 694 Bytes
Stored size: 694 Bytes
Contents
--- !ruby/object:Gem::Specification name: action_csv version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - POPPIN-FUMI autorequire: bindir: exe cert_chain: [] date: 2021-04-14 00:00:00.000000000 Z dependencies: [] description: "Easy to Export CSV from Active Record Models. \nNot only for exporting CSV, But also uploading CSV to Google Cloud Storage." email: - f.kawasaki@elsoul.nl executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/main.yml" - ".gitignore" - ".irbrc" - ".rspec" - ".rubocop.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - action_csv.gemspec - bin/console - bin/setup - lib/action_csv.rb - lib/action_csv/version.rb homepage: https://github.com/elsoul/action_csv licenses: - Apache-2.0 metadata: homepage_uri: https://github.com/elsoul/action_csv source_code_uri: https://github.com/elsoul/action_csv changelog_uri: https://github.com/elsoul/action_csv post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.4.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.15 signing_key: specification_version: 4 summary: Easy to Export CSV from Active Record Models. Not only for exporting CSV, But also uploading CSV to Google Cloud Storage. test_files: []