Sha256: 23fd897ca5fea9d5f0a8fa70f17ad7ffa05a86303a400f9bb0c7acab7b991831

Contents?: true

Size: 946 Bytes

Versions: 3

Compression:

Stored size: 946 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rspec/expect_it/version'

Gem::Specification.new do |spec|
  spec.name          = "rspec-expect_it"
  spec.version       = RSpec::ExpectIt::VERSION
  spec.authors       = ["Thomas Drake-Brockman"]
  spec.email         = ["thom@sfedb.com"]
  spec.description   = "Provides expect_it helpers for RSpec."
  spec.summary       = "Provides a expect_it helpers for RSpec."
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^spec/})
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency "rspec", ">= 2.14.0"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rspec-expect_it-1.1.0 rspec-expect_it.gemspec
rspec-expect_it-1.0.2 rspec-expect_it.gemspec
rspec-expect_it-1.0.1 rspec-expect_it.gemspec