Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 69e3b55

Browse files
committed
Add Versions label to versions drop down.
1 parent 195f675 commit 69e3b55

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/documentation.html.slim

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ gems:
44
- name: rspec-core
55
description: >
66
The spec runner, providing a rich command line program, flexible and
7-
customizable reporting, and an API to organize your code examples
7+
customizable reporting, and an API to organize your code examples.
88
- name: rspec-expectations
99
description: >
10-
Provides a readable API to express expected outcomes of a code example
10+
Provides a readable API to express expected outcomes of a code example.
1111
- name: rspec-mocks
1212
description: >
1313
Test double framework, providing multiple types of fake objects to allow you
14-
to tightly control the environment in which your specs run
14+
to tightly control the environment in which your specs run.
1515
- name: rspec-rails
1616
description: >
1717
Supports using RSpec to test Ruby on Rails applications in place of Rails' built-in test framework.
@@ -38,8 +38,7 @@ section
3838
b
3939
| #{gem.name}: 
4040
span
41-
== gem.description
42-
= documentation_links_for(gem.name)
41+
| #{gem.description} Versions: #{documentation_links_for(gem.name)}
4342

4443
article.relish
4544
h2 Relish

0 commit comments

Comments
 (0)