Sha256: cae73d829e7590098d197ab759afec134bfd1f75c0d4e9ed58e8628e054527bd

Contents?: true

Size: 876 Bytes

Versions: 6

Compression:

Stored size: 876 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "head_start"
  s.version     = HeadStart::VERSION
  s.authors     = ["Adre Du Toit"]
  s.email       = ["adre@foxsoft.co.uk"]
  s.homepage    = ""
  s.summary     = %q{This gem extends Compass with Foxsoft's own SCSS libraries and third party Javascript libraries}
  s.description = %q{This gem extends Compass with Foxsoft's own SCSS libraries and third party Javascript libraries - full description pending}

  s.rubyforge_project = "head_start"

  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_development_dependency "compass"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
head_start-0.1.5 head_start.gemspec
head_start-0.1.4 head_start.gemspec
head_start-0.1.3 head_start.gemspec
head_start-0.1.2 head_start.gemspec
head_start-0.1.1 head_start.gemspec
head_start-0.1.0 head_start.gemspec