Sha256: dd827a32d58afc9258f4826aebbab89d726d488a508a57f99a8e478c20f3087e

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

# coding: utf-8
require File.expand_path('../lib/rutabaga/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ['Lukas Oberhuber']
  gem.email         = ['lukas.oberhuber@simplybusiness.co.uk']
  gem.description   = %q{Allows using feature from within RSpec and is built on top of Turnip}
  gem.summary       = %q{Calling Turnip feature files from RSpec, which allows encapsulating a feature inside a describe block}
  gem.homepage      = 'https://github.com/simplybusiness/rutabaga'

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = 'rutabaga'
  gem.require_paths = ['lib']
  gem.version       = Rutabaga::VERSION
  gem.license       = 'MIT'

  gem.add_runtime_dependency 'turnip', ['>= 2.1.1', '< 4.0']
  gem.add_runtime_dependency 'rspec', ['~> 3.0']

  gem.add_development_dependency 'capybara'
  gem.add_development_dependency 'pry', '~> 0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rutabaga-2.1.6 rutabaga.gemspec