Sha256: 5652798dbaf92e77b6a842247484f082ccb596c01d1eb8845a35eefd99d5ef1f

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 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>
  gem.add_runtime_dependency %q<responders>
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootstrap_admin-1.0.1 bootstrap_admin.gemspec
bootstrap_admin-1.0.0 bootstrap_admin.gemspec
bootstrap_admin-0.0.18 bootstrap_admin.gemspec
bootstrap_admin-0.0.17 bootstrap_admin.gemspec