Sha256: f884bda5ed6015f8e10187f744e54ca5b0bb7083a366d83ed6ff38514fe5f8c9

Contents?: true

Size: 1.04 KB

Versions: 10

Compression:

Stored size: 1.04 KB

Contents

# -*- encoding: utf-8 -*-
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require "rspec/expectations/version"

Gem::Specification.new do |s|
  s.name        = "rspec-expectations"
  s.version     = RSpec::Expectations::Version::STRING
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["David Chelimsky", "Chad Humphries"]
  s.email       = "dchelimsky@gmail.com;chad.humphries@gmail.com"
  s.homepage    = "http://github.com/rspec/rspec-expectations"
  s.summary     = "rspec-expectations-#{RSpec::Expectations::Version::STRING}"
  s.description = "rspec expectations (should[_not] and matchers)"

  s.rubygems_version   = "1.3.7"
  s.rubyforge_project  = "rspec"

  s.files            = `git ls-files`.split("\n")
  s.test_files       = `git ls-files -- {spec,features}/*`.split("\n")
  s.executables      = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.extra_rdoc_files = [ "README.md" ]
  s.rdoc_options     = ["--charset=UTF-8"]
  s.require_path     = "lib"

  s.add_runtime_dependency     'diff-lcs',    '~> 1.1.2'
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
messagebus_ruby_api-0.4.7 spec/ruby/1.9.1/gems/rspec-expectations-2.5.0/rspec-expectations.gemspec
messagebus_ruby_api-0.4.4 spec/ruby/1.9.1/gems/rspec-expectations-2.5.0/rspec-expectations.gemspec
rspec-expectations-2.6.0 rspec-expectations.gemspec
rspec-expectations-2.6.0.rc6 rspec-expectations.gemspec
rspec-expectations-2.6.0.rc4 rspec-expectations.gemspec
rspec-expectations-2.6.0.rc2 rspec-expectations.gemspec
rspec-expectations-2.5.0 rspec-expectations.gemspec
rspec-expectations-2.4.0 rspec-expectations.gemspec
rspec-expectations-2.3.0 rspec-expectations.gemspec
rspec-expectations-2.2.0 rspec-expectations.gemspec