Sha256: 56797f43ef10d5080dffa7aa5109e03a41c2be5f2a0799bc3e7ad4e8ba14a626

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

Gem::Specification.new do |s|
  s.name             = 'rantly'
  s.summary          = 'Ruby Imperative Random Data Generator and Quickcheck'
  s.homepage         = 'https://github.com/rantly-rb/rantly'
  s.version          = '2.0.0'
  s.license          = 'MIT'
  s.require_paths    = ['lib']
  s.authors          = ['Ana María Martínez Gómez', 'Howard Yeh', 'Anthony Bargnesi', 'Eric Bischoff']
  s.email            = ['anamma06@gmail.com', 'hayeah@gmail.com', 'abargnesi@gmail.com', 'ebischoff@nerim.net']
  s.extra_rdoc_files = [
    'LICENSE',
    'README.md',
    'CHANGELOG.md'
  ]
  s.files = [
    '.document',
    '.travis.yml',
    'Gemfile',
    'LICENSE',
    'README.md',
    'CHANGELOG.md',
    'Rakefile',
    'VERSION.yml',
    'lib/rantly.rb',
    'lib/rantly/data.rb',
    'lib/rantly/generator.rb',
    'lib/rantly/minitest.rb',
    'lib/rantly/minitest_extensions.rb',
    'lib/rantly/property.rb',
    'lib/rantly/rspec.rb',
    'lib/rantly/rspec_extensions.rb',
    'lib/rantly/shrinks.rb',
    'lib/rantly/silly.rb',
    'lib/rantly/spec.rb',
    'lib/rantly/testunit_extensions.rb',
    'rantly.gemspec',
    'test/rantly_test.rb',
    'test/shrinks_test.rb',
    'test/test_helper.rb'
  ]
  s.required_ruby_version = '>= 2.4.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rantly-2.0.0 rantly.gemspec