Sha256: 393ca6fed087e6d0b254fa07c6b95f8518f2757a93a75769c2e7a70288996976

Contents?: true

Size: 786 Bytes

Versions: 1

Compression:

Stored size: 786 Bytes

Contents

# -*- encoding: utf-8 -*-
$LOAD_PATH.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |s|
  s.name        = 'middleman-asset-http-prefix'
  s.version     = '0.0.1'
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Ryan Mark']
  s.email       = ['ryan@mrk.cc']
  s.homepage    = 'https://github.com/ryanmark/middleman-asset-http-prefix'
  s.summary     = 'Middleman extension for putting assets at a different http prefix'
  # s.description = %q{A longer description of your extension}

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ['lib']

  # The version of middleman-core your extension depends on
  s.add_runtime_dependency('middleman-core', ['>= 3.4.0'])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-asset-http-prefix-0.0.1 middleman-asset-http-prefix.gemspec