Skip to content

Commit

Permalink
Mexico city
Browse files Browse the repository at this point in the history
  • Loading branch information
schlosser committed Nov 5, 2021
1 parent 8077c16 commit 340a455
Show file tree
Hide file tree
Showing 66 changed files with 2,159 additions and 1,632 deletions.
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.9)
css_press (0.3.2)
csspool-st (= 3.1.2)
json
Expand All @@ -13,18 +13,18 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.14.2)
execjs (2.8.1)
ffi (1.15.4)
forwardable-extended (2.6.0)
html_press (0.8.2)
htmlentities
multi_css (>= 0.1.0)
multi_js (>= 0.1.0)
htmlentities (4.3.4)
http_parser.rb (0.6.0)
i18n (1.8.5)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
jekyll (4.2.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -50,13 +50,13 @@ GEM
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.3.0)
kramdown (2.3.0)
json (2.6.1)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.3.3)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
Expand All @@ -67,11 +67,11 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
rouge (3.26.0)
rexml (3.2.5)
rouge (3.26.1)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -87,7 +87,7 @@ GEM
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)

PLATFORMS
ruby
Expand Down
3 changes: 2 additions & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ gulp.task("responsive:resize", function (done) {
done();
});

gulp.task("responsive:metadata", function () {
gulp.task("responsive:metadata", function (done) {
// We always process all images.
var metadata = {
_NOTE:
Expand Down Expand Up @@ -257,6 +257,7 @@ gulp.task("responsive:metadata", function () {
"./_data/travelPhotos.json",
JSON.stringify(travelPhotos, null, 2)
);
done();
});
});

Expand Down
Loading

0 comments on commit 340a455

Please sign in to comment.