Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
jekyll-scholar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caesr-pub
jekyll-scholar
Commits
0bb04db1
Commit
0bb04db1
authored
Jan 12, 2015
by
Sylvester Keil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pre 2.2. deps
parent
947e7439
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
Gemfile
Gemfile
+7
-1
features/sorting.feature
features/sorting.feature
+1
-1
No files found.
Gemfile
View file @
0bb04db1
...
...
@@ -2,7 +2,13 @@ source 'https://rubygems.org'
gemspec
group
:development
do
gem
'
test-unit
'
if
RUBY_VERSION
.
start_with?
(
'2.2'
)
if
RUBY_VERSION
.
start_with?
(
'2.2'
)
gem
'
test-unit
'
else
gem
'
minitest
'
,
'< 5.0'
end
gem
'
rake
'
gem
'
redgreen
'
,
'~> 1.2'
gem
'
shoulda
'
,
'~> 3.5'
...
...
features/sorting.feature
View file @
0bb04db1
...
...
@@ -191,7 +191,7 @@ Feature: Sorting BibTeX Bibliographies
Then
"Ruby Programming"
should come before
"Smalltalk"
in
"_site/scholar.html"
And
I should not see
"<i>Ruby Not Cited</i>"
in
"_site/scholar.html"
@tags
@sorting
@wip
@tags
@sorting
Scenario
:
Sort By Year And Month
Given I have a scholar configuration with
:
|
key
|
value
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment