Sha256: a71bc44eba1862c8009bbff69e3a5d35d26c88b32819ee331708e5bec290313a

Contents?: true

Size: 975 Bytes

Versions: 7

Compression:

Stored size: 975 Bytes

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", "Elliot Winkler"]
  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.required_ruby_version = '>= 2.0.0'
  s.add_dependency('activesupport', '>= 4.0.0')
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shoulda-matchers-3.1.3 shoulda-matchers.gemspec
shoulda-matchers-3.1.2 shoulda-matchers.gemspec
shoulda-matchers-3.1.1 shoulda-matchers.gemspec
shoulda-matchers-3.1.0 shoulda-matchers.gemspec
shoulda-matchers-3.0.1 shoulda-matchers.gemspec
shoulda-matchers-3.0.0 shoulda-matchers.gemspec
shoulda-matchers-3.0.0.rc1 shoulda-matchers.gemspec