Sha256: c73daa008c73c35eabb8ba2b6ad217fc230048f0a33f65397f8ec1dce79ae055

Contents?: true

Size: 825 Bytes

Versions: 1

Compression:

Stored size: 825 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
  s.name        = 'combustion'
  s.version     = '0.5.2'
  s.authors     = ['Pat Allan']
  s.email       = ['pat@freelancing-gods.com']
  s.homepage    = 'https://github.com/pat/combustion'
  s.summary     = 'Elegant Rails Engine Testing'
  s.description = 'Test your Rails Engines without needing a full Rails app'
  s.license     = 'MIT'

  s.rubyforge_project = 'combustion'

  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_runtime_dependency 'activesupport', '>= 3.0.0'
  s.add_runtime_dependency 'railties', '>= 3.0.0'
  s.add_runtime_dependency 'thor',  '>= 0.14.6'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
combustion-0.5.2 combustion.gemspec