Sha256: 369e6f96a429c4d4acaece5903f30e416d26e8d3725e55c4aeb22b36a17d35f7
Contents?: true
Size: 927 Bytes
Versions: 1
Compression:
Stored size: 927 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'active_admin_themely/version' Gem::Specification.new do |spec| spec.name = "active_admin_themely" spec.version = ActiveAdminThemely::VERSION spec.authors = ["Tenji Tembo"] spec.email = ["tenji@mustwin.com"] spec.summary = %q{Custom CSS and Bootstrap CSS for Active Admin} spec.description = %q{Tenji's Custom CSS and Bootstrap CSS for Active Admin} spec.homepage = "https://github.com/tenji240/active_admin_themely" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.8" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_admin_themely-0.0.3 | active_admin_themely.gemspec |