Sha256: 5782d3ecda814a299d5f3619be722c43bb9c7da3ec15f788e150d35fff234c2c

Contents?: true

Size: 1022 Bytes

Versions: 1

Compression:

Stored size: 1022 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "shoulda-kept-assign-to"
  s.version     = Shoulda::Matchers::VERSION.dup
  s.authors     = ["Angel Irizarry", "Ben Sedat"]
  s.date        = Time.now.strftime("%Y-%m-%d")
  s.email       = "engineers@tinfoilsecurity.com"
  s.homepage    = "https://www.tinfoilsecurity.com"
  s.summary     = "We miss the assign_to matcher in shoulda-matchers."
  s.license     = "MIT"
  s.description = "We miss the assign_to matcher in shoulda-matchers."

  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 = '>= 1.9.2'
  s.add_dependency('shoulda-matchers', '>= 2.1.0')

  s.add_development_dependency('bundler',     '~> 1.1')
  s.add_development_dependency('rake',        '>= 0.9.2')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoulda-kept-assign-to-1.0.0 shoulda-kept-assign-to.gemspec