Skip to content

Commit 6265306

Browse files
committedJun 3, 2017
gollum: 4.0.1 -> 4.1.1
1 parent 045515a commit 6265306

File tree

3 files changed

+136
-110
lines changed

3 files changed

+136
-110
lines changed
 

‎pkgs/applications/misc/gollum/Gemfile.lock

+31-26
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,53 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
charlock_holmes (0.7.3)
5-
diff-lcs (1.2.5)
6-
github-markup (1.3.3)
7-
gitlab-grit (2.7.3)
5+
diff-lcs (1.3)
6+
gemojione (3.2.0)
7+
json
8+
github-markup (1.6.0)
9+
gitlab-grit (2.8.1)
810
charlock_holmes (~> 0.6)
911
diff-lcs (~> 1.1)
10-
mime-types (~> 1.15)
12+
mime-types (>= 1.16, < 3)
1113
posix-spawn (~> 0.3)
12-
gollum (4.0.1)
14+
gollum (4.1.1)
15+
gemojione (~> 3.2)
1316
gollum-lib (~> 4.0, >= 4.0.1)
14-
kramdown (~> 1.8.0)
17+
kramdown (~> 1.9.0)
1518
mustache (>= 0.99.5, < 1.0.0)
1619
sinatra (~> 1.4, >= 1.4.4)
17-
useragent (~> 0.14.0)
18-
gollum-grit_adapter (1.0.0)
20+
useragent (~> 0.16.2)
21+
gollum-grit_adapter (1.0.1)
1922
gitlab-grit (~> 2.7, >= 2.7.1)
20-
gollum-lib (4.1.0)
21-
github-markup (~> 1.3.3)
23+
gollum-lib (4.2.5)
24+
gemojione (~> 3.2)
25+
github-markup (~> 1.6)
2226
gollum-grit_adapter (~> 1.0)
2327
nokogiri (~> 1.6.4)
24-
rouge (~> 1.9)
25-
sanitize (~> 2.1.0)
26-
stringex (~> 2.5.1)
27-
kramdown (1.8.0)
28-
mime-types (1.25.1)
29-
mini_portile2 (2.0.0)
28+
rouge (~> 2.0)
29+
sanitize (~> 2.1)
30+
stringex (~> 2.6)
31+
json (2.1.0)
32+
kramdown (1.9.0)
33+
mime-types (2.99.3)
34+
mini_portile2 (2.1.0)
3035
mustache (0.99.8)
31-
nokogiri (1.6.7.2)
32-
mini_portile2 (~> 2.0.0.rc2)
33-
posix-spawn (0.3.11)
34-
rack (1.6.4)
36+
nokogiri (1.6.8.1)
37+
mini_portile2 (~> 2.1.0)
38+
posix-spawn (0.3.13)
39+
rack (1.6.8)
3540
rack-protection (1.5.3)
3641
rack
37-
rouge (1.10.1)
42+
rouge (2.0.7)
3843
sanitize (2.1.0)
3944
nokogiri (>= 1.4.4)
40-
sinatra (1.4.7)
45+
sinatra (1.4.8)
4146
rack (~> 1.5)
4247
rack-protection (~> 1.4)
4348
tilt (>= 1.3, < 3)
44-
stringex (2.5.2)
45-
tilt (2.0.2)
46-
useragent (0.14.0)
49+
stringex (2.7.1)
50+
tilt (2.0.7)
51+
useragent (0.16.8)
4752

4853
PLATFORMS
4954
ruby
@@ -52,4 +57,4 @@ DEPENDENCIES
5257
gollum
5358

5459
BUNDLED WITH
55-
1.10.6
60+
1.15.0
+9-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
{ stdenv, lib, bundlerEnv, ruby_2_2, icu, zlib }:
1+
{ stdenv, lib, bundlerEnv, ruby
2+
, icu, zlib }:
23

