Skip to content

Commit 317ecd1

Browse files
authored
Merge pull request #119 from fusioninventory/removecrowdfunding
Remove crowdfunding
2 parents 5cf94cc + 732c10d commit 317ecd1

File tree

2 files changed

+50
-32
lines changed

2 files changed

+50
-32
lines changed

Gemfile.lock

Lines changed: 50 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,84 +7,107 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
10+
addressable (2.8.7)
11+
public_suffix (>= 2.0.2, < 7.0)
1212
colorator (1.1.0)
13-
concurrent-ruby (1.1.9)
13+
concurrent-ruby (1.3.4)
1414
em-websocket (0.5.3)
1515
eventmachine (>= 0.12.9)
1616
http_parser.rb (~> 0)
1717
eventmachine (1.2.7)
18-
ffi (1.15.4)
18+
ffi (1.17.0)
19+
ffi (1.17.0-aarch64-linux-gnu)
20+
ffi (1.17.0-aarch64-linux-musl)
21+
ffi (1.17.0-arm-linux-gnu)
22+
ffi (1.17.0-arm-linux-musl)
23+
ffi (1.17.0-arm64-darwin)
24+
ffi (1.17.0-x86-linux-gnu)
25+
ffi (1.17.0-x86-linux-musl)
26+
ffi (1.17.0-x86_64-darwin)
27+
ffi (1.17.0-x86_64-linux-gnu)
28+
ffi (1.17.0-x86_64-linux-musl)
1929
forwardable-extended (2.6.0)
2030
http_parser.rb (0.8.0)
21-
i18n (1.8.11)
31+
i18n (1.14.5)
2232
concurrent-ruby (~> 1.0)
23-
jekyll (4.2.1)
33+
jekyll (4.3.3)
2434
addressable (~> 2.4)
2535
colorator (~> 1.0)
2636
em-websocket (~> 0.5)
2737
i18n (~> 1.0)
28-
jekyll-sass-converter (~> 2.0)
38+
jekyll-sass-converter (>= 2.0, < 4.0)
2939
jekyll-watch (~> 2.0)
30-
kramdown (~> 2.3)
40+
kramdown (~> 2.3, >= 2.3.1)
3141
kramdown-parser-gfm (~> 1.0)
3242
liquid (~> 4.0)
33-
mercenary (~> 0.4.0)
43+
mercenary (>= 0.3.6, < 0.5)
3444
pathutil (~> 0.9)
35-
rouge (~> 3.0)
45+
rouge (>= 3.0, < 5.0)
3646
safe_yaml (~> 1.0)
37-
terminal-table (~> 2.0)
47+
terminal-table (>= 1.8, < 4.0)
48+
webrick (~> 1.7)
3849
jekyll-remote-theme (0.4.3)
3950
addressable (~> 2.0)
4051
jekyll (>= 3.5, < 5.0)
4152
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
4253
rubyzip (>= 1.3.0, < 3.0)
43-
jekyll-sass-converter (2.1.0)
54+
jekyll-sass-converter (2.2.0)
4455
sassc (> 2.0.1, < 3.0)
4556
jekyll-watch (2.2.1)
4657
listen (~> 3.0)
47-
kramdown (2.3.1)
58+
kramdown (2.4.0)
4859
rexml
4960
kramdown-parser-gfm (1.1.0)
5061
kramdown (~> 2.0)
51-
liquid (4.0.3)
52-
listen (3.7.0)
62+
liquid (4.0.4)
63+
listen (3.9.0)
5364
rb-fsevent (~> 0.10, >= 0.10.3)
5465
rb-inotify (~> 0.9, >= 0.9.10)
5566
mercenary (0.4.0)
5667
pathutil (0.16.2)
5768
forwardable-extended (~> 2.6)
58-
public_suffix (4.0.6)
59-
rake (13.0.6)
60-
rb-fsevent (0.11.0)
61-
rb-inotify (0.10.1)
69+
public_suffix (6.0.1)
70+
rake (13.2.1)
71+
rb-fsevent (0.11.2)
72+
rb-inotify (0.11.1)
6273
ffi (~> 1.0)
6374
rb-kqueue (0.2.8)
6475
ffi (>= 0.5.0)
65-
rexml (3.2.5)
66-
rouge (3.27.0)
76+
rexml (3.3.6)
77+
strscan
78+
rouge (4.3.0)
6779
rubyzip (2.3.2)
6880
safe_yaml (1.0.5)
6981
sassc (2.4.0)
7082
ffi (~> 1.9)
71-
terminal-table (2.0.0)
72-
unicode-display_width (~> 1.1, >= 1.1.1)
73-
unicode-display_width (1.8.0)
83+
strscan (3.1.0)
84+
terminal-table (3.0.2)
85+
unicode-display_width (>= 1.1.1, < 3)
86+
unicode-display_width (2.5.0)
7487
webrick (1.8.1)
7588

7689
PLATFORMS
77-
amd64-freebsd-12
78-
amd64-freebsd-13
90+
aarch64-linux-gnu
91+
aarch64-linux-musl
7992
amd64-freebsd-14
93+
arm-linux-gnu
94+
arm-linux-musl
95+
arm64-darwin
96+
ruby
97+
x86-linux-gnu
98+
x86-linux-musl
99+
x86_64-darwin
100+
x86_64-linux-gnu
101+
x86_64-linux-musl
80102

81103
DEPENDENCIES
82104
bundler (~> 2.0)
83105
jekyll-agency!
84106
jekyll-remote-theme
107+
jekyll-sass-converter (~> 2.2)
85108
rake (~> 13.0)
86109
rb-kqueue (>= 0.2)
87110
webrick
88111

89112
BUNDLED WITH
90-
2.2.30
113+
2.5.17

_includes/navheader.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@
9191
{% endfor %}
9292
{% endif %}
9393
</div>
94-
<div style="z-index: 10; position: absolute;">
95-
<a href="https://www.kickstarter.com/projects/ddurieux/free-software-fusioninventory-30-andand-fusionsuite-10">
96-
<img src="/assets/img/kickstarter.png">
97-
</a>
98-
</div>
9994
</div>
10095

10196
{%- if site.data.sitetext[page.lang].header.button -%}

0 commit comments

Comments
 (0)