Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: Gemfile.lock

Issue 23619013: start talking about polymer.dart (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: remove the colors, reword the intro Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Gemfile ('k') | src/site/_includes/footer.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 GIT 1 GIT
2 remote: git://github.com/mojombo/jekyll.git 2 remote: git://github.com/mojombo/jekyll.git
3 revision: 24aabbe05f0ceb97a9fc496f843a640f4c8b3e9b 3 revision: 2cc5dc3704984c465b4e0b1183b37dfafc07b5e4
4 specs: 4 specs:
5 jekyll (1.0.0.rc1) 5 jekyll (1.1.2)
6 classifier (~> 1.3) 6 classifier (~> 1.3)
7 colorator (~> 0.1) 7 colorator (~> 0.1)
8 commander (~> 4.1.3) 8 commander (~> 4.1.3)
9 directory_watcher (~> 1.4.1) 9 directory_watcher (~> 1.4.1)
10 kramdown (~> 0.14) 10 kramdown (~> 1.0.2)
11 liquid (~> 2.3) 11 liquid (~> 2.5.1)
12 maruku (~> 0.5) 12 maruku (~> 0.5)
13 pygments.rb (~> 0.4.2) 13 pygments.rb (~> 0.5.0)
14 redcarpet (~> 2.2.2)
14 safe_yaml (~> 0.7.0) 15 safe_yaml (~> 0.7.0)
15 16
16 GIT 17 GIT
17 remote: git://github.com/vwall/compass-twitter-bootstrap.git 18 remote: git://github.com/vwall/compass-twitter-bootstrap.git
18 revision: 41f5acdc1667303abeeb80214e058b191d0d9a46 19 revision: c101702ce82506be67c6cd97db7ee82ad0bbcb1e
19 specs: 20 specs:
20 compass_twitter_bootstrap (2.3.1) 21 compass_twitter_bootstrap (2.3.1)
21 compass 22 compass
22 23
23 GEM 24 GEM
24 remote: http://rubygems.org/ 25 remote: http://rubygems.org/
25 specs: 26 specs:
26 chunky_png (1.2.8) 27 chunky_png (1.2.8)
27 classifier (1.3.3) 28 classifier (1.3.3)
28 fast-stemmer (>= 1.0.0) 29 fast-stemmer (>= 1.0.0)
29 colorator (0.1) 30 colorator (0.1)
30 commander (4.1.3) 31 commander (4.1.5)
31 highline (~> 1.6.11) 32 highline (~> 1.6.11)
32 compass (0.12.2) 33 compass (0.12.2)
33 chunky_png (~> 1.2) 34 chunky_png (~> 1.2)
34 fssm (>= 0.2.7) 35 fssm (>= 0.2.7)
35 sass (~> 3.1) 36 sass (~> 3.1)
36 directory_watcher (1.4.1) 37 directory_watcher (1.4.1)
37 fast-stemmer (1.0.2) 38 fast-stemmer (1.0.2)
38 fssm (0.2.10) 39 fssm (0.2.10)
39 highline (1.6.18) 40 highline (1.6.19)
40 kramdown (0.14.0) 41 kramdown (1.0.2)
41 liquid (2.5.0) 42 liquid (2.5.2)
42 maruku (0.6.1) 43 maruku (0.6.1)
43 syntax (>= 1.0.0) 44 syntax (>= 1.0.0)
44 posix-spawn (0.3.6) 45 posix-spawn (0.3.6)
45 pygments.rb (0.4.2) 46 pygments.rb (0.5.2)
46 posix-spawn (~> 0.3.6) 47 posix-spawn (~> 0.3.6)
47 yajl-ruby (~> 1.1.0) 48 yajl-ruby (~> 1.1.0)
49 redcarpet (2.2.2)
48 safe_yaml (0.7.1) 50 safe_yaml (0.7.1)
49 sass (3.2.7) 51 sass (3.2.10)
50 syntax (1.0.0) 52 syntax (1.0.0)
51 yajl-ruby (1.1.0) 53 yajl-ruby (1.1.0)
52 54
53 PLATFORMS 55 PLATFORMS
54 ruby 56 ruby
55 57
56 DEPENDENCIES 58 DEPENDENCIES
57 compass (= 0.12.2) 59 compass (= 0.12.2)
58 compass_twitter_bootstrap! 60 compass_twitter_bootstrap!
59 jekyll! 61 jekyll!
60 kramdown (= 0.14.0) 62 kramdown (= 1.0.2)
OLDNEW
« no previous file with comments | « Gemfile ('k') | src/site/_includes/footer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698