Sha256: bb1f74dbb84428ce167e55bf4dbe46aeaa44fa12a78ff7b61e70be03709a9630

Contents?: true

Size: 775 Bytes

Versions: 1

Compression:

Stored size: 775 Bytes

Contents

# encoding: utf-8

require 'rake'
require File.expand_path('../lib/rr/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name = 'rr'
  gem.version = RR.version
  gem.authors = ['Brian Takita', 'Elliot Winkler']
  gem.email = ['elliot.winkler@gmail.com']
  gem.description = 'RR is a test double framework that features a rich selection of double techniques and a terse syntax.'
  gem.summary = 'RR is a test double framework that features a rich selection of double techniques and a terse syntax.'
  gem.homepage = 'http://rr.github.com/rr'
  gem.license = 'MIT'

  gem.files = FileList[
    'CHANGES.md',
    'CREDITS.md',
    'LICENSE',
    'README.md',
    'VERSION',
    'doc/*.md',
    'lib/**/*.rb',
    'rr.gemspec'
  ].to_a

  gem.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rr-1.1.1 rr.gemspec