Sha256: 92c9145ec66bbd52aed1efdc97876c13e467fb84fafabe76c7cfcc5230f02ba2
Contents?: true
Size: 649 Bytes
Versions: 11
Compression:
Stored size: 649 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) require 'shibori/version' Gem::Specification.new do |spec| spec.name = 'shibori' spec.version = Shibori::VERSION spec.licenses = ['All rights reserved'] spec.summary = "shibori styleguide" spec.description = "shibori styleguide" spec.authors = ["Heroku"] spec.email = 'heroku@heroku.com' spec.files = `git ls-files -z`.split("\x0") spec.homepage = 'https://www.github.com/heroku/shibori' spec.require_paths = ['lib'] spec.add_runtime_dependency 'bourbon', ['< 5.0.0', '>= 3.1.8'] spec.add_runtime_dependency 'neat', '~> 1.7', '>= 1.7.2' end
Version data entries
11 entries across 11 versions & 1 rubygems