1 Star 0 Fork 0

NeverMind/mruby

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mruby-source.gemspec 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'mruby/source'
Gem::Specification.new do |spec|
spec.name = "mruby-source"
spec.version = MRuby::Source::MRUBY_VERSION
spec.authors = [ MRuby::Source::MRUBY_AUTHOR ]
spec.summary = %q{MRuby source code wrapper.}
spec.description = %q{MRuby source code wrapper for use with Ruby libs.}
spec.homepage = "https://mruby.org"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.require_paths = ["lib"]
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xieyingbo/mruby.git
git@gitee.com:xieyingbo/mruby.git
xieyingbo
mruby
mruby
master

搜索帮助