Sha256: 08f3d57d651d2ccf276ef9fca6b4048a94a3ed816a51f4fb2317f642dea7090f

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "cshaml-sprockets"
  s.version     = Cshaml::Sprockets::VERSION
  s.authors     = ["Boris Nadion"]
  s.email       = ["boris@astrails.com"]
  s.homepage    = "https://github.com/astrails/cshaml-sprockets"
  s.summary     = %q{Use the awesome https://github.com/uglyog/clientside-haml-js javascript templating lib in Ruby}
  s.description = %q{Use the JST processor and have haml code read in and appended to application.js}

  s.rubyforge_project = "cshaml-sprockets"

  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"]

  # specify any dependencies here; for example:
  # s.add_development_dependency "rspec"
  s.add_runtime_dependency "tilt", "~> 1.3"
  s.add_runtime_dependency "sprockets", "~> 2.11"

  s.add_development_dependency 'rspec'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cshaml-sprockets-0.0.4 cs-haml-sprockets.gemspec