Skip to content

Commit

Permalink
Next 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhowells committed Mar 28, 2017
1 parent 3961cd9 commit 9304de1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.1)
activesupport (5.0.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
aws-sdk (2.6.44)
aws-sdk-resources (= 2.6.44)
aws-sdk-core (2.6.44)
aws-sdk (2.8.12)
aws-sdk-resources (= 2.8.12)
aws-sdk-core (2.8.12)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.6.44)
aws-sdk-core (= 2.6.44)
aws-sdk-resources (2.8.12)
aws-sdk-core (= 2.8.12)
aws-sigv4 (1.0.0)
colorator (1.1.0)
colored (1.2)
concurrent-ruby (1.0.4)
concurrent-ruby (1.0.5)
configure-s3-website (2.0.0)
aws-sdk (~> 2)
deep_merge (~> 1.0.0)
deep_merge (1.0.1)
dotenv (1.0.2)
ethon (0.10.1)
ffi (>= 1.3.0)
ffi (1.9.14)
ffi (1.9.18)
forwardable-extended (2.6.0)
html-proofer (3.4.0)
html-proofer (3.6.0)
activesupport (>= 4.2, < 6.0)
addressable (~> 2.3)
colored (~> 1.2)
Expand All @@ -37,8 +37,8 @@ GEM
parallel (~> 1.3)
typhoeus (~> 0.7)
yell (~> 2.0)
i18n (0.7.0)
jekyll (3.3.1)
i18n (0.8.1)
jekyll (3.4.3)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
Expand All @@ -56,27 +56,27 @@ GEM
listen (~> 3.0, < 3.1)
jmespath (1.3.1)
kramdown (1.13.2)
libv8 (3.16.14.17)
libv8 (3.16.14.19)
liquid (3.0.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
mini_portile2 (2.1.0)
minitest (5.10.1)
nokogiri (1.7.0.1)
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
parallel (1.10.0)
parallel (1.11.1)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
rake (12.0.0)
rb-fsevent (0.9.8)
rb-inotify (0.9.7)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
ref (2.0.0)
rouge (1.11.1)
s3_website (3.0.0)
s3_website (3.1.0)
colored (= 1.2)
configure-s3-website (= 2.0.0)
dotenv (~> 1.0)
Expand All @@ -90,10 +90,10 @@ GEM
libv8 (~> 3.16.14.15)
ref
thor (0.19.4)
thread_safe (0.3.5)
thread_safe (0.3.6)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.2)
tzinfo (1.2.3)
thread_safe (~> 0.1)
yell (2.0.7)

Expand All @@ -111,4 +111,4 @@ DEPENDENCIES
therubyracer

BUNDLED WITH
1.13.7
1.14.6
12 changes: 12 additions & 0 deletions _posts/2017-03-27-next-js-2-0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: post
title: Next.js 2.0
type: link
link: https://zeit.co/blog/next2
date: "2017-03-27 21:03:56"
categories: links
---
Zeit:
>More than **3.1 million developers** read our [announcement post](https://zeit.co/blog/next) of [Next.js](https://github.com/zeit/next.js). More than **110 contributors** have submitted patches, examples or improved our documentation. Over **10,000 developers** have starred us on [GitHub](https://github.com/zeit/next.js).
>
>Today, we are proud to introduce **Next 2.0** to the world.[]

0 comments on commit 9304de1

Please sign in to comment.