Skip to content

Commit 6db7fb3

Browse files
author
nasiegel88
committed
testing conda
1 parent 5889a72 commit 6db7fb3

File tree

4 files changed

+70
-69
lines changed

4 files changed

+70
-69
lines changed

Gemfile

+19-19
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ source "https://rubygems.org"
44
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
55

66
gem "jekyll"
7-
gem "jekyll-paginate"
8-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
9-
gem "minima", "~> 2.5"
10-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
11-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
12-
# gem "github-pages", group: :jekyll_plugins
13-
# If you have any plugins, put them here!
14-
group :jekyll_plugins do
15-
gem "jekyll-feed", "~> 0.12"
16-
end
7+
# gem "jekyll-paginate"
8+
# # This is the default theme for new Jekyll sites. You may change this to anything you like.
9+
# gem "minima", "~> 2.5"
10+
# # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
11+
# # uncomment the line below. To upgrade, run `bundle update github-pages`.
12+
# # gem "github-pages", group: :jekyll_plugins
13+
# # If you have any plugins, put them here!
14+
# group :jekyll_plugins do
15+
# gem "jekyll-feed", "~> 0.12"
16+
# end
1717

18-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
19-
# and associated library.
20-
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
21-
gem "tzinfo", "~> 1.2.10"
22-
gem "tzinfo-data"
23-
end
18+
# # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
19+
# # and associated library.
20+
# install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
21+
# gem "tzinfo", "~> 1.2.5"
22+
# gem "tzinfo-data"
23+
# end
2424

25-
# Performance-booster for watching directories on Windows
26-
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
27-
gem "kramdown-parser-gfm"
25+
# # Performance-booster for watching directories on Windows
26+
# #gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
27+
# gem "kramdown-parser-gfm"

Gemfile.lock

+23-50
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
4+
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.9)
8-
em-websocket (0.5.3)
7+
concurrent-ruby (1.1.10)
8+
em-websocket (0.5.1)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0)
10+
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
eventmachine (1.2.7-x64-mingw32)
13-
ffi (1.15.4)
14-
ffi (1.15.4-x64-mingw32)
12+
ffi (1.11.1)
1513
forwardable-extended (2.6.0)
16-
http_parser.rb (0.8.0)
17-
i18n (1.8.11)
14+
http_parser.rb (0.6.0)
15+
i18n (1.7.0)
1816
concurrent-ruby (~> 1.0)
19-
jekyll (4.2.1)
17+
jekyll (4.0.0)
2018
addressable (~> 2.4)
2119
colorator (~> 1.0)
2220
em-websocket (~> 0.5)
23-
i18n (~> 1.0)
21+
i18n (>= 0.9.5, < 2)
2422
jekyll-sass-converter (~> 2.0)
2523
jekyll-watch (~> 2.0)
26-
kramdown (~> 2.3)
24+
kramdown (~> 2.1)
2725
kramdown-parser-gfm (~> 1.0)
2826
liquid (~> 4.0)
29-
mercenary (~> 0.4.0)
27+
mercenary (~> 0.3.3)
3028
pathutil (~> 0.9)
3129
rouge (~> 3.0)
3230
safe_yaml (~> 1.0)
33-
terminal-table (~> 2.0)
34-
jekyll-feed (0.15.1)
35-
jekyll (>= 3.7, < 5.0)
36-
jekyll-paginate (1.1.0)
37-
jekyll-sass-converter (2.1.0)
31+
terminal-table (~> 1.8)
32+
jekyll-sass-converter (2.0.1)
3833
sassc (> 2.0.1, < 3.0)
39-
jekyll-seo-tag (2.7.1)
40-
jekyll (>= 3.8, < 5.0)
4134
jekyll-watch (2.2.1)
4235
listen (~> 3.0)
43-
kramdown (2.3.1)
36+
kramdown (2.4.0)
4437
rexml
4538
kramdown-parser-gfm (1.1.0)
4639
kramdown (~> 2.0)
4740
liquid (4.0.3)
48-
listen (3.7.0)
41+
listen (3.2.1)
4942
rb-fsevent (~> 0.10, >= 0.10.3)
5043
rb-inotify (~> 0.9, >= 0.9.10)
51-
mercenary (0.4.0)
52-
minima (2.5.1)
53-
jekyll (>= 3.5, < 5.0)
54-
jekyll-feed (~> 0.9)
55-
jekyll-seo-tag (~> 2.1)
44+
mercenary (0.3.6)
5645
pathutil (0.16.2)
5746
forwardable-extended (~> 2.6)
58-
public_suffix (4.0.6)
59-
rb-fsevent (0.11.0)
47+
public_suffix (4.0.1)
48+
rb-fsevent (0.10.3)
6049
rb-inotify (0.10.1)
6150
ffi (~> 1.0)
6251
rexml (3.2.5)
63-
rouge (3.26.1)
52+
rouge (3.16.0)
6453
safe_yaml (1.0.5)
65-
sassc (2.4.0)
54+
sassc (2.3.0)
6655
ffi (~> 1.9)
67-
sassc (2.4.0-x64-mingw32)
68-
ffi (~> 1.9)
69-
terminal-table (2.0.0)
56+
terminal-table (1.8.0)
7057
unicode-display_width (~> 1.1, >= 1.1.1)
71-
thread_safe (0.3.6)
72-
tzinfo (1.2.9)
73-
thread_safe (~> 0.1)
74-
tzinfo-data (1.2021.1)
75-
tzinfo (>= 1.0.0)
76-
unicode-display_width (1.8.0)
77-
wdm (0.1.1)
58+
unicode-display_width (1.6.0)
7859

7960
PLATFORMS
8061
ruby
81-
x64-mingw32
8262

8363
DEPENDENCIES
8464
jekyll
85-
jekyll-feed (~> 0.12)
86-
jekyll-paginate
87-
kramdown-parser-gfm
88-
minima (~> 2.5)
89-
tzinfo (~> 1.2)
90-
tzinfo-data
91-
wdm (~> 0.1.1)
9265

9366
BUNDLED WITH
94-
1.17.2
67+
2.1.4

environment.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- c-compiler
5+
- compilers
6+
- cxx-compiler
7+
- ruby=2.5.7
8+
- libgcc-ng
9+
- make
10+
- rb-jekyll
11+
- rb-http_parser.rb
12+
- rb-addressable
13+
- rb-kramdown-parser-gfm
14+
- rb-jekyll-sass-converter
15+
- rb-bundler
16+
- rb-jekyll-paginate
17+
- rb-minima
18+
- rb-tzinfo
19+
- rb-tzinfo-data

postBuild

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
# Stop on fail!
4+
set -e
5+
6+
gem install kramdown
7+
gem install concurrent-ruby
8+
gem install rb-inotify
9+
gem install jekyll-paginate

0 commit comments

Comments
 (0)