Sha256: 2bd4ae1ab80d1de55ffff76bd4dac290d5cc46b7da9895b06cb2eeba0fec6b1d
Contents?: true
Size: 1002 Bytes
Versions: 1
Compression:
Stored size: 1002 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", "= 2.0.3") s.add_development_dependency("sqlite3") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
high_voltage-1.2.3 | high_voltage.gemspec |