Sha256: f885e243bc5cbce1d468a23f3e9bfaf8a37d4fe5af2f3a6b9c3b51f006b96837

Contents?: true

Size: 751 Bytes

Versions: 1

Compression:

Stored size: 751 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.0.3'
  s.date        = '2014-09-29'
  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.2.0.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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