Sha256: 937bc80d417ddd559e6f3cbbc2c1388bbdfa10d439c0d9e1b5b612022a329366

Contents?: true

Size: 1016 Bytes

Versions: 2

Compression:

Stored size: 1016 Bytes

Contents

# encoding: utf-8

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 = Dir[
    'Appraisals',
    'CHANGES.md',
    'CREDITS.md',
    'Gemfile',
    'LICENSE',
    'README.md',
    'Rakefile',
    'doc/*.md',
    'gemfiles/**/*',
    'lib/**/*.rb',
    'rr.gemspec',
    'spec/**/*'
  ].to_a

  gem.require_paths = ['lib']

  gem.add_development_dependency("bundler")
  gem.add_development_dependency("rake")
  gem.add_development_dependency("test-unit")
  gem.add_development_dependency("test-unit-rr")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rr-3.1.1 rr.gemspec
rr-3.1.0 rr.gemspec