Sha256: 870c2ca8305b9b85ac76659c6afe75c5bde3b3c0d0a13bc26cfbd26ac33e90de
Contents?: true
Size: 1.46 KB
Versions: 0
Compression: gzip
Compressed size: 726 Bytes
Stored size: 726 Bytes
Contents
--- !ruby/object:Gem::Specification name: files version: !ruby/object:Gem::Version version: 0.4.0 platform: ruby authors: - Alex Chaffee autorequire: bindir: bin cert_chain: [] date: 2018-09-13 00:00:00.000000000 Z dependencies: [] description: Ever want to create a whole bunch of files at once? Like when you're writing tests for a tool that processes files? The Files gem lets you cleanly specify those files and their contents inside your test code, instead of forcing you to create a fixture directory and check it in to your repo. It puts them in a temporary directory and cleans up when your test is done. email: - alex@stinky.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE.txt - README.md - Rakefile - files.gemspec - lib/files.rb - lib/files/version.rb - test/data/cheez_doing_it_wrong.jpg - test/files_test.rb homepage: '' licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: files rubygems_version: 2.6.10 signing_key: specification_version: 4 summary: a simple DSL for creating temporary files and directories test_files: - test/data/cheez_doing_it_wrong.jpg - test/files_test.rb