lol

jekyll: 3.8.6 -> 4.0.0

+192 -211
-2
pkgs/applications/misc/jekyll/basic/Gemfile
··· 1 source "https://rubygems.org" 2 gem "jekyll" 3 # jekyll alone might be enough for most use-cases 4 - gem "rouge" 5 - gem "activesupport", "~> 4.2" 6 gem "jekyll-avatar" 7 gem "jekyll-mentions" 8 gem "jekyll-seo-tag"
··· 1 source "https://rubygems.org" 2 gem "jekyll" 3 # jekyll alone might be enough for most use-cases 4 gem "jekyll-avatar" 5 gem "jekyll-mentions" 6 gem "jekyll-seo-tag"
+24 -20
pkgs/applications/misc/jekyll/basic/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - activesupport (4.2.11.1) 5 - i18n (~> 0.7) 6 minitest (~> 5.1) 7 - thread_safe (~> 0.3, >= 0.3.4) 8 tzinfo (~> 1.1) 9 addressable (2.6.0) 10 public_suffix (>= 2.0.2, < 4.0) 11 colorator (1.1.0) ··· 21 activesupport (>= 2) 22 nokogiri (>= 1.4) 23 http_parser.rb (0.6.0) 24 - i18n (0.9.5) 25 concurrent-ruby (~> 1.0) 26 - jekyll (3.8.6) 27 addressable (~> 2.4) 28 colorator (~> 1.0) 29 em-websocket (~> 0.5) 30 - i18n (~> 0.7) 31 - jekyll-sass-converter (~> 1.0) 32 jekyll-watch (~> 2.0) 33 - kramdown (~> 1.14) 34 liquid (~> 4.0) 35 mercenary (~> 0.3.3) 36 pathutil (~> 0.9) 37 - rouge (>= 1.7, < 4) 38 safe_yaml (~> 1.0) 39 jekyll-avatar (0.7.0) 40 jekyll (>= 3.0, < 5.0) 41 jekyll-mentions (1.5.1) 42 html-pipeline (~> 2.3) 43 jekyll (>= 3.7, < 5.0) 44 - jekyll-sass-converter (1.5.2) 45 - sass (~> 3.4) 46 jekyll-seo-tag (2.6.1) 47 jekyll (>= 3.3, < 5.0) 48 jekyll-sitemap (1.3.1) ··· 53 gemoji (~> 3.0) 54 html-pipeline (~> 2.2) 55 jekyll (>= 3.0, < 5.0) 56 - kramdown (1.17.0) 57 liquid (4.0.3) 58 listen (3.1.5) 59 rb-fsevent (~> 0.9, >= 0.9.4) ··· 70 rb-fsevent (0.10.3) 71 rb-inotify (0.10.0) 72 ffi (~> 1.0) 73 - rouge (3.8.0) 74 ruby_dep (1.5.0) 75 safe_yaml (1.0.5) 76 - sass (3.7.4) 77 - sass-listen (~> 4.0.0) 78 - sass-listen (4.0.0) 79 - rb-fsevent (~> 0.9, >= 0.9.4) 80 - rb-inotify (~> 0.9, >= 0.9.7) 81 thread_safe (0.3.6) 82 tzinfo (1.2.5) 83 thread_safe (~> 0.1) 84 85 PLATFORMS 86 ruby 87 88 DEPENDENCIES 89 - activesupport (~> 4.2) 90 jekyll 91 jekyll-avatar 92 jekyll-mentions 93 jekyll-seo-tag 94 jekyll-sitemap 95 jemoji 96 - rouge 97 98 BUNDLED WITH 99 1.17.2
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + activesupport (6.0.0) 5 + concurrent-ruby (~> 1.0, >= 1.0.2) 6 + i18n (>= 0.7, < 2) 7 minitest (~> 5.1) 8 tzinfo (~> 1.1) 9 + zeitwerk (~> 2.1, >= 2.1.8) 10 addressable (2.6.0) 11 public_suffix (>= 2.0.2, < 4.0) 12 colorator (1.1.0) ··· 22 activesupport (>= 2) 23 nokogiri (>= 1.4) 24 http_parser.rb (0.6.0) 25 + i18n (1.6.0) 26 concurrent-ruby (~> 1.0) 27 + jekyll (4.0.0) 28 addressable (~> 2.4) 29 colorator (~> 1.0) 30 em-websocket (~> 0.5) 31 + i18n (>= 0.9.5, < 2) 32 + jekyll-sass-converter (~> 2.0) 33 jekyll-watch (~> 2.0) 34 + kramdown (~> 2.1) 35 + kramdown-parser-gfm (~> 1.0) 36 liquid (~> 4.0) 37 mercenary (~> 0.3.3) 38 pathutil (~> 0.9) 39 + rouge (~> 3.0) 40 safe_yaml (~> 1.0) 41 + terminal-table (~> 1.8) 42 jekyll-avatar (0.7.0) 43 jekyll (>= 3.0, < 5.0) 44 jekyll-mentions (1.5.1) 45 html-pipeline (~> 2.3) 46 jekyll (>= 3.7, < 5.0) 47 + jekyll-sass-converter (2.0.0) 48 + sassc (> 2.0.1, < 3.0) 49 jekyll-seo-tag (2.6.1) 50 jekyll (>= 3.3, < 5.0) 51 jekyll-sitemap (1.3.1) ··· 56 gemoji (~> 3.0) 57 html-pipeline (~> 2.2) 58 jekyll (>= 3.0, < 5.0) 59 + kramdown (2.1.0) 60 + kramdown-parser-gfm (1.1.0) 61 + kramdown (~> 2.0) 62 liquid (4.0.3) 63 listen (3.1.5) 64 rb-fsevent (~> 0.9, >= 0.9.4) ··· 75 rb-fsevent (0.10.3) 76 rb-inotify (0.10.0) 77 ffi (~> 1.0) 78 + rouge (3.9.0) 79 ruby_dep (1.5.0) 80 safe_yaml (1.0.5) 81 + sassc (2.1.0) 82 + ffi (~> 1.9) 83 + terminal-table (1.8.0) 84 + unicode-display_width (~> 1.1, >= 1.1.1) 85 thread_safe (0.3.6) 86 tzinfo (1.2.5) 87 thread_safe (~> 0.1) 88 + unicode-display_width (1.6.0) 89 + zeitwerk (2.1.9) 90 91 PLATFORMS 92 ruby 93 94 DEPENDENCIES 95 jekyll 96 jekyll-avatar 97 jekyll-mentions 98 jekyll-seo-tag 99 jekyll-sitemap 100 jemoji 101 102 BUNDLED WITH 103 1.17.2
+54 -23
pkgs/applications/misc/jekyll/basic/gemset.nix
··· 1 { 2 activesupport = { 3 - dependencies = ["i18n" "minitest" "thread_safe" "tzinfo"]; 4 groups = ["default"]; 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "1vbq7a805bfvyik2q3kl9s3r418f5qzvysqbz2cwy4hr7m2q4ir6"; 9 type = "gem"; 10 }; 11 - version = "4.2.11.1"; 12 }; 13 addressable = { 14 dependencies = ["public_suffix"]; ··· 119 platforms = []; 120 source = { 121 remotes = ["https://rubygems.org"]; 122 - sha256 = "038qvz7kd3cfxk8bvagqhakx68pfbnmghpdkx7573wbf0maqp9a3"; 123 type = "gem"; 124 }; 125 - version = "0.9.5"; 126 }; 127 jekyll = { 128 - dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"]; 129 groups = ["default"]; 130 platforms = []; 131 source = { 132 remotes = ["https://rubygems.org"]; 133 - sha256 = "1ph1jjjl25vmzif7bvxzviq7azjm384pm7ba4k24cah94285bzhz"; 134 type = "gem"; 135 }; 136 - version = "3.8.6"; 137 }; 138 jekyll-avatar = { 139 dependencies = ["jekyll"]; ··· 158 version = "1.5.1"; 159 }; 160 jekyll-sass-converter = { 161 - dependencies = ["sass"]; 162 groups = ["default"]; 163 platforms = []; 164 source = { 165 remotes = ["https://rubygems.org"]; 166 - sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk"; 167 type = "gem"; 168 }; 169 - version = "1.5.2"; 170 }; 171 jekyll-seo-tag = { 172 dependencies = ["jekyll"]; ··· 217 platforms = []; 218 source = { 219 remotes = ["https://rubygems.org"]; 220 - sha256 = "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq"; 221 type = "gem"; 222 }; 223 - version = "1.17.0"; 224 }; 225 liquid = { 226 groups = ["default"]; ··· 331 platforms = []; 332 source = { 333 remotes = ["https://rubygems.org"]; 334 - sha256 = "10cyx03qjdajkkr1gfqhah4n632ma8k8g6hcf0c60pfp6iii8ffs"; 335 type = "gem"; 336 }; 337 - version = "3.8.0"; 338 }; 339 ruby_dep = { 340 groups = ["default"]; ··· 356 }; 357 version = "1.0.5"; 358 }; 359 - sass = { 360 - dependencies = ["sass-listen"]; 361 groups = ["default"]; 362 platforms = []; 363 source = { 364 remotes = ["https://rubygems.org"]; 365 - sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0"; 366 type = "gem"; 367 }; 368 - version = "3.7.4"; 369 }; 370 - sass-listen = { 371 - dependencies = ["rb-fsevent" "rb-inotify"]; 372 groups = ["default"]; 373 platforms = []; 374 source = { 375 remotes = ["https://rubygems.org"]; 376 - sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df"; 377 type = "gem"; 378 }; 379 - version = "4.0.0"; 380 }; 381 thread_safe = { 382 groups = ["default"]; ··· 398 type = "gem"; 399 }; 400 version = "1.2.5"; 401 }; 402 }
··· 1 { 2 activesupport = { 3 + dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; 4 groups = ["default"]; 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "0b24ch7zmrdb4h6aismahk9785lc4ij30lmdr6ydv19kkljsjq5v"; 9 type = "gem"; 10 }; 11 + version = "6.0.0"; 12 }; 13 addressable = { 14 dependencies = ["public_suffix"]; ··· 119 platforms = []; 120 source = { 121 remotes = ["https://rubygems.org"]; 122 + sha256 = "1hfxnlyr618s25xpafw9mypa82qppjccbh292c4l3bj36az7f6wl"; 123 type = "gem"; 124 }; 125 + version = "1.6.0"; 126 }; 127 jekyll = { 128 + dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml" "terminal-table"]; 129 groups = ["default"]; 130 platforms = []; 131 source = { 132 remotes = ["https://rubygems.org"]; 133 + sha256 = "0fpckw5nf4hfr5vhhdlmaxxp5lkdmc1vyqnmijwvy9fmjn4c87aa"; 134 type = "gem"; 135 }; 136 + version = "4.0.0"; 137 }; 138 jekyll-avatar = { 139 dependencies = ["jekyll"]; ··· 158 version = "1.5.1"; 159 }; 160 jekyll-sass-converter = { 161 + dependencies = ["sassc"]; 162 groups = ["default"]; 163 platforms = []; 164 source = { 165 remotes = ["https://rubygems.org"]; 166 + sha256 = "0fbc25p8vqyzmg8wpmgacqjkk3jhrr6kz9y45m43ygck74h2cad2"; 167 type = "gem"; 168 }; 169 + version = "2.0.0"; 170 }; 171 jekyll-seo-tag = { 172 dependencies = ["jekyll"]; ··· 217 platforms = []; 218 source = { 219 remotes = ["https://rubygems.org"]; 220 + sha256 = "1dl840bvx8d9nq6lg3mxqyvbiqnr6lk3jfsm6r8zhz7p5srmd688"; 221 + type = "gem"; 222 + }; 223 + version = "2.1.0"; 224 + }; 225 + kramdown-parser-gfm = { 226 + dependencies = ["kramdown"]; 227 + groups = ["default"]; 228 + platforms = []; 229 + source = { 230 + remotes = ["https://rubygems.org"]; 231 + sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv"; 232 type = "gem"; 233 }; 234 + version = "1.1.0"; 235 }; 236 liquid = { 237 groups = ["default"]; ··· 342 platforms = []; 343 source = { 344 remotes = ["https://rubygems.org"]; 345 + sha256 = "1cn6fin40ngrasqi6qis85mqwx6phnbkzhkkd93acm9vrcf3rkl3"; 346 type = "gem"; 347 }; 348 + version = "3.9.0"; 349 }; 350 ruby_dep = { 351 groups = ["default"]; ··· 367 }; 368 version = "1.0.5"; 369 }; 370 + sassc = { 371 + dependencies = ["ffi"]; 372 groups = ["default"]; 373 platforms = []; 374 source = { 375 remotes = ["https://rubygems.org"]; 376 + sha256 = "06kwfqvpwf33cvkvbv1l9g5ln3q721hz5d3dyasq0k9d28x9w4fs"; 377 type = "gem"; 378 }; 379 + version = "2.1.0"; 380 }; 381 + terminal-table = { 382 + dependencies = ["unicode-display_width"]; 383 groups = ["default"]; 384 platforms = []; 385 source = { 386 remotes = ["https://rubygems.org"]; 387 + sha256 = "1512cngw35hsmhvw4c05rscihc59mnj09m249sm9p3pik831ydqk"; 388 type = "gem"; 389 }; 390 + version = "1.8.0"; 391 }; 392 thread_safe = { 393 groups = ["default"]; ··· 409 type = "gem"; 410 }; 411 version = "1.2.5"; 412 + }; 413 + unicode-display_width = { 414 + groups = ["default"]; 415 + platforms = []; 416 + source = { 417 + remotes = ["https://rubygems.org"]; 418 + sha256 = "08kfiniak1pvg3gn5k6snpigzvhvhyg7slmm0s2qx5zkj62c1z2w"; 419 + type = "gem"; 420 + }; 421 + version = "1.6.0"; 422 + }; 423 + zeitwerk = { 424 + groups = ["default"]; 425 + platforms = []; 426 + source = { 427 + remotes = ["https://rubygems.org"]; 428 + sha256 = "0gaiqg207j99cvqpgmn4ps6a14hz1rrh5zaxfdkiiavapbc5vpzw"; 429 + type = "gem"; 430 + }; 431 + version = "2.1.9"; 432 }; 433 }
+8 -11
pkgs/applications/misc/jekyll/full/Gemfile
··· 1 source "https://rubygems.org" 2 gem "jekyll" 3 - gem "rouge" 4 - gem "activesupport", "~> 4.2" 5 gem "jekyll-avatar" 6 gem "jekyll-mentions" 7 gem "jekyll-seo-tag" 8 gem "jekyll-sitemap" 9 gem "jemoji" 10 # Optional dependencies: 11 - gem "coderay", "~> 1.1.0" 12 gem "jekyll-coffeescript" 13 #gem "jekyll-docs" 14 gem "jekyll-feed", "~> 0.9" 15 gem "jekyll-gist" 16 gem "jekyll-paginate" 17 gem "jekyll-redirect-from" 18 - gem "kramdown", "~> 1.14" 19 gem "mime-types", "~> 3.0" 20 - gem "rdoc", RUBY_VERSION >= "2.2.2" ? "~> 6.0" : "~> 5.1" 21 gem "tomlrb", "~> 1.2" 22 23 platform :ruby, :mswin, :mingw, :x64_mingw do 24 - gem "classifier-reborn", "~> 2.2.0" 25 - gem "liquid-c", "~> 3.0" 26 - gem "pygments.rb", "~> 1.0" 27 - gem "rdiscount", "~> 2.0" 28 - gem "redcarpet", "~> 3.2", ">= 3.2.3" 29 - gem "yajl-ruby", "~> 1.3.1" 30 end
··· 1 source "https://rubygems.org" 2 + 3 gem "jekyll" 4 + 5 gem "jekyll-avatar" 6 gem "jekyll-mentions" 7 gem "jekyll-seo-tag" 8 gem "jekyll-sitemap" 9 gem "jemoji" 10 + 11 # Optional dependencies: 12 gem "jekyll-coffeescript" 13 #gem "jekyll-docs" 14 gem "jekyll-feed", "~> 0.9" 15 gem "jekyll-gist" 16 gem "jekyll-paginate" 17 gem "jekyll-redirect-from" 18 + gem "kramdown-syntax-coderay" 19 gem "mime-types", "~> 3.0" 20 + gem "rdoc", "~> 6.0" 21 gem "tomlrb", "~> 1.2" 22 23 platform :ruby, :mswin, :mingw, :x64_mingw do 24 + gem "classifier-reborn", "~> 2.2" 25 + gem "liquid-c", "~> 4.0" 26 + gem "yajl-ruby", "~> 1.4" 27 end
+33 -35
pkgs/applications/misc/jekyll/full/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - activesupport (4.2.11.1) 5 - i18n (~> 0.7) 6 minitest (~> 5.1) 7 - thread_safe (~> 0.3, >= 0.3.4) 8 tzinfo (~> 1.1) 9 addressable (2.6.0) 10 public_suffix (>= 2.0.2, < 4.0) 11 classifier-reborn (2.2.0) ··· 32 activesupport (>= 2) 33 nokogiri (>= 1.4) 34 http_parser.rb (0.6.0) 35 - i18n (0.9.5) 36 concurrent-ruby (~> 1.0) 37 - jekyll (3.8.6) 38 addressable (~> 2.4) 39 colorator (~> 1.0) 40 em-websocket (~> 0.5) 41 - i18n (~> 0.7) 42 - jekyll-sass-converter (~> 1.0) 43 jekyll-watch (~> 2.0) 44 - kramdown (~> 1.14) 45 liquid (~> 4.0) 46 mercenary (~> 0.3.3) 47 pathutil (~> 0.9) 48 - rouge (>= 1.7, < 4) 49 safe_yaml (~> 1.0) 50 jekyll-avatar (0.7.0) 51 jekyll (>= 3.0, < 5.0) 52 jekyll-coffeescript (1.2.2) ··· 62 jekyll-paginate (1.1.0) 63 jekyll-redirect-from (0.15.0) 64 jekyll (>= 3.3, < 5.0) 65 - jekyll-sass-converter (1.5.2) 66 - sass (~> 3.4) 67 jekyll-seo-tag (2.6.1) 68 jekyll (>= 3.3, < 5.0) 69 jekyll-sitemap (1.3.1) ··· 74 gemoji (~> 3.0) 75 html-pipeline (~> 2.2) 76 jekyll (>= 3.0, < 5.0) 77 - kramdown (1.17.0) 78 liquid (4.0.3) 79 - liquid-c (3.0.0) 80 liquid (>= 3.0.0) 81 listen (3.1.5) 82 rb-fsevent (~> 0.9, >= 0.9.4) ··· 88 mime-types-data (3.2019.0331) 89 mini_portile2 (2.4.0) 90 minitest (5.11.3) 91 - multi_json (1.13.1) 92 multipart-post (2.1.1) 93 nokogiri (1.10.4) 94 mini_portile2 (~> 2.4.0) ··· 97 pathutil (0.16.2) 98 forwardable-extended (~> 2.6) 99 public_suffix (3.1.1) 100 - pygments.rb (1.2.1) 101 - multi_json (>= 1.0.0) 102 rb-fsevent (0.10.3) 103 rb-inotify (0.10.0) 104 ffi (~> 1.0) 105 - rdiscount (2.2.0.1) 106 rdoc (6.1.1) 107 - redcarpet (3.5.0) 108 - rouge (3.8.0) 109 ruby_dep (1.5.0) 110 safe_yaml (1.0.5) 111 - sass (3.7.4) 112 - sass-listen (~> 4.0.0) 113 - sass-listen (4.0.0) 114 - rb-fsevent (~> 0.9, >= 0.9.4) 115 - rb-inotify (~> 0.9, >= 0.9.7) 116 sawyer (0.8.2) 117 addressable (>= 2.3.5) 118 faraday (> 0.8, < 2.0) 119 thread_safe (0.3.6) 120 tomlrb (1.2.8) 121 tzinfo (1.2.5) 122 thread_safe (~> 0.1) 123 - yajl-ruby (1.3.1) 124 125 PLATFORMS 126 ruby 127 128 DEPENDENCIES 129 - activesupport (~> 4.2) 130 - classifier-reborn (~> 2.2.0) 131 - coderay (~> 1.1.0) 132 jekyll 133 jekyll-avatar 134 jekyll-coffeescript ··· 140 jekyll-seo-tag 141 jekyll-sitemap 142 jemoji 143 - kramdown (~> 1.14) 144 - liquid-c (~> 3.0) 145 mime-types (~> 3.0) 146 - pygments.rb (~> 1.0) 147 - rdiscount (~> 2.0) 148 rdoc (~> 6.0) 149 - redcarpet (~> 3.2, >= 3.2.3) 150 - rouge 151 tomlrb (~> 1.2) 152 - yajl-ruby (~> 1.3.1) 153 154 BUNDLED WITH 155 1.17.2
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + activesupport (6.0.0) 5 + concurrent-ruby (~> 1.0, >= 1.0.2) 6 + i18n (>= 0.7, < 2) 7 minitest (~> 5.1) 8 tzinfo (~> 1.1) 9 + zeitwerk (~> 2.1, >= 2.1.8) 10 addressable (2.6.0) 11 public_suffix (>= 2.0.2, < 4.0) 12 classifier-reborn (2.2.0) ··· 33 activesupport (>= 2) 34 nokogiri (>= 1.4) 35 http_parser.rb (0.6.0) 36 + i18n (1.6.0) 37 concurrent-ruby (~> 1.0) 38 + jekyll (4.0.0) 39 addressable (~> 2.4) 40 colorator (~> 1.0) 41 em-websocket (~> 0.5) 42 + i18n (>= 0.9.5, < 2) 43 + jekyll-sass-converter (~> 2.0) 44 jekyll-watch (~> 2.0) 45 + kramdown (~> 2.1) 46 + kramdown-parser-gfm (~> 1.0) 47 liquid (~> 4.0) 48 mercenary (~> 0.3.3) 49 pathutil (~> 0.9) 50 + rouge (~> 3.0) 51 safe_yaml (~> 1.0) 52 + terminal-table (~> 1.8) 53 jekyll-avatar (0.7.0) 54 jekyll (>= 3.0, < 5.0) 55 jekyll-coffeescript (1.2.2) ··· 65 jekyll-paginate (1.1.0) 66 jekyll-redirect-from (0.15.0) 67 jekyll (>= 3.3, < 5.0) 68 + jekyll-sass-converter (2.0.0) 69 + sassc (> 2.0.1, < 3.0) 70 jekyll-seo-tag (2.6.1) 71 jekyll (>= 3.3, < 5.0) 72 jekyll-sitemap (1.3.1) ··· 77 gemoji (~> 3.0) 78 html-pipeline (~> 2.2) 79 jekyll (>= 3.0, < 5.0) 80 + kramdown (2.1.0) 81 + kramdown-parser-gfm (1.1.0) 82 + kramdown (~> 2.0) 83 + kramdown-syntax-coderay (1.0.1) 84 + coderay (~> 1.1) 85 + kramdown (~> 2.0) 86 liquid (4.0.3) 87 + liquid-c (4.0.0) 88 liquid (>= 3.0.0) 89 listen (3.1.5) 90 rb-fsevent (~> 0.9, >= 0.9.4) ··· 96 mime-types-data (3.2019.0331) 97 mini_portile2 (2.4.0) 98 minitest (5.11.3) 99 multipart-post (2.1.1) 100 nokogiri (1.10.4) 101 mini_portile2 (~> 2.4.0) ··· 104 pathutil (0.16.2) 105 forwardable-extended (~> 2.6) 106 public_suffix (3.1.1) 107 rb-fsevent (0.10.3) 108 rb-inotify (0.10.0) 109 ffi (~> 1.0) 110 rdoc (6.1.1) 111 + rouge (3.9.0) 112 ruby_dep (1.5.0) 113 safe_yaml (1.0.5) 114 + sassc (2.1.0) 115 + ffi (~> 1.9) 116 sawyer (0.8.2) 117 addressable (>= 2.3.5) 118 faraday (> 0.8, < 2.0) 119 + terminal-table (1.8.0) 120 + unicode-display_width (~> 1.1, >= 1.1.1) 121 thread_safe (0.3.6) 122 tomlrb (1.2.8) 123 tzinfo (1.2.5) 124 thread_safe (~> 0.1) 125 + unicode-display_width (1.6.0) 126 + yajl-ruby (1.4.1) 127 + zeitwerk (2.1.9) 128 129 PLATFORMS 130 ruby 131 132 DEPENDENCIES 133 + classifier-reborn (~> 2.2) 134 jekyll 135 jekyll-avatar 136 jekyll-coffeescript ··· 142 jekyll-seo-tag 143 jekyll-sitemap 144 jemoji 145 + kramdown-syntax-coderay 146 + liquid-c (~> 4.0) 147 mime-types (~> 3.0) 148 rdoc (~> 6.0) 149 tomlrb (~> 1.2) 150 + yajl-ruby (~> 1.4) 151 152 BUNDLED WITH 153 1.17.2
+73 -120
pkgs/applications/misc/jekyll/full/gemset.nix
··· 1 { 2 activesupport = { 3 - dependencies = ["i18n" "minitest" "thread_safe" "tzinfo"]; 4 groups = ["default"]; 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "1vbq7a805bfvyik2q3kl9s3r418f5qzvysqbz2cwy4hr7m2q4ir6"; 9 type = "gem"; 10 }; 11 - version = "4.2.11.1"; 12 }; 13 addressable = { 14 dependencies = ["public_suffix"]; ··· 216 platforms = []; 217 source = { 218 remotes = ["https://rubygems.org"]; 219 - sha256 = "038qvz7kd3cfxk8bvagqhakx68pfbnmghpdkx7573wbf0maqp9a3"; 220 type = "gem"; 221 }; 222 - version = "0.9.5"; 223 }; 224 jekyll = { 225 - dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"]; 226 groups = ["default"]; 227 platforms = []; 228 source = { 229 remotes = ["https://rubygems.org"]; 230 - sha256 = "1ph1jjjl25vmzif7bvxzviq7azjm384pm7ba4k24cah94285bzhz"; 231 type = "gem"; 232 }; 233 - version = "3.8.6"; 234 }; 235 jekyll-avatar = { 236 dependencies = ["jekyll"]; ··· 309 version = "0.15.0"; 310 }; 311 jekyll-sass-converter = { 312 - dependencies = ["sass"]; 313 groups = ["default"]; 314 platforms = []; 315 source = { 316 remotes = ["https://rubygems.org"]; 317 - sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk"; 318 type = "gem"; 319 }; 320 - version = "1.5.2"; 321 }; 322 jekyll-seo-tag = { 323 dependencies = ["jekyll"]; ··· 368 platforms = []; 369 source = { 370 remotes = ["https://rubygems.org"]; 371 - sha256 = "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq"; 372 type = "gem"; 373 }; 374 - version = "1.17.0"; 375 }; 376 liquid = { 377 groups = ["default"]; ··· 413 }]; 414 source = { 415 remotes = ["https://rubygems.org"]; 416 - sha256 = "0a5n7q314ma32y7v9a1g6ps60b14zfn2q4nip4j5aknblz51v7gi"; 417 type = "gem"; 418 }; 419 - version = "3.0.0"; 420 }; 421 listen = { 422 dependencies = ["rb-fsevent" "rb-inotify" "ruby_dep"]; ··· 480 }; 481 version = "5.11.3"; 482 }; 483 - multi_json = { 484 - groups = ["default"]; 485 - platforms = [{ 486 - engine = "maglev"; 487 - } { 488 - engine = "mingw"; 489 - } { 490 - engine = "mingw"; 491 - } { 492 - engine = "mswin"; 493 - } { 494 - engine = "rbx"; 495 - } { 496 - engine = "ruby"; 497 - }]; 498 - source = { 499 - remotes = ["https://rubygems.org"]; 500 - sha256 = "1rl0qy4inf1mp8mybfk56dfga0mvx97zwpmq5xmiwl5r770171nv"; 501 - type = "gem"; 502 - }; 503 - version = "1.13.1"; 504 - }; 505 multipart-post = { 506 groups = ["default"]; 507 platforms = []; ··· 554 type = "gem"; 555 }; 556 version = "3.1.1"; 557 - }; 558 - "pygments.rb" = { 559 - dependencies = ["multi_json"]; 560 - groups = ["default"]; 561 - platforms = [{ 562 - engine = "maglev"; 563 - } { 564 - engine = "mingw"; 565 - } { 566 - engine = "mingw"; 567 - } { 568 - engine = "mswin"; 569 - } { 570 - engine = "rbx"; 571 - } { 572 - engine = "ruby"; 573 - }]; 574 - source = { 575 - remotes = ["https://rubygems.org"]; 576 - sha256 = "0lbvnwvz770ambm4d6lxgc2097rydn5rcc5d6986bnkzyxfqqjnv"; 577 - type = "gem"; 578 - }; 579 - version = "1.2.1"; 580 }; 581 rb-fsevent = { 582 groups = ["default"]; ··· 599 }; 600 version = "0.10.0"; 601 }; 602 - rdiscount = { 603 - groups = ["default"]; 604 - platforms = [{ 605 - engine = "maglev"; 606 - } { 607 - engine = "mingw"; 608 - } { 609 - engine = "mingw"; 610 - } { 611 - engine = "mswin"; 612 - } { 613 - engine = "rbx"; 614 - } { 615 - engine = "ruby"; 616 - }]; 617 - source = { 618 - remotes = ["https://rubygems.org"]; 619 - sha256 = "1arvk3k06prxasq1djbj065ixar4zl171340g7wr1ww4gj9makx3"; 620 - type = "gem"; 621 - }; 622 - version = "2.2.0.1"; 623 - }; 624 rdoc = { 625 groups = ["default"]; 626 platforms = []; ··· 631 }; 632 version = "6.1.1"; 633 }; 634 - redcarpet = { 635 - groups = ["default"]; 636 - platforms = [{ 637 - engine = "maglev"; 638 - } { 639 - engine = "mingw"; 640 - } { 641 - engine = "mingw"; 642 - } { 643 - engine = "mswin"; 644 - } { 645 - engine = "rbx"; 646 - } { 647 - engine = "ruby"; 648 - }]; 649 - source = { 650 - remotes = ["https://rubygems.org"]; 651 - sha256 = "0skcyx1h8b5ms0rp2zm3ql6g322b8c1adnkwkqyv7z3kypb4bm7k"; 652 - type = "gem"; 653 - }; 654 - version = "3.5.0"; 655 - }; 656 rouge = { 657 groups = ["default"]; 658 platforms = []; 659 source = { 660 remotes = ["https://rubygems.org"]; 661 - sha256 = "10cyx03qjdajkkr1gfqhah4n632ma8k8g6hcf0c60pfp6iii8ffs"; 662 type = "gem"; 663 }; 664 - version = "3.8.0"; 665 }; 666 ruby_dep = { 667 groups = ["default"]; ··· 683 }; 684 version = "1.0.5"; 685 }; 686 - sass = { 687 - dependencies = ["sass-listen"]; 688 groups = ["default"]; 689 platforms = []; 690 source = { 691 remotes = ["https://rubygems.org"]; 692 - sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0"; 693 type = "gem"; 694 }; 695 - version = "3.7.4"; 696 }; 697 - sass-listen = { 698 - dependencies = ["rb-fsevent" "rb-inotify"]; 699 groups = ["default"]; 700 platforms = []; 701 source = { 702 remotes = ["https://rubygems.org"]; 703 - sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df"; 704 type = "gem"; 705 }; 706 - version = "4.0.0"; 707 }; 708 - sawyer = { 709 - dependencies = ["addressable" "faraday"]; 710 groups = ["default"]; 711 platforms = []; 712 source = { 713 remotes = ["https://rubygems.org"]; 714 - sha256 = "0yrdchs3psh583rjapkv33mljdivggqn99wkydkjdckcjn43j3cz"; 715 type = "gem"; 716 }; 717 - version = "0.8.2"; 718 }; 719 thread_safe = { 720 groups = ["default"]; ··· 747 }; 748 version = "1.2.5"; 749 }; 750 yajl-ruby = { 751 groups = ["default"]; 752 platforms = [{ ··· 764 }]; 765 source = { 766 remotes = ["https://rubygems.org"]; 767 - sha256 = "1rn4kc9fha990yd252wglh6rcyh35cavm1vpyfj8krlcwph09g30"; 768 type = "gem"; 769 }; 770 - version = "1.3.1"; 771 }; 772 }
··· 1 { 2 activesupport = { 3 + dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; 4 groups = ["default"]; 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "0b24ch7zmrdb4h6aismahk9785lc4ij30lmdr6ydv19kkljsjq5v"; 9 type = "gem"; 10 }; 11 + version = "6.0.0"; 12 }; 13 addressable = { 14 dependencies = ["public_suffix"]; ··· 216 platforms = []; 217 source = { 218 remotes = ["https://rubygems.org"]; 219 + sha256 = "1hfxnlyr618s25xpafw9mypa82qppjccbh292c4l3bj36az7f6wl"; 220 type = "gem"; 221 }; 222 + version = "1.6.0"; 223 }; 224 jekyll = { 225 + dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml" "terminal-table"]; 226 groups = ["default"]; 227 platforms = []; 228 source = { 229 remotes = ["https://rubygems.org"]; 230 + sha256 = "0fpckw5nf4hfr5vhhdlmaxxp5lkdmc1vyqnmijwvy9fmjn4c87aa"; 231 type = "gem"; 232 }; 233 + version = "4.0.0"; 234 }; 235 jekyll-avatar = { 236 dependencies = ["jekyll"]; ··· 309 version = "0.15.0"; 310 }; 311 jekyll-sass-converter = { 312 + dependencies = ["sassc"]; 313 groups = ["default"]; 314 platforms = []; 315 source = { 316 remotes = ["https://rubygems.org"]; 317 + sha256 = "0fbc25p8vqyzmg8wpmgacqjkk3jhrr6kz9y45m43ygck74h2cad2"; 318 type = "gem"; 319 }; 320 + version = "2.0.0"; 321 }; 322 jekyll-seo-tag = { 323 dependencies = ["jekyll"]; ··· 368 platforms = []; 369 source = { 370 remotes = ["https://rubygems.org"]; 371 + sha256 = "1dl840bvx8d9nq6lg3mxqyvbiqnr6lk3jfsm6r8zhz7p5srmd688"; 372 + type = "gem"; 373 + }; 374 + version = "2.1.0"; 375 + }; 376 + kramdown-parser-gfm = { 377 + dependencies = ["kramdown"]; 378 + groups = ["default"]; 379 + platforms = []; 380 + source = { 381 + remotes = ["https://rubygems.org"]; 382 + sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv"; 383 + type = "gem"; 384 + }; 385 + version = "1.1.0"; 386 + }; 387 + kramdown-syntax-coderay = { 388 + dependencies = ["coderay" "kramdown"]; 389 + groups = ["default"]; 390 + platforms = []; 391 + source = { 392 + remotes = ["https://rubygems.org"]; 393 + sha256 = "03vpfpmxcdbqyh6kxrjf5xa9qgvwqj0cfv2khz5h32fp5f5dmrda"; 394 type = "gem"; 395 }; 396 + version = "1.0.1"; 397 }; 398 liquid = { 399 groups = ["default"]; ··· 435 }]; 436 source = { 437 remotes = ["https://rubygems.org"]; 438 + sha256 = "0ibcpajsgq530xrz3dk578mfvivrlfd624j6ifz6ms4w69j8jqj6"; 439 type = "gem"; 440 }; 441 + version = "4.0.0"; 442 }; 443 listen = { 444 dependencies = ["rb-fsevent" "rb-inotify" "ruby_dep"]; ··· 502 }; 503 version = "5.11.3"; 504 }; 505 multipart-post = { 506 groups = ["default"]; 507 platforms = []; ··· 554 type = "gem"; 555 }; 556 version = "3.1.1"; 557 }; 558 rb-fsevent = { 559 groups = ["default"]; ··· 576 }; 577 version = "0.10.0"; 578 }; 579 rdoc = { 580 groups = ["default"]; 581 platforms = []; ··· 586 }; 587 version = "6.1.1"; 588 }; 589 rouge = { 590 groups = ["default"]; 591 platforms = []; 592 source = { 593 remotes = ["https://rubygems.org"]; 594 + sha256 = "1cn6fin40ngrasqi6qis85mqwx6phnbkzhkkd93acm9vrcf3rkl3"; 595 type = "gem"; 596 }; 597 + version = "3.9.0"; 598 }; 599 ruby_dep = { 600 groups = ["default"]; ··· 616 }; 617 version = "1.0.5"; 618 }; 619 + sassc = { 620 + dependencies = ["ffi"]; 621 groups = ["default"]; 622 platforms = []; 623 source = { 624 remotes = ["https://rubygems.org"]; 625 + sha256 = "06kwfqvpwf33cvkvbv1l9g5ln3q721hz5d3dyasq0k9d28x9w4fs"; 626 type = "gem"; 627 }; 628 + version = "2.1.0"; 629 }; 630 + sawyer = { 631 + dependencies = ["addressable" "faraday"]; 632 groups = ["default"]; 633 platforms = []; 634 source = { 635 remotes = ["https://rubygems.org"]; 636 + sha256 = "0yrdchs3psh583rjapkv33mljdivggqn99wkydkjdckcjn43j3cz"; 637 type = "gem"; 638 }; 639 + version = "0.8.2"; 640 }; 641 + terminal-table = { 642 + dependencies = ["unicode-display_width"]; 643 groups = ["default"]; 644 platforms = []; 645 source = { 646 remotes = ["https://rubygems.org"]; 647 + sha256 = "1512cngw35hsmhvw4c05rscihc59mnj09m249sm9p3pik831ydqk"; 648 type = "gem"; 649 }; 650 + version = "1.8.0"; 651 }; 652 thread_safe = { 653 groups = ["default"]; ··· 680 }; 681 version = "1.2.5"; 682 }; 683 + unicode-display_width = { 684 + groups = ["default"]; 685 + platforms = []; 686 + source = { 687 + remotes = ["https://rubygems.org"]; 688 + sha256 = "08kfiniak1pvg3gn5k6snpigzvhvhyg7slmm0s2qx5zkj62c1z2w"; 689 + type = "gem"; 690 + }; 691 + version = "1.6.0"; 692 + }; 693 yajl-ruby = { 694 groups = ["default"]; 695 platforms = [{ ··· 707 }]; 708 source = { 709 remotes = ["https://rubygems.org"]; 710 + sha256 = "16v0w5749qjp13xhjgr2gcsvjv6mf35br7iqwycix1n2h7kfcckf"; 711 type = "gem"; 712 }; 713 + version = "1.4.1"; 714 + }; 715 + zeitwerk = { 716 + groups = ["default"]; 717 + platforms = []; 718 + source = { 719 + remotes = ["https://rubygems.org"]; 720 + sha256 = "0gaiqg207j99cvqpgmn4ps6a14hz1rrh5zaxfdkiiavapbc5vpzw"; 721 + type = "gem"; 722 + }; 723 + version = "2.1.9"; 724 }; 725 }