Sha256: 0dffa10efcb3cda756b00318f9b436a05fd9dcd0e0faebe93b85d5e45fc85f3a

Contents?: true

Size: 1.59 KB

Versions: 0

Compression: gzip

Compressed size: 759 Bytes

Stored size: 759 Bytes

Contents

--- !ruby/object:Gem::Specification
name: files
version: !ruby/object:Gem::Version
  version: 0.2.1
  prerelease: 
platform: ruby
authors:
- Alex Chaffee
autorequire: 
bindir: bin
cert_chain: []
date: 2012-01-25 00:00:00.000000000Z
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
- 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: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: -4160850693345767944
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: -4160850693345767944
requirements: []
rubyforge_project: files
rubygems_version: 1.8.6
signing_key: 
specification_version: 3
summary: a simple DSL for creating temporary files and directories
test_files:
- test/data/cheez_doing_it_wrong.jpg
- test/files_test.rb

Package Spec version

files-0.2.1