Sha256: f9de41cd4210ca7909f03080a307fb9c749c207a6e2ba9fc811f0ca6ab6eb678
Contents?: true
Size: 445 Bytes
Versions: 15
Compression:
Stored size: 445 Bytes
Contents
/*! * zengin-code * https://github.com/rosylilly/zengin_code */ (function() { 'use strict'; var zenginCode = {}; zenginCode = <%= File.read(GEM_ROOT_DIR.join('data/all.json')) %>; if (typeof define === 'function' && define.amd) { define(function() { return zenginCode; }); } else if (typeof module !== 'undefined' && module.exports) { module.exports = zenginCode; } else { window.zenginCode = zenginCode; } })();
Version data entries
15 entries across 15 versions & 1 rubygems