Sha256: e78e8b7c88c9c454d377eda235855599ae02b5b0c700603d3eb8c12eacabdbf2
Contents?: true
Size: 771 Bytes
Versions: 4
Compression:
Stored size: 771 Bytes
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/stve/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.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
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
blacklight-spotlight-3.6.0.beta8 | vendor/bundle/ruby/3.2.0/gems/tophat-2.3.1/tophat.gemspec |
tophat-2.3.1 | tophat.gemspec |
tophat-2.3.0 | tophat.gemspec |
tophat-2.2.1 | tophat.gemspec |