forked from dkniffin/active_material
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactive_material.gemspec
More file actions
22 lines (19 loc) · 888 Bytes
/
active_material.gemspec
File metadata and controls
22 lines (19 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'active_material/version'
Gem::Specification.new do |spec|
spec.name = "active_material"
spec.version = ActiveMaterial::VERSION
spec.authors = ["Nate Hunzaker", "David Eisinger"]
spec.email = ["nate.hunzaker@viget.com", "david.eisinger@viget.com"]
spec.summary = %q{ActiveAdmin skin based on Google's Material Design.}
spec.description = %q{ActiveAdmin skin based on Google's Material Design.}
spec.homepage = ""
spec.license = "MIT"
spec.files = Dir["{lib,app}/**/*"] + ["LICENSE.txt", "README.md"]
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "sass-rails"
end