2 Star 0 Fork 0

mirrors_airbnb/marginalia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
marginalia.gemspec 920 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gem::Specification.new do |gem|
gem.authors = ["Noah Lorang", "Nick Quaranto", "Taylor Weibley"]
gem.email = ["noah@37signals.com"]
gem.homepage = "https://github.com/37signals/marginalia"
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test}/*`.split("\n")
gem.name = "marginalia"
gem.require_paths = ["lib"]
gem.version = "1.1.3"
gem.add_runtime_dependency "actionpack", ">= 2.3", "< 3.3"
gem.add_runtime_dependency "activerecord", ">= 2.3", "< 3.3"
gem.add_development_dependency "rake"
gem.add_development_dependency "mysql"
gem.add_development_dependency "mysql2"
gem.add_development_dependency "pg"
gem.add_development_dependency "sqlite3"
gem.summary = description = %q{Attach comments to your ActiveRecord queries.}
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_airbnb/marginalia.git
git@gitee.com:mirrors_airbnb/marginalia.git
mirrors_airbnb
marginalia
marginalia
master

搜索帮助