Sha256: 796577fb5b326452cbf9f4da59505169c6be32424c80e9a73ae2d31a7a3654e1
Contents?: true
Size: 501 Bytes
Versions: 4
Compression:
Stored size: 501 Bytes
Contents
# encoding: UTF-8 # Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 module TwitterCldr module Js module Renderers class DataBundle < Mustache self.template_path = File.expand_path(File.join(File.dirname(__FILE__), "..", "mustache")) self.template_file = File.join(self.template_path, "data_bundle.coffee") self.template_extension = "coffee" def version TwitterCldr::Js::VERSION end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems