Sha256: 5f269e5ec1bf1329d2d61c73ae775e61729c38f54703f263d11fc6e917df913b
Contents?: true
Size: 867 Bytes
Versions: 1
Compression:
Stored size: 867 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'refills/version' Gem::Specification.new do |s| s.name = 'refills' s.version = Refills::VERSION s.authors = ['Christian Reuter', 'Joël Quenneville', 'Lisa Sy', 'Magnus Gyllensward', 'Paul Smith', 'Tyson Gach'] s.email = 'design+bourbon@thoughtbot.com' s.description = 'Components and patterns built with Bourbon and Neat.' s.summary = 'Components and patterns built with Bourbon and Neat.' s.homepage = 'http://refills.bourbon.io' s.license = 'MIT' s.files = `git ls-files`.split($/) s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ['lib'] s.add_development_dependency 'bundler', '~> 1.3' s.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refills-0.2.0 | refills.gemspec |