-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'gitlab-ci' into 'master'
GitLab-CI support What was done: * Converted `.travis-ci.yml` to the equivalent in `.gitlab-ci.yml` and added additional rubies. * JRuby support is removed as we don't use and a dependent gem removed the support for it: https://github.com/jgarber/redcloth/issues/31#issuecomment-252954871 * Fixed `README.pod` fixture to use a valid markup * Fixed `README.pod.html` to include updated expected render. See merge request !1
.gitlab-ci.yml
0 → 100644
Loading
| Loading
| @@ -6,8 +6,8 @@ gem "redcarpet", :platforms => :ruby |
gem "kramdown", :platforms => :jruby | ||
gem "RedCloth" | ||
gem "rdoc", "~>3.6" | ||
gem "org-ruby", "= 0.9.9" | ||
gem "creole", "~>0.3.6" | ||
gem "org-ruby", "~> 0.9" | ||
gem "creole", "~>0.5.0" | ||
gem "wikicloth", "=0.8.1", :platforms => :ruby | ||
gem "asciidoctor", "= 1.5.2" | ||
gem "rake" |
Please register or sign in to comment