Sha256: 7632839f50a0d46532a56ab49d4af1c33d37d77adbe27fa376817b30a4b58a4b

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

$:.push File.expand_path("../lib", __FILE__)
require "high_voltage/version"

Gem::Specification.new do |s|
  s.name        = 'high_voltage'
  s.version     = HighVoltage::VERSION.dup
  s.authors     = ['Matt Jankowski', 'Dan Croak', 'Nick Quaranto', 'Chad Pytel', 'Joe Ferris', 'J. Edward Dewyea', 'Tammer Saleh', 'Mike Burns', 'Tristan Dunn']
  s.email       = ['support@thoughtbot.com']
  s.homepage    = 'http://github.com/thoughtbot/high_voltage'
  s.summary     = 'Simple static page rendering controller'
  s.description = 'Fire in the disco. Fire in the ... taco bell.'
  s.license     = 'MIT'

  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_development_dependency('activesupport', '>= 3.1.0')
  s.add_development_dependency('appraisal')
  s.add_development_dependency('capybara')
  s.add_development_dependency('pry')
  s.add_development_dependency('rails-controller-testing')
  s.add_development_dependency('rspec-rails', '~> 3.5')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
high_voltage-3.1.0 high_voltage.gemspec