Sha256: 685f2842e2d405e0710d42ce1d97b2ec935bc2795bc3fafb3d88f9cea1f521d8

Contents?: true

Size: 773 Bytes

Versions: 5

Compression:

Stored size: 773 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 double framework that features a rich selection of double techniques and a terse syntax."
  gem.summary = "RR is a 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',
    'LICENSE',
    'README.md',
    'VERSION',
    'lib/**/*.rb',
    'rr.gemspec'
  ].to_a

  gem.test_files = FileList['spec/**/*']

  gem.require_paths = ['lib']
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rr-1.1.1.rc1 rr.gemspec
rr-1.1.0 rr.gemspec
rr-1.1.0.rc3 rr.gemspec
rr-1.1.0.rc2 rr.gemspec
rr-1.1.0.rc1 rr.gemspec