Sha256: d5bb33608a4b0189b6db5fcae839a8186cbfedcf1c0f948ef83e5b8c7248c222
Contents?: true
Size: 621 Bytes
Versions: 1
Compression:
Stored size: 621 Bytes
Contents
Gem::Specification.new do |gem| gem.name = "bulma-rails" gem.version = "1.0.2" 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 "dartsass-rails", "~> 0.5.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bulma-rails-1.0.2 | bulma-rails.gemspec |