Sha256: be1a8560960319e1e334dec6f1e06a84bd0ebfd73761e4b5a0bc11c0699bd77b
Contents?: true
Size: 399 Bytes
Versions: 15
Compression:
Stored size: 399 Bytes
Contents
require 'json' module Joosy PACKAGE = File.expand_path("../../package.json", __FILE__) # Converting semver to the notation compatible with rubygems VERSION = JSON.parse(File.read(PACKAGE))['version'].gsub '-', '.' def self.assets_paths [ File.expand_path('../../source', __FILE__) ] end def self.templates_path File.expand_path '../../templates', __FILE__ end end
Version data entries
15 entries across 15 versions & 1 rubygems