Sha256: c5a722ce4c30a39efbb0cec7e1ae5b3618e6ddcb386395a8456dfbe5d3e70b91
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.2' 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.2 | bootstrap-material-design.gemspec |