文件名称:ritual:甜美、简单的 Rakefiles 为您的 gem
文件大小:27KB
文件格式:ZIP
更新时间:2024-07-17 05:26:04
Ruby
仪式 甜美、简单的 Rakefiles 为您的 gem。 从 Bundler 离开的地方开始,将整个发布仪式减少到一个命令。 例子 对于普通的 ruby gem(无扩展名),这通常足以满足您的Rakefile : require 'ritual' 要发布您的 gem 的新补丁版本: rake patch release release任务只运行这些任务: rake repo:bump # Bump and commit the version file and changelog. rake repo:tag # Tag the release with the current version. rake repo:push # Push updates upstream. rake gem:build # Build the gem. rak
【文件预览】:
ritual-master
----.gitignore(20B)
----templates()
--------gitignore(14B)
--------CHANGELOG(18B)
--------gemspec.rb(665B)
--------LICENSE(1KB)
--------README.markdown(21B)
--------version.rb(137B)
--------Gemfile(53B)
--------lib.rb(75B)
--------Rakefile(17B)
----CHANGELOG(1KB)
----bin()
--------ritual(2KB)
----.travis.yml(146B)
----LICENSE(1KB)
----spec()
--------support()
--------ritual()
--------spec_helper.rb(423B)
----README.markdown(4KB)
----lib()
--------ritual()
--------ritual.rb(4KB)
----Gemfile(167B)
----features()
--------debug_steps.rb(180B)
--------creating.feature(3KB)
--------support()
--------step_definitions()
--------customization.feature(3KB)
--------releasing.feature(1KB)
--------installing.feature(341B)
--------extensions.feature(5KB)
----Rakefile(282B)
----ritual.gemspec(1KB)