File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ source 'https://rubygems.org'
22gem "jekyll"
33gem "json"
44gem "hash-joiner"
5+
6+ gem "jekyll-get-json" , "~> 1.0"
Original file line number Diff line number Diff line change 88 colorator (1.1.0 )
99 concurrent-ruby (1.3.6 )
1010 csv (3.3.5 )
11+ deep_merge (1.2.2 )
1112 em-websocket (0.5.3 )
1213 eventmachine (>= 0.12.9 )
1314 http_parser.rb (~> 0 )
4142 safe_yaml (~> 1.0 )
4243 terminal-table (>= 1.8 , < 4.0 )
4344 webrick (~> 1.7 )
45+ jekyll-get-json (1.0.0 )
46+ deep_merge (~> 1.2 )
47+ jekyll (>= 3.0 )
4448 jekyll-sass-converter (3.1.0 )
4549 sass-embedded (~> 1.75 )
4650 jekyll-watch (2.2.1 )
@@ -81,6 +85,7 @@ PLATFORMS
8185DEPENDENCIES
8286 hash-joiner
8387 jekyll
88+ jekyll-get-json (~> 1.0 )
8489 json
8590
8691BUNDLED WITH
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins_dir: ./_plugins
1212# Build settings
1313markdown : kramdown
1414
15- jekyll_get :
15+ jekyll_get_json :
1616 - data : latest
1717 json : ' https://api.github.com/repos/simplesamlphp/simplesamlphp/releases/latest'
1818 cache : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments