Sha256: 5a2f48ea7e38943993d11b0db9863ca0c4cc66a08772054aba5c807c902879d1
Contents?: true
Size: 670 Bytes
Versions: 1
Compression:
Stored size: 670 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = 'bulma-rails' gem.version = '0.0.14' gem.date = Date.today gem.authors = ["Joshua Jansen"] gem.email = ["joshuajansen88@gmail.com"] gem.description = %q{A modern CSS framework based on Flexbox} gem.summary = %q{This gem adds the bulma.io assets to your asset pipeline so you can import them in your Rails project.} gem.homepage = "https://github.com/joshuajansen/bulma-rails" gem.files = `git ls-files`.split($\) gem.require_paths = ["lib"] gem.license = 'MIT' gem.add_runtime_dependency 'sass', '~> 3.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bulma-rails-0.0.14 | bulma-rails.gemspec |