Skip to content

Commit 0ab35d8

Browse files
committed
bumping to v0.3.1
1 parent 3e35209 commit 0ab35d8

2 files changed

Lines changed: 31 additions & 27 deletions

File tree

Gemfile.lock

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
PATH
22
remote: .
33
specs:
4-
jekyll_github_sample (0.3.0)
4+
jekyll_github_sample (0.3.1)
55
activesupport (~> 4.0)
66
jekyll (~> 3.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (4.2.7.1)
11+
activesupport (4.2.10)
1212
i18n (~> 0.7)
13-
json (~> 1.7, >= 1.7.7)
1413
minitest (~> 5.1)
1514
thread_safe (~> 0.3, >= 0.3.4)
1615
tzinfo (~> 1.1)
17-
addressable (2.5.0)
18-
public_suffix (~> 2.0, >= 2.0.2)
16+
addressable (2.5.2)
17+
public_suffix (>= 2.0.2, < 4.0)
1918
colorator (1.1.0)
19+
concurrent-ruby (1.0.5)
2020
diff-lcs (1.2.5)
21-
ffi (1.9.14)
21+
ffi (1.9.18)
2222
forwardable-extended (2.6.0)
23-
i18n (0.7.0)
24-
jekyll (3.3.0)
23+
i18n (0.9.0)
24+
concurrent-ruby (~> 1.0)
25+
jekyll (3.6.2)
2526
addressable (~> 2.4)
2627
colorator (~> 1.0)
2728
jekyll-sass-converter (~> 1.0)
2829
jekyll-watch (~> 1.1)
29-
kramdown (~> 1.3)
30-
liquid (~> 3.0)
30+
kramdown (~> 1.14)
31+
liquid (~> 4.0)
3132
mercenary (~> 0.3.3)
3233
pathutil (~> 0.9)
33-
rouge (~> 1.7)
34+
rouge (>= 1.7, < 3)
3435
safe_yaml (~> 1.0)
35-
jekyll-sass-converter (1.4.0)
36+
jekyll-sass-converter (1.5.0)
3637
sass (~> 3.4)
3738
jekyll-watch (1.5.0)
3839
listen (~> 3.0, < 3.1)
39-
json (1.8.3)
40-
kramdown (1.12.0)
41-
liquid (3.0.6)
40+
kramdown (1.15.0)
41+
liquid (4.0.0)
4242
listen (3.0.8)
4343
rb-fsevent (~> 0.9, >= 0.9.4)
4444
rb-inotify (~> 0.9, >= 0.9.7)
4545
mercenary (0.3.6)
46-
minitest (5.9.1)
47-
pathutil (0.14.0)
46+
minitest (5.10.3)
47+
pathutil (0.16.0)
4848
forwardable-extended (~> 2.6)
49-
public_suffix (2.0.4)
49+
public_suffix (3.0.0)
5050
rake (10.3.2)
51-
rb-fsevent (0.9.8)
52-
rb-inotify (0.9.7)
53-
ffi (>= 0.5.0)
54-
rouge (1.11.1)
51+
rb-fsevent (0.10.2)
52+
rb-inotify (0.9.10)
53+
ffi (>= 0.5.0, < 2)
54+
rouge (2.2.1)
5555
rspec (2.14.1)
5656
rspec-core (~> 2.14.0)
5757
rspec-expectations (~> 2.14.0)
@@ -61,9 +61,13 @@ GEM
6161
diff-lcs (>= 1.1.3, < 2.0)
6262
rspec-mocks (2.14.6)
6363
safe_yaml (1.0.4)
64-
sass (3.4.22)
65-
thread_safe (0.3.5)
66-
tzinfo (1.2.2)
64+
sass (3.5.3)
65+
sass-listen (~> 4.0.0)
66+
sass-listen (4.0.0)
67+
rb-fsevent (~> 0.9, >= 0.9.4)
68+
rb-inotify (~> 0.9, >= 0.9.7)
69+
thread_safe (0.3.6)
70+
tzinfo (1.2.4)
6771
thread_safe (~> 0.1)
6872

6973
PLATFORMS
@@ -76,4 +80,4 @@ DEPENDENCIES
7680
rspec
7781

7882
BUNDLED WITH
79-
1.13.7
83+
1.15.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JekyllGithubSample
2-
VERSION = '0.3.0'
2+
VERSION = '0.3.1'
33
end

0 commit comments

Comments
 (0)