Sha256: c231fc0b5cd40cf8b660cd62d16169914fc9821c151dd461068d0f4c93b946c7

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = 'sprockets-plugin'
  s.version     = Sprockets::Plugin::VERSION
  s.authors     = ['Pete Browne']
  s.email       = ['me@petebrowne.com']
  s.homepage    = 'https://github.com/petebrowne/sprockets-plugin'
  s.summary     = %q{Package assets into gems for non-Rails Sprockets 2.x applications.}
  s.description = %q{Package assets into gems for non-Rails Sprockets 2.x applications.}

  s.rubyforge_project = 'sprockets-plugin'

  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_runtime_dependency     'sprockets',      '~> 2.0'
  s.add_development_dependency 'appraisal',      '~> 0.4.0'
  s.add_development_dependency 'rspec',          '~> 2.6.0'
  s.add_development_dependency 'test-construct', '~> 1.2.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sprockets-plugin-0.2.1 sprockets-plugin.gemspec