1 Star 4 Fork 1

Jim/intro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
intro.gemspec 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
jimcheung 提交于 2020-12-31 22:12 +08:00 . upgrade: fix test
$:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "intro/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "intro"
s.version = Intro::VERSION
s.authors = ["Jim Cheung"]
s.email = ["hi.jinhu.zhang@gmail.com"]
s.homepage = "https://github.com/jinhucheung/intro"
s.summary = "Intro brings your rails application to new feature introduction and step-by-step users guide"
s.license = "MIT"
s.files = Dir["{bin,app,config,db,lib}/**/*", "package.json", "postcss.config.js", "public/.keep", "MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["spec/**/*"]
s.add_dependency "rails", "~> 6.0"
s.add_dependency "carrierwave"
s.add_dependency "kaminari", ">= 0.17.0"
s.add_dependency "webpacker"
s.add_development_dependency "sqlite3", "1.4"
s.add_development_dependency "rspec-rails"
s.add_development_dependency "factory_bot_rails"
s.add_development_dependency "shoulda-matchers"
s.add_development_dependency "rails-controller-testing"
s.add_development_dependency "byebug"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/jimcheung/intro.git
git@gitee.com:jimcheung/intro.git
jimcheung
intro
intro
master

搜索帮助