File tree 6 files changed +8
-4
lines changed
6 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
cache : bundler
3
- sudo : false
4
- rvm : 2.5
3
+ rvm : 2.6
5
4
6
5
install : script/bootstrap
7
6
script : script/cibuild
Original file line number Diff line number Diff line change
1
+ # frozen_string_literal: true
2
+
1
3
source 'https://rubygems.org'
2
4
3
5
gemspec
Original file line number Diff line number Diff line change 94
94
95
95
### Small image
96
96
97
- ![ Octocat] ( https://assets-cdn. github.com/images/icons/emoji/octocat.png )
97
+ ![ Octocat] ( https://github.githubassets .com/images/icons/emoji/octocat.png )
98
98
99
99
### Large image
100
100
Original file line number Diff line number Diff line change
1
+ # frozen_string_literal: true
2
+
1
3
Gem ::Specification . new do |s |
2
4
s . name = 'jekyll-theme-minimal'
3
5
s . version = '0.1.1'
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
bundle exec jekyll build
6
- bundle exec htmlproofer ./_site --check-html --check-sri --disable-external
6
+ bundle exec htmlproofer ./_site --check-html --check-sri
7
7
bundle exec rubocop -D
8
8
bundle exec script/validate-html
9
9
gem build jekyll-theme-minimal.gemspec
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
3
4
require 'w3c_validators'
4
5
You can’t perform that action at this time.
0 commit comments