Sha256: 28ebcb205d112b7dd13c7bf9b1687f75f80c9d6aa30254addac9c9bbfa2fa4a5

Contents?: true

Size: 1003 Bytes

Versions: 5

Compression:

Stored size: 1003 Bytes

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.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("appraisal")
  s.add_development_dependency("rspec-rails")
  s.add_development_dependency("capybara", ">= 0.4.0")
  s.add_development_dependency("sqlite3")
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
high_voltage-1.2.2 high_voltage.gemspec
high_voltage-1.2.1 high_voltage.gemspec
high_voltage-1.2.0 high_voltage.gemspec
high_voltage-1.1.1 high_voltage.gemspec
high_voltage-1.1.0 high_voltage.gemspec