Sha256: d2374607999cf7fa39cdee84cea44a28098cff372b57123a9d1823027212a621

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = 'middleman-targets'
  s.version     = Middleman::MiddlemanTargets::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Jim Derry']
  s.email       = ['balthisar@gmail.com']
  s.homepage    = 'https://github.com/middlemac/middleman-targets'
  s.summary     = 'Provides multiple build targets and tools for Middleman.'
  s.description = 'Provides multiple build targets and tools for Middleman.'
  s.license     = 'MIT'

  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']
  
  # The version of middleman-core your extension depends on
  s.add_runtime_dependency('middleman-core', ['~> 4.1', '>= 4.1.6'])

  # Additional dependencies
  s.add_runtime_dependency('middleman-cli', ['~> 4.1', '>= 4.1.6'])
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
middleman-targets-1.0.3 middleman-targets.gemspec
middleman-targets-1.0.2 middleman-targets.gemspec
middleman-targets-1.0.1 middleman-targets.gemspec
middleman-targets-1.0.0 middleman-targets.gemspec