Sha256: a024ceafc4a516183cb67188d1a180bc6deeb15694b1d3fb71cecd206186e732

Contents?: true

Size: 891 Bytes

Versions: 4

Compression:

Stored size: 891 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'atlas_assets/version'

Gem::Specification.new do |gem|
  gem.name          = "atlas_assets"
  gem.version       = Atlas::Assets::VERSION
  gem.authors       = ["Rune Skjoldborg Madsen"]
  gem.email         = ["rune@runemadsen.com"]
  gem.description   = %q{Public repository with assets and design guide for the Atlas platform}
  gem.summary       = %q{Public repository with assets and design guide for the Atlas platform}
  gem.homepage      = "http://atlas-assets.herokuapp.com"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_dependency "handlebars_assets", "0.17.1"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
atlas_assets-0.8.13 atlas_assets.gemspec
atlas_assets-0.8.12 atlas_assets.gemspec
atlas_assets-0.8.11 atlas_assets.gemspec
atlas_assets-0.8.10 atlas_assets.gemspec