34
bundlerEnv rec {
45
name = "gollum-${version}";
5-
version = "4.0.1";
6+
version = (import gemset).gollum.version;
67

7-
ruby = ruby_2_2;
8+
inherit ruby;
89
gemdir = ./.;
10+
gemset = ./gemset.nix;
11+
12+
# FIXME: Add Git as runtime dependency.
913

1014
meta = with lib; {
1115
description = "A simple, Git-powered wiki";
16+
homepage = "https://github.com/gollum/gollum";
1217
license = licenses.mit;
13-
maintainers = with maintainers; [ jgillich ];
18+
maintainers = with maintainers; [ jgillich primeos ];
1419
platforms = platforms.unix;
1520
};
1621
}
+96-80
Original file line numberDiff line numberDiff line change
@@ -1,170 +1,186 @@
11
{
2-
useragent = {
3-
version = "0.14.0";
2+
charlock_holmes = {
43
source = {
5-
type = "gem";
64
remotes = ["https://rubygems.org"];
7-
sha256 = "124r3mgkw1zjymsqq9r25zh1vwjrjgiji5fm620z53lpmmryj22j";
5+
sha256 = "0jsl6k27wjmssxbwv9wpf7hgp9r0nvizcf6qpjnr7qs2nia53lf7";
6+
type = "gem";
87
};
8+
version = "0.7.3";
99
};
10-
tilt = {
11-
version = "2.0.2";
10+
diff-lcs = {
1211
source = {
13-
type = "gem";
1412
remotes = ["https://rubygems.org"];
15-
sha256 = "0lkd40xfdqkp333vdfhrfjmi2y7k2hjs4azawfb62mrkfp7ivj84";
13+
sha256 = "18w22bjz424gzafv6nzv98h0aqkwz3d9xhm7cbr1wfbyas8zayza";
14+
type = "gem";
1615
};
16+
version = "1.3";
1717
};
18-
stringex = {
19-
version = "2.5.2";
18+
gemojione = {
2019
source = {
21-
type = "gem";
2220
remotes = ["https://rubygems.org"];
23-
sha256 = "150adm7rfh6r9b5ra6vk75mswf9m3wwyslcf8f235a08m29fxa17";
21+
sha256 = "0svj3hsmwyr306vg75cd7p9i4bwnajrda60n2vhiav2cvhnkawik";
22+
type = "gem";
2423
};
24+
version = "3.2.0";
2525
};
26-
sinatra = {
27-
version = "1.4.7";
26+
github-markup = {
2827
source = {
29-
type = "gem";
3028
remotes = ["https://rubygems.org"];
31-
sha256 = "1b81kbr65mmcl9cdq2r6yc16wklyp798rxkgmm5pr9fvsj7jwmxp";
29+
sha256 = "1g538d7kcj2iw4d9ll8266d8n526hz2fbx7zlx8z7gxg1gzwiki9";
30+
type = "gem";
3231
};
32+
version = "1.6.0";
3333
};
34-
sanitize = {
35-
version = "2.1.0";
34+
gitlab-grit = {
3635
source = {
37-
type = "gem";
3836
remotes = ["https://rubygems.org"];
39-
sha256 = "0xsv6xqrlz91rd8wifjknadbl3z5h6qphmxy0hjb189qbdghggn3";
37+
sha256 = "0lf1cr6pzqrbnxiiwym6q74b1a2ihdi91dynajk8hi1p093hl66n";
38+
type = "gem";
4039
};
40+
version = "2.8.1";
4141
};
42-
rouge = {
43-
version = "1.10.1";
42+
gollum = {
4443
source = {
45-
type = "gem";
4644
remotes = ["https://rubygems.org"];
47-
sha256 = "0wp8as9ypdy18kdj9h70kny1rdfq71mr8cj2bpahr9vxjjvjasqz";
45+
sha256 = "0jrafhy8p9pgvya0gj2g6knrpg58g65s7j9bcyfj6fp4n2dz2w7s";
46+
type = "gem";
4847
};
48+
version = "4.1.1";
4949
};
50-
rack-protection = {
51-
version = "1.5.3";
50+
gollum-grit_adapter = {
5251
source = {
53-
type = "gem";
5452
remotes = ["https://rubygems.org"];
55-
sha256 = "0cvb21zz7p9wy23wdav63z5qzfn4nialik22yqp6gihkgfqqrh5r";
53+
sha256 = "0fcibm63v1afc0fj5rki0mm51m7nndil4cjcjjvkh3yigfn4nr4b";
54+
type = "gem";
5655
};
56+
version = "1.0.1";
5757
};
58-
rack = {
59-
version = "1.6.4";
58+
gollum-lib = {
6059
source = {
61-
type = "gem";
6260
remotes = ["https://rubygems.org"];
63-
sha256 = "09bs295yq6csjnkzj7ncj50i6chfxrhmzg1pk6p0vd2lb9ac8pj5";
61+
sha256 = "0399lfqv3hbpr7v14p9snyimva440d2mb8y7xm2zlgwv7l0n9z0z";
62+
type = "gem";
6463
};
64+
version = "4.2.5";
6565
};
66-
posix-spawn = {
67-
version = "0.3.11";
66+
json = {
6867
source = {
68+
remotes = ["https://rubygems.org"];
69+
sha256 = "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp";
6970
type = "gem";
71+
};
72+
version = "2.1.0";
73+
};
74+
kramdown = {
75+
source = {
7076
remotes = ["https://rubygems.org"];
71-
sha256 = "052lnxbkvlnwfjw4qd7vn2xrlaaqiav6f5x5bcjin97bsrfq6cmr";
77+
sha256 = "12sral2xli39mnr4b9m2sxdlgam4ni0a1mkxawc5311z107zj3p0";
78+
type = "gem";
7279
};
80+
version = "1.9.0";
7381
};
74-
nokogiri = {
75-
version = "1.6.7.2";
82+
mime-types = {
7683
source = {
84+
remotes = ["https://rubygems.org"];
85+
sha256 = "03j98xr0qw2p2jkclpmk7pm29yvmmh0073d8d43ajmr0h3w7i5l9";
7786
type = "gem";
87+
};
88+
version = "2.99.3";
89+
};
90+
mini_portile2 = {
91+
source = {
7892
remotes = ["https://rubygems.org"];
79-
sha256 = "11sbmpy60ynak6s3794q32lc99hs448msjy8rkp84ay7mq7zqspv";
93+
sha256 = "1y25adxb1hgg1wb2rn20g3vl07qziq6fz364jc5694611zz863hb";
94+
type = "gem";
8095
};
96+
version = "2.1.0";
8197
};
8298
mustache = {
83-
version = "0.99.8";
8499
source = {
85-
type = "gem";
86100
remotes = ["https://rubygems.org"];
87101
sha256 = "1g5hplm0k06vwxwqzwn1mq5bd02yp0h3rym4zwzw26aqi7drcsl2";
102+
type = "gem";
88103
};
104+
version = "0.99.8";
89105
};
90-
mini_portile2 = {
91-
version = "2.0.0";
106+
nokogiri = {
92107
source = {
93-
type = "gem";
94108
remotes = ["https://rubygems.org"];
95-
sha256 = "056drbn5m4khdxly1asmiik14nyllswr6sh3wallvsywwdiryz8l";
109+
sha256 = "045xdg0w7nnsr2f2gb7v7bgx53xbc9dxf0jwzmh2pr3jyrzlm0cj";
110+
type = "gem";
96111
};
112+
version = "1.6.8.1";
97113
};
98-
mime-types = {
99-
version = "1.25.1";
114+
posix-spawn = {
100115
source = {
101-
type = "gem";
102116
remotes = ["https://rubygems.org"];
103-
sha256 = "0mhzsanmnzdshaba7gmsjwnv168r1yj8y0flzw88frw1cickrvw8";
117+
sha256 = "1pmxmpins57qrbr31bs3bm7gidhaacmrp4md6i962gvpq4gyfcjw";
118+
type = "gem";
104119
};
120+
version = "0.3.13";
105121
};
106-
kramdown = {
107-
version = "1.8.0";
122+
rack = {
108123
source = {
109-
type = "gem";
110124
remotes = ["https://rubygems.org"];
111-
sha256 = "0ryqq055h5n10c1cfba6pxsssa907l2hkw29anp0d41ryh47ca2l";
125+
sha256 = "19m7aixb2ri7p1n0iqaqx8ldi97xdhvbxijbyrrcdcl6fv5prqza";
126+
type = "gem";
112127
};
128+
version = "1.6.8";
113129
};
114-
gollum-lib = {
115-
version = "4.1.0";
130+
rack-protection = {
116131
source = {
117-
type = "gem";
118132
remotes = ["https://rubygems.org"];
119-
sha256 = "01s8pgzhc3cgcmsy6hh79wrcbn5vbadniq2a7d4qw87kpq7mzfdm";
133+
sha256 = "0cvb21zz7p9wy23wdav63z5qzfn4nialik22yqp6gihkgfqqrh5r";
134+
type = "gem";
120135
};
136+
version = "1.5.3";
121137
};
122-
gollum-grit_adapter = {
123-
version = "1.0.0";
138+
rouge = {
124139
source = {
125-
type = "gem";
126140
remotes = ["https://rubygems.org"];
127-
sha256 = "02c5qfq0s0kx2ifnpbnbgz6258fl7rchzzzc7vpx72shi8gbpac7";
141+
sha256 = "0sfikq1q8xyqqx690iiz7ybhzx87am4w50w8f2nq36l3asw4x89d";
142+
type = "gem";
128143
};
144+
version = "2.0.7";
129145
};
130-
gollum = {
131-
version = "4.0.1";
146+
sanitize = {
132147
source = {
133-
type = "gem";
134148
remotes = ["https://rubygems.org"];
135-
sha256 = "02pgx083sns75zgnqx94p5h5bpr7cfiw5mys4ayb4k33hcjm6ydg";
149+
sha256 = "0xsv6xqrlz91rd8wifjknadbl3z5h6qphmxy0hjb189qbdghggn3";
150+
type = "gem";
136151
};
152+
version = "2.1.0";
137153
};
138-
gitlab-grit = {
139-
version = "2.7.3";
154+
sinatra = {
140155
source = {
141-
type = "gem";
142156
remotes = ["https://rubygems.org"];
143-
sha256 = "0nv8shx7w7fww8lf5a2rbvf7bq173rllm381m6x7g1i0qqc68q1b";
157+
sha256 = "0byxzl7rx3ki0xd7aiv1x8mbah7hzd8f81l65nq8857kmgzj1jqq";
158+
type = "gem";
144159
};
160+
version = "1.4.8";
145161
};
146-
github-markup = {
147-
version = "1.3.3";
162+
stringex = {
148163
source = {
149-
type = "gem";
150164
remotes = ["https://rubygems.org"];
151-
sha256 = "01r901wcgn0gs0n9h684gs5n90y1vaj9lxnx4z5ig611jwa43ivq";
165+
sha256 = "1zc93v00av643lc6njl09wwki7h5yqayhh1din8zqfylw814l1dv";
166+
type = "gem";
152167
};
168+
version = "2.7.1";
153169
};
154-
diff-lcs = {
155-
version = "1.2.5";
170+
tilt = {
156171
source = {
157-
type = "gem";
158172
remotes = ["https://rubygems.org"];
159-
sha256 = "1vf9civd41bnqi6brr5d9jifdw73j9khc6fkhfl1f8r9cpkdvlx1";
173+
sha256 = "1is1ayw5049z8pd7slsk870bddyy5g2imp4z78lnvl8qsl8l0s7b";
174+
type = "gem";
160175
};
176+
version = "2.0.7";
161177
};
162-
charlock_holmes = {
163-
version = "0.7.3";
178+
useragent = {
164179
source = {
165-
type = "gem";
166180
remotes = ["https://rubygems.org"];
167-
sha256 = "0jsl6k27wjmssxbwv9wpf7hgp9r0nvizcf6qpjnr7qs2nia53lf7";
181+
sha256 = "1139cjqyv1hk1qcw89k81ajjkqyakqgbcyvmfrsmjqi8yn9kgqhq";
182+
type = "gem";
168183
};
184+
version = "0.16.8";
169185
};
170186
}

0 commit comments

Comments
 (0)
Please sign in to comment.