Sha256: e0b0840a64e7323828443c4be8fbcc66e76b434cf8b73d63a54c781e10db6b03

Contents?: true

Size: 1.31 KB

Versions: 5

Compression:

Stored size: 1.31 KB

Contents

$LOAD_PATH << File.join(File.dirname(__FILE__), 'lib')
require 'shoulda/matchers/version'

Gem::Specification.new do |s|
  s.name        = "shoulda-matchers"
  s.version     = Shoulda::Matchers::VERSION.dup
  s.authors     = ["Tammer Saleh", "Joe Ferris", "Ryan McGeary", "Dan Croak",
                   "Matt Jankowski", "Stafford Brunk"]
  s.date        = Time.now.strftime("%Y-%m-%d")
  s.email       = "support@thoughtbot.com"
  s.homepage    = "http://thoughtbot.com/community/"
  s.summary     = "Making tests easy on the fingers and eyes"
  s.description = "Making tests easy on the fingers and eyes"

  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_dependency('activesupport', '>= 3.0.0')

  s.add_development_dependency('appraisal',   '~> 0.4.0')
  s.add_development_dependency('aruba')
  s.add_development_dependency('bourne',      '~> 1.1.2')
  s.add_development_dependency('bundler',     '~> 1.1')
  s.add_development_dependency('cucumber',    '~> 1.1.9')
  s.add_development_dependency('rails',       '~> 3.0')
  s.add_development_dependency('rake',        '~> 0.9.2')
  s.add_development_dependency('rspec-rails', '~> 2.8.1')
end

Version data entries

5 entries across 4 versions & 3 rubygems

Version Path
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/shoulda-matchers-1.4.1/shoulda-matchers.gemspec
challah-rolls-0.2.0 vendor/bundle/gems/shoulda-matchers-1.4.1/shoulda-matchers.gemspec
challah-0.8.3 vendor/bundle/gems/shoulda-matchers-1.4.1/shoulda-matchers.gemspec
shoulda-matchers-1.4.1 shoulda-matchers.gemspec
shoulda-matchers-1.4.0 shoulda-matchers.gemspec