Sha256: 0a05b6b08c781eea5ad4bab0cb2862efc6a95f385b3eccdcf68987cec15a9029

Contents?: true

Size: 1.36 KB

Versions: 6

Compression:

Stored size: 1.36 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.license     = "MIT"
  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_dependency('bourne', '~> 1.3')

  s.add_development_dependency('appraisal',   '~> 0.4')
  s.add_development_dependency('aruba')
  s.add_development_dependency('bundler',     '~> 1.1')
  s.add_development_dependency('cucumber',    '~> 1.1')
  s.add_development_dependency('rails',       '~> 3.0')
  s.add_development_dependency('rake',        '>= 0.9.2')
  s.add_development_dependency('rspec-rails', '~> 2.13')
  s.add_development_dependency('strong_parameters')
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
challah-1.0.0.beta3 vendor/bundle/gems/shoulda-matchers-1.5.6/shoulda-matchers.gemspec
challah-1.0.0.beta2 vendor/bundle/gems/shoulda-matchers-1.5.6/shoulda-matchers.gemspec
challah-1.0.0.beta vendor/bundle/gems/shoulda-matchers-1.5.6/shoulda-matchers.gemspec
shoulda-matchers-1.5.6 shoulda-matchers.gemspec
shoulda-matchers-1.5.5 shoulda-matchers.gemspec
shoulda-matchers-1.5.4 shoulda-matchers.gemspec