Ai
1 Star 0 Fork 0

算法与编程之美/yaffle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
yaffle.gemspec 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
gschen01 提交于 2014-10-29 17:19 +08:00 . firtst
$:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "yaffle/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "yaffle"
s.version = Yaffle::VERSION
s.authors = ["TODO: Your name"]
s.email = ["TODO: Your email"]
s.homepage = "TODO"
s.summary = "TODO: Summary of Yaffle."
s.description = "TODO: Description of Yaffle."
s.license = "MIT"
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]
s.add_dependency "rails", "~> 4.1.6"
s.add_development_dependency "sqlite3"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/algo_coding/yaffle.git
git@gitee.com:algo_coding/yaffle.git
algo_coding
yaffle
yaffle
master

搜索帮助