Sha256: 7a5b6b8728a6df6c6c4c1623a7f89365b0e3c1843a342831e48813257cb7b92d
Contents?: true
Size: 836 Bytes
Versions: 3
Compression:
Stored size: 836 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hotcell/version' Gem::Specification.new do |gem| gem.name = 'hotcell' gem.version = Hotcell::VERSION gem.authors = ['pyromaniac'] gem.email = ['kinwizard@gmail.com'] gem.description = %q{Sandboxed ruby template processor} gem.summary = %q{Sandboxed ruby template processor} gem.homepage = '' gem.files = `git ls-files`.split($/) gem.extensions = ['ext/lexerc/extconf.rb'] gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib'] gem.add_runtime_dependency 'racc' gem.add_runtime_dependency 'activesupport' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hotcell-0.3.0 | hotcell.gemspec |
hotcell-0.2.0 | hotcell.gemspec |
hotcell-0.1.0 | hotcell.gemspec |