All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.components.handlebars.handlebars-source.gemspec Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
# -*- encoding: utf-8 -*-
require 'json'

package = JSON.parse(File.read('bower.json'))

Gem::Specification.new do |gem|
  gem.name          = "handlebars-source"
  gem.authors       = ["Yehuda Katz"]
  gem.email         = ["[email protected]"]
  gem.date          = Time.now.strftime("%Y-%m-%d")
  gem.description   = %q{Handlebars.js source code wrapper for (pre)compilation gems.}
  gem.summary       = %q{Handlebars.js source code wrapper}
  gem.homepage      = "https://github.com/wycats/handlebars.js/"
  gem.version       = package["version"]

  gem.files = [
    'handlebars.js',
    'handlebars.runtime.js',
    'lib/handlebars/source.rb'
  ]
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy