Sha256: eb2a064af899297ae1057eb7d6b886f44c15e232ce5e0bad39060d479464b6fc

Contents?: true

Size: 948 Bytes

Versions: 1

Compression:

Stored size: 948 Bytes

Contents

# encoding: UTF-8
# frozen_string_literal: true

require File.expand_path("../lib/pug-rails/version", __FILE__)

Gem::Specification.new do |s|
  s.name            = "pug-rails"
  s.version         = PUG_RAILS_GEM_VERSION
  s.author          = "Yaroslav Konoplov"
  s.email           = "eahome00@gmail.com"
  s.summary         = "Make Jade / Pug play well with Sprockets."
  s.description     = "pug-rails is a gem that allows you to easily integrate " \
                      "Jade / Pug template engine " \
                      "with Rails asset packaging system known as Sprockets."
  s.homepage        = "https://github.com/yivo/pug-rails"
  s.license         = "MIT"

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

  s.add_dependency             "pug-ruby",  "~> 2.0.0"
  s.add_development_dependency "bundler",   "~> 1.7"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pug-rails-3.0.0 pug-rails.gemspec