Sha256: a88e8b40732fa6e9406edc578fe8347e7fb6af1bfc411c404c1cdc6512cc11c7

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "kentucky/version"

Gem::Specification.new do |s|
  s.name        = "kentucky"
  s.version     = Kentucky::VERSION
  s.license     = "MIT"
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Aaron Clemmer", "Greg Bruening", "Chris Brinson"]
  s.email       = ["greg@lookthink.com"]
  s.homepage    = "https://github.com/geebru/Kentucky"
  s.summary     = "SCSS project base and mixin library."
  s.description = <<-DESC
Kentucky is a class-independent front-end framework built as a standard project starting point.
  DESC

  #s.rubyforge_project = "bourbon"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_dependency('sass', '~> 3.4')
  s.add_dependency('thor', '>= 0')

  s.add_development_dependency('aruba', '>= 0')
  s.add_development_dependency('rake', '>= 0')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kentucky-2.2.2 kentucky.gemspec
kentucky-2.2.1 kentucky.gemspec