Skip to content

Commit 0c144bb

Browse files
committed
Merge branch 'release/v.2.3.0'
2 parents 8eb00ba + 1b87ba1 commit 0c144bb

5 files changed

Lines changed: 30 additions & 29 deletions

File tree

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
88
multi_json (~> 1.3)
99
thread_safe (~> 0.1)
1010
tzinfo (~> 0.3.37)
11-
atomic (1.1.15)
11+
atomic (1.1.16)
1212
blankslate (2.1.2.4)
1313
classifier (1.3.4)
1414
fast-stemmer (>= 1.0.0)
@@ -18,12 +18,12 @@ GEM
1818
fast-stemmer (1.0.2)
1919
ffi (1.9.3)
2020
gemoji (1.5.0)
21-
github-pages (16)
21+
github-pages (17)
2222
RedCloth (= 4.2.9)
23-
jekyll (= 1.4.3)
24-
jekyll-mentions (= 0.0.5)
23+
jekyll (= 1.5.1)
24+
jekyll-mentions (= 0.0.6)
2525
jekyll-redirect-from (= 0.3.1)
26-
jemoji (= 0.0.10)
26+
jemoji (= 0.1.0)
2727
kramdown (= 1.3.1)
2828
liquid (= 2.5.5)
2929
maruku (= 0.7.0)
@@ -34,36 +34,36 @@ GEM
3434
activesupport (>= 2)
3535
nokogiri (~> 1.4)
3636
i18n (0.6.9)
37-
jekyll (1.4.3)
37+
jekyll (1.5.1)
3838
classifier (~> 1.3)
3939
colorator (~> 0.1)
4040
commander (~> 4.1.3)
4141
liquid (~> 2.5.5)
4242
listen (~> 1.3)
43-
maruku (~> 0.7.0)
43+
maruku (= 0.7.0)
4444
pygments.rb (~> 0.5.0)
4545
redcarpet (~> 2.3.0)
46-
safe_yaml (~> 0.9.7)
46+
safe_yaml (~> 1.0)
4747
toml (~> 0.1.0)
48-
jekyll-mentions (0.0.5)
48+
jekyll-mentions (0.0.6)
4949
html-pipeline (~> 1.5.0)
50-
jekyll (~> 1.4.3)
50+
jekyll (~> 1.4)
5151
jekyll-redirect-from (0.3.1)
5252
jekyll (~> 1.4)
53-
jemoji (0.0.10)
53+
jemoji (0.1.0)
5454
gemoji (~> 1.5.0)
5555
html-pipeline (~> 1.5.0)
56-
jekyll (~> 1.4.3)
56+
jekyll (~> 1.4)
5757
kramdown (1.3.1)
5858
liquid (2.5.5)
5959
listen (1.3.1)
6060
rb-fsevent (>= 0.9.3)
6161
rb-inotify (>= 0.9)
6262
rb-kqueue (>= 0.2)
6363
maruku (0.7.0)
64-
mini_portile (0.5.2)
64+
mini_portile (0.5.3)
6565
minitest (4.7.5)
66-
multi_json (1.9.0)
66+
multi_json (1.9.2)
6767
nokogiri (1.6.1)
6868
mini_portile (~> 0.5.0)
6969
parslet (1.5.0)
@@ -79,8 +79,8 @@ GEM
7979
ffi (>= 0.5.0)
8080
rdiscount (2.1.7)
8181
redcarpet (2.3.0)
82-
safe_yaml (0.9.7)
83-
thread_safe (0.2.0)
82+
safe_yaml (1.0.1)
83+
thread_safe (0.3.1)
8484
atomic (>= 1.1.7, < 2)
8585
toml (0.1.1)
8686
parslet (~> 1.5.0)

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theseg.github.io",
3-
"version": "1.2.1",
3+
"version": "2.3.0",
44
"description": "Resume website for John 'Seg' Seggerson.",
55
"homepage": "http://theseg.github.io/",
66
"bugs": "https://github.com/TheSeg/theseg.github.io/issues",
@@ -9,7 +9,7 @@
99
"url": "http://theseg.github.io"
1010
},
1111
"dependencies": {
12-
"jquery": "^2.0.3",
12+
"jquery": "~2.1.0",
1313
"font-awesome": "~= 4.0.3",
1414
"holderjs": "^2.3.2",
1515
"html5shiv": "^3.7.0",

css/theme-default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/theme-valve.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "theseg-github-io",
3-
"version": "2.2.0",
4-
"author": "John 'Seg' Seggerson <seg@segonmedia.com>",
3+
"version": "2.3.0",
4+
"author": "John *Seg* Seggerson <seg@segonmedia.com>",
55
"homepage": "http://theseg.github.io/",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/TheSeg/theseg.github.io.git"
99
},
10+
"private": true,
1011
"devDependencies": {
1112
"grunt": "~0.4.2",
12-
"grunt-contrib-concat": "~0.3",
13+
"grunt-contrib-concat": "~0.4.0",
1314
"grunt-contrib-copy": "~0.5",
14-
"grunt-contrib-imagemin": "~0.5",
15-
"grunt-contrib-jshint": "~0.8",
16-
"grunt-contrib-less": "~0.9",
17-
"grunt-contrib-uglify": "~0.3",
18-
"grunt-contrib-watch": "~0.5",
19-
"grunt-jekyll": "~0.4"
15+
"grunt-contrib-imagemin": "~0.6.1",
16+
"grunt-contrib-jshint": "~0.9.2",
17+
"grunt-contrib-less": "~0.11.0",
18+
"grunt-contrib-uglify": "~0.4.0",
19+
"grunt-contrib-watch": "~0.6.1",
20+
"grunt-jekyll": "~0.4.1"
2021
}
2122
}

0 commit comments

Comments
 (0)