Sha256: e29dff2256089a8405a21c5c52c5fb99782a29c7d8981a80d1b92b325fd1f97c

Contents?: true

Size: 749 Bytes

Versions: 1

Compression:

Stored size: 749 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
  s.name        = 'bootstrap-material-design'
  s.version     =  '0.1.7'
  s.date        = '2015-02-27'
  s.summary     = "Material Design for Bootstrap"
  s.authors     = ["Paul King"]
  s.email       = 'freedomlijinfa@gmail.com'
  s.homepage    = 'https://github.com/Aufree/bootstrap-material-design'
  s.license     = 'MIT'

  s.files       = `git ls-files -z`.split("\x0")
  s.executables   = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|s|features)/})
  s.require_paths = ['lib']

  s.add_dependency 'bootstrap-sass', '~>3.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-material-design-0.1.7 bootstrap-material-design.gemspec