Sha256: 2e5d5104ad9e4389e2187325c5c443d8c66cc0f68d8250411fb33eda3cba7827
Contents?: true
Size: 1.09 KB
Versions: 4
Compression:
Stored size: 1.09 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/tkh_admin_panel/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Swami Atma"] gem.email = ["swami@TenThousandHours.eu"] gem.description = %q{Admin panel layout engine} gem.summary = %q{A Rails admin panel engine with layout, assets, and basic functionality} gem.homepage = "https://github.com/allesklar/tkh_admin_panel" gem.add_dependency "railties", "~> 3.2" gem.add_dependency "bootstrap-sass", '~> 2.0' gem.add_dependency "simple_form", '~> 2.0' # This gem does not support p tags until wysihtml5 0.4 is released and linked to gem below # gem.add_dependency 'bootstrap-wysihtml5-rails' # try using my own tkh_inline_editor instead gem.add_dependency 'tkh_inline_editor' gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "tkh_admin_panel" gem.require_paths = ["lib"] gem.version = TkhAdminPanel::VERSION end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tkh_admin_panel-0.2.4 | tkh_admin_panel.gemspec |
tkh_admin_panel-0.2.3 | tkh_admin_panel.gemspec |
tkh_admin_panel-0.2.2 | tkh_admin_panel.gemspec |
tkh_admin_panel-0.2.1 | tkh_admin_panel.gemspec |