Sha256: 406da726340547f23e4d54a78002d86f50e668801e14e7a74ea1f49a507217f9

Contents?: true

Size: 855 Bytes

Versions: 2

Compression:

Stored size: 855 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 = ['Kouhei Sutou', 'Brian Takita', 'Elliot Winkler']
  gem.email = ['kou@cozmixng.org']
  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 = 'https://rr.github.io/rr'
  gem.license = 'MIT'

  gem.files = FileList[
    'Appraisals',
    'CHANGES.md',
    'CREDITS.md',
    'Gemfile',
    'LICENSE',
    'README.md',
    'Rakefile',
    'doc/*.md',
    'gemfiles/**/*',
    'lib/**/*.rb',
    'rr.gemspec',
    'spec/**/*'
  ].to_a

  gem.require_paths = ['lib']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rr-1.2.1 rr.gemspec
rr-1.2.0 rr.gemspec