Sha256: a27e5f4d0bc632d1b8c10faa9219da15223f1dd355ad4ca73f2e078cf00bfff2
Contents?: true
Size: 1.04 KB
Versions: 8
Compression:
Stored size: 1.04 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bootstrap_admin/version' Gem::Specification.new do |gem| gem.name = "bootstrap_admin" gem.version = BootstrapAdmin::VERSION gem.authors = ["Ivo Jesus", "Bruno Coelho"] gem.email = ["ivo.jesus@gmail.com", "brunoflcoelho@gmail.com"] gem.description = %q{Create beatifull admin sections} gem.summary = %q{Small lib to create standard admin sections.} gem.homepage = "https://github.com/LynxEyes/bootstrap_admin" 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.require_paths = ["lib"] gem.add_runtime_dependency %q<rails>, [">= 3.1.0"] gem.add_runtime_dependency %q<simple_form>, [">= 2.0.0"] gem.add_runtime_dependency %q<haml> gem.add_runtime_dependency %q<coffee-rails> gem.add_runtime_dependency %q<jquery-rails> end
Version data entries
8 entries across 8 versions & 1 rubygems