-
-
Notifications
You must be signed in to change notification settings - Fork 109
/
arctic_admin.gemspec
25 lines (23 loc) · 962 Bytes
/
arctic_admin.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'arctic_admin/version'
Gem::Specification.new do |s|
s.name = 'arctic_admin'
s.version = ArcticAdmin::VERSION
s.summary = "Arctic Admin theme for ActiveAdmin"
s.description = "A responsive theme for Active Admin"
s.authors = ["Clément Prod'homme"]
s.files = Dir["{app,lib}/**/*"] + ["README.md", 'LICENCE.txt']
s.homepage = 'https://github.com/cprodhomme/arctic_admin'
s.metadata = {
"source_code_uri" => "https://github.com/cprodhomme/arctic_admin",
"changelog_uri" => "https://github.com/cprodhomme/arctic_admin/releases",
}
s.license = 'MIT'
s.require_paths = ["lib"]
s.add_development_dependency "bundler", "~> 1.5"
s.add_development_dependency "rake"
s.add_dependency 'activeadmin', ['>= 1.1.0', '< 4.0']
s.add_dependency 'font-awesome-sass', '~> 6.0'
end