Sha256: 1af337ddd0d607206b484e95fc5256dff52a1fd5a8fe383984e1f222ffd507b9
Contents?: true
Size: 902 Bytes
Versions: 1
Compression:
Stored size: 902 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) version = File.read(File.expand_path('../VERSION', __FILE__)).strip Gem::Specification.new do |spec| spec.name = "volt-bootstrap_flatui_theme" spec.version = version spec.authors = ["Denny Mueller"] spec.email = ["denny@dennymueller.de"] spec.summary = %q{Flat UI free theme for volt when using bootstrap} spec.homepage = 'https://github.com/dennym/i18n-city-translations' spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "volt", "~> 0.5.0" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
volt-bootstrap_flatui_theme-0.1.0 | volt-bootstrap_flatui_theme.gemspec |