Sha256: 08dfaa414658b30712226904a30d2cc23ec3acb28afe0a0414714eccffe2ca5f

Contents?: true

Size: 1000 Bytes

Versions: 3

Compression:

Stored size: 1000 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "haml-sprockets"
  s.version     = Haml::Sprockets::VERSION
  s.authors     = ["vagmi"]
  s.email       = ["vagmi.mudumbai@gmail.com"]
  s.homepage    = "https://github.com/dharanasoft/haml-sprockets"
  s.summary     = %q{Use the awesome 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 = "haml-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.0.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
haml-sprockets-0.0.3 haml-sprockets.gemspec
haml-sprockets-0.0.2 haml-sprockets.gemspec
haml-sprockets-0.0.1 haml-sprockets.gemspec