Skip to content

Commit

Permalink
add more text to gems.slim
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jun 10, 2015
1 parent 3870e29 commit 0a3b2a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/gems.slim
Expand Up @@ -15,7 +15,8 @@ html
- if ENV['TRAVIS']
| by <a href="https://travis-ci.org/SciRuby/sciruby/jobs/#{ENV['TRAVIS_JOB_ID']}">Travis-CI</a> from commit
<a href="https://github.com/SciRuby/sciruby/commit/#{ENV['TRAVIS_COMMIT']}">#{ENV['TRAVIS_COMMIT']}</a>.
li #{SciRuby.gems.size} gems listed
li #{SciRuby.gems.size} gems listed that <a href="https://rubygems.org/gems/sciruby">sciruby</a> knows about.
li Excluded gems are not included in the <a href="https://rubygems.org/gems/sciruby-full">sciruby-full</a> installation.
table.table data={ toggle: 'table',
search: 'true',
sortable: 'true',
Expand Down

0 comments on commit 0a3b2a6

Please sign in to comment.