Skip to content

Commit e13b35d

Browse files
committed
Merge pull request #256 from IIIF/pin_versions
Pin gems to working versions
2 parents 6ec6b8b + 58028c3 commit e13b35d

6 files changed

Lines changed: 93 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
_site
2-
Gemfile.lock
2+
node_modules/

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll' #, "< 2.0.0"
4-
gem 'kramdown'
3+
gem 'jekyll', '2.0.3'
4+
gem 'kramdown', '1.3.3'
55

66
group :test do
7-
gem 'html-proofer'
7+
gem 'html-proofer', '0.7.2'
88
end

Gemfile.lock

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
blankslate (2.1.2.4)
5+
celluloid (0.15.2)
6+
timers (~> 1.1.0)
7+
classifier (1.3.4)
8+
fast-stemmer (>= 1.0.0)
9+
coffee-script (2.2.0)
10+
coffee-script-source
11+
execjs
12+
coffee-script-source (1.7.0)
13+
colorator (0.1)
14+
colored (1.2)
15+
ethon (0.7.1)
16+
ffi (>= 1.3.0)
17+
execjs (2.2.1)
18+
fast-stemmer (1.0.2)
19+
ffi (1.9.3)
20+
html-proofer (0.7.2)
21+
colored (~> 1.2)
22+
mercenary (~> 0.3.2)
23+
nokogiri (~> 1.6.0)
24+
typhoeus (~> 0.6.7)
25+
yell (~> 2.0)
26+
jekyll (2.0.3)
27+
classifier (~> 1.3)
28+
colorator (~> 0.1)
29+
jekyll-coffeescript (~> 1.0)
30+
jekyll-sass-converter (~> 1.0)
31+
kramdown (~> 1.3)
32+
liquid (~> 2.5.5)
33+
listen (~> 2.5)
34+
mercenary (~> 0.3.3)
35+
pygments.rb (~> 0.5.0)
36+
redcarpet (~> 3.1)
37+
safe_yaml (~> 1.0)
38+
toml (~> 0.1.0)
39+
jekyll-coffeescript (1.0.0)
40+
coffee-script (~> 2.2)
41+
jekyll-sass-converter (1.0.0)
42+
sass (~> 3.2)
43+
kramdown (1.3.3)
44+
liquid (2.5.5)
45+
listen (2.7.9)
46+
celluloid (>= 0.15.2)
47+
rb-fsevent (>= 0.9.3)
48+
rb-inotify (>= 0.9)
49+
mercenary (0.3.3)
50+
mini_portile (0.6.0)
51+
nokogiri (1.6.2.1)
52+
mini_portile (= 0.6.0)
53+
parslet (1.5.0)
54+
blankslate (~> 2.0)
55+
posix-spawn (0.3.8)
56+
pygments.rb (0.5.4)
57+
posix-spawn (~> 0.3.6)
58+
yajl-ruby (~> 1.1.0)
59+
rb-fsevent (0.9.4)
60+
rb-inotify (0.9.5)
61+
ffi (>= 0.5.0)
62+
redcarpet (3.1.2)
63+
safe_yaml (1.0.3)
64+
sass (3.3.9)
65+
timers (1.1.0)
66+
toml (0.1.1)
67+
parslet (~> 1.5.0)
68+
typhoeus (0.6.9)
69+
ethon (>= 0.7.1)
70+
yajl-ruby (1.1.0)
71+
yell (2.0.4)
72+
73+
PLATFORMS
74+
ruby
75+
76+
DEPENDENCIES
77+
html-proofer (= 0.7.2)
78+
jekyll (= 2.0.3)
79+
kramdown (= 1.3.3)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "",
55
"dependencies": {},
66
"devDependencies": {
7-
"grunt": "~0.4.x",
8-
"grunt-html": "~1.3.x"
7+
"grunt": "~0.4.5",
8+
"grunt-html": "~1.4.0"
99
},
1010
"scripts": {
1111
"test": "grunt test"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<title>Refresh...</title>
4+
<meta http-equiv="refresh" content="0; url=/api/presentation/" />
5+
</head>
6+
<body>
7+
</body>
8+
</html>

source/api/presentation/1.0/index.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)