Sha256: e04bde2a038c116dae3e06dc26f634ff6d4d870b588e63913d7c040cdd257424
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "brighter_planet_layout/version" Gem::Specification.new do |s| s.name = "brighter_planet_layout" s.version = BrighterPlanet::Layout::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Andy Rossmeissl", "Seamus Abshere"] s.email = ["andy@rossmeissl.net"] s.homepage = "http://github.com/brighterplanet/brighter_planet_layout" s.summary = %Q{Layout assets for Brighter Planet sites} s.description = %Q{Layouts, partials, stylesheets, and images} s.rubyforge_project = "brighter_planet_layout" s.files = `git ls-files`.split("\n").reject { |fn| fn.downcase =~ /\.ai$/ or fn.downcase =~ /\.psd$/ } 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_runtime_dependency 'brighter_planet_metadata' s.add_development_dependency 'test-unit' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brighter_planet_layout-0.5.6 | brighter_planet_layout.gemspec |