Sha256: 105258dee7c0191c1a132ef4315eabd86895ce389d9bb54501a8aa21c4c86234
Contents?: true
Size: 1.4 KB
Versions: 4
Compression:
Stored size: 1.4 KB
Contents
$:.push File.expand_path("../lib", __FILE__) require "bourbon/version" Gem::Specification.new do |s| s.add_development_dependency "aruba", "~> 0.6.2" s.add_development_dependency "css_parser", "~> 1.3" s.add_development_dependency "rake", "~> 10.4" s.add_development_dependency "rspec", "~> 3.3" s.add_development_dependency "scss_lint", "0.47" s.add_runtime_dependency "sass", "~> 3.4" s.add_runtime_dependency "thor", "~> 0.19" s.authors = [ "Christian Reuter", "Damian Galarza", "Gabe Berke-Williams", "Hugo Giraudel", "Joshua Ogle", "Kyle Fiedler", "Phil LaPier", "Reda Lemeden", "Tyson Gach", "Will McMahan" ] s.description = <<-DESC Bourbon is a library of pure Sass mixins that are designed to be simple and easy to use. No configuration required. The mixins aim to be as vanilla as possible, meaning they should be as close to the original CSS syntax as possible. DESC s.email = "design+bourbon@thoughtbot.com" s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.files = `git ls-files`.split("\n") s.homepage = "http://bourbon.io" s.license = "MIT" s.name = "bourbon" s.platform = Gem::Platform::RUBY s.require_paths = ["lib"] s.summary = "A simple and lightweight mixin library for Sass" s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.version = Bourbon::VERSION end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bourbon-5.0.0.beta.5 | bourbon.gemspec |
bourbon-5.0.0.beta.4 | bourbon.gemspec |
bourbon-5.0.0.beta.3 | bourbon.gemspec |
bourbon-5.0.0.beta.2 | bourbon.gemspec |