Sha256: 7959280e144a3356e895d828dd097cb730a3f07a445e9b393005ccd52f4fb8ff

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "tophat/version"

Gem::Specification.new do |s|
  s.name        = 'tophat'
  s.version     = TopHat::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Steve Agalloco"]
  s.email       = ['steve.agalloco@gmail.com']
  s.homepage    = "https://github.com/spagalloco/tophat"
  s.description = %q{Simple view helpers for your layouts}
  s.summary     = %q{Simple view helpers for your layouts}

  s.add_runtime_dependency('actionpack', '>= 3.0.0')

  s.add_development_dependency('rake')
  s.add_development_dependency('rspec')
  s.add_development_dependency('yard')
  s.add_development_dependency('rdiscount')
  s.add_development_dependency('simplecov')
  s.add_development_dependency('rails', '>= 3.0.0')
  s.add_development_dependency('guard-rspec')

  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"]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tophat-2.1.0 tophat.gemspec
tophat-2.0.0 tophat.gemspec
tophat-1.7.2 tophat.gemspec
tophat-1.7.1 tophat.gemspec
tophat-1.7.0 tophat.gemspec
tophat-1.6.1 tophat.gemspec