Sha256: f00874f770104ac518721aad9e358b38ba37a2d20f79e1f2259556fec82ebc99

Contents?: true

Size: 843 Bytes

Versions: 1

Compression:

Stored size: 843 Bytes

Contents

lib = File.expand_path("../lib/", __FILE__)
$:.unshift lib unless $:.include?(lib)

require "cell/hamlit/version"

Gem::Specification.new do |spec|
  spec.name          = "cells-hamlit"
  spec.version       = Cell::Hamlit::VERSION
  spec.authors       = ["Nick Sutterer", "Timo Schilling"]
  spec.email         = %w(apotonick@gmail.com timo@schilling.io)
  spec.summary       = "Hamlit integration for Cells"
  spec.description   = spec.summary
  spec.homepage      = "https://github.com/trailblazer/cells-hamlit"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.test_files    = spec.files.grep(%r{^(test)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "cells", "~> 4.0"
  spec.add_dependency "hamlit"
  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cells-hamlit-0.2.0 cells-hamlit.gemspec