Sha256: 3a7e7e25eba9ace6902441ab728d8a9ff27a03d7d547e7a620b54b6b7c1c5008
Contents?: true
Size: 807 Bytes
Versions: 3
Compression:
Stored size: 807 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "steering/source/version" Gem::Specification.new do |gem| gem.name = "steering-source" gem.version = Steering::Source::VERSION gem.platform = Gem::Platform::RUBY gem.authors = ["Andrew White"] gem.email = ["andyw@pixeltrix.co.uk"] gem.homepage = "https://github.com/pixeltrix/steering-source" gem.summary = %q{Handlebars.js compiler source} gem.description = %q{JavaScript source code for the Handlebars.js compiler.} gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
steering-source-1.3.0 | steering-source.gemspec |
steering-source-1.0.rc.1 | steering-source.gemspec |
steering-source-1.0.beta.6 | steering-source.gemspec |