# -*- encoding: utf-8 -*- # stub: files 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "files".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alex Chaffee".freeze] s.date = "2012-01-14" s.description = "Sometimes you want to create a whole bunch of files at once, like when you're testing a tool that processes a whole bunch of files. The Files gem lets you cleanly specify those files and their contents inside your test code, instead of making you 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.".freeze s.email = ["alex@stinky.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "files.gemspec".freeze, "lib/files.rb".freeze, "lib/files/version.rb".freeze, "test/data/cheez_doing_it_wrong.jpg".freeze, "test/files_test.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "a simple DSL for creating files and directories".freeze s.test_files = ["test/data/cheez_doing_it_wrong.jpg".freeze, "test/files_test.rb".freeze] end