Sha256: 97ba0fc433e07e7035c8b8209928ecfe2ae1a8cdb18d5075da0de7eff26c7700
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.3' s.date = '2014-11-25' 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.3 | bootstrap-material-design.gemspec |