Sha256: 6d7e0e74015a3470c3a7175dbd307907cabccc9c12d96b7213ce5a91afeb4e16
Contents?: true
Size: 740 Bytes
Versions: 1
Compression:
Stored size: 740 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = 'rspec-example_steps' s.version = '3.1.1' s.authors = ['Andriy Yanko'] s.email = ['andriy.yanko@gmail.com'] s.homepage = 'https://github.com/railsware/rspec-example_steps' s.summary = %q{Given/When/Then steps for RSpec examples} s.license = 'MIT' s.rubyforge_project = 'rspec_example_steps' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] s.add_runtime_dependency 'rspec-core', '>=3.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-example_steps-3.1.1 | rspec-example_steps.gemspec |