Sha256: 020c3837ac5f73106b71a14764972b821514cd5ccc3133879938b3728f63e279

Contents?: true

Size: 909 Bytes

Versions: 1

Compression:

Stored size: 909 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   = 'Prepackaged patterns and components built with Bourbon, Neat and Bitters.'
  s.summary       = 'Prepackaged patterns and components built with Bourbon, Neat and Bitters.'
  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.1.0 refills.gemspec