Sha256: e1e9cea44a1cda422eaf2d58d20fe27ce62e323be23b800e2ceabe2ebee15a60
Contents?: true
Size: 735 Bytes
Versions: 1
Compression:
Stored size: 735 Bytes
Contents
require File.expand_path('lib/rspec/subject_call/version', File.dirname(__FILE__)) Gem::Specification.new do |s| s.name = 'rspec-subject_call' s.version = RSpec::SubjectCall::VERSION s.platform = Gem::Platform::RUBY s.license = 'MIT' s.authors = [ 'Gregory McIntyre' ] s.email = [ 'greg@gregorymcintyre.com' ] s.homepage = 'http://github.com/puyo/rspec-subject_call' s.description = 'Use the rspec subject more conveniently' s.summary = "rspec-subject_call-#{s.version}" s.files = `git ls-files`.split($\) - ['.gitignore'] s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-subject_call-1.0.2 | rspec-subject_call.gemspec |