Sha256: a4c73a34bf0c7ea3e7ef2512b9d802d8adfe5406c0e48ed45037dfed15b78efd
Contents?: true
Size: 259 Bytes
Versions: 207
Compression:
Stored size: 259 Bytes
Contents
module Ember extend self VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)).strip # we might want to unify this with the ember version string, # but consistency? def rubygems_version_string VERSION.gsub(/[-\+]/,'.') end end
Version data entries
207 entries across 207 versions & 1 rubygems