Sha256: 34d91ea53ad517f14eec69ffa61ed66abbc3ed66637832f1def791739909bb9c

Contents?: true

Size: 767 Bytes

Versions: 1

Compression:

Stored size: 767 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = %q{factory_bot_rails}
  s.version     = '4.8.2'
  s.authors     = ["Joe Ferris"]
  s.email       = %q{jferris@thoughtbot.com}
  s.homepage    = "http://github.com/thoughtbot/factory_bot_rails"
  s.summary     = %q{factory_bot_rails provides integration between
    factory_bot and rails 3 or newer}
  s.description = %q{factory_bot_rails provides integration between
    factory_bot and rails 3 or newer (currently just automatic factory definition
    loading)}

  s.files         = Dir['**/*'].keep_if { |file| File.file?(file) }
  s.require_paths = ["lib"]
  s.executables   = []
  s.license       = "MIT"

  s.add_runtime_dependency('railties', '>= 3.0.0')
  s.add_runtime_dependency('factory_bot', '~> 4.8.2')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
factory_bot_rails-4.8.2 factory_bot_rails.gemspec