Skip to content

Commit ff22c05

Browse files
committed
add meetup swift-berlin#11
1 parent 21e7afa commit ff22c05

File tree

4 files changed

+78
-24
lines changed

4 files changed

+78
-24
lines changed

Gemfile.lock

+33-23
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
activesupport (4.2.1)
5+
activesupport (4.2.3)
66
i18n (~> 0.7)
77
json (~> 1.7, >= 1.7.7)
88
minitest (~> 5.1)
99
thread_safe (~> 0.3, >= 0.3.4)
1010
tzinfo (~> 1.1)
11+
addressable (2.3.8)
1112
blankslate (2.1.2.4)
1213
celluloid (0.16.0)
1314
timers (~> 4.0.0)
@@ -18,32 +19,36 @@ GEM
1819
execjs
1920
coffee-script-source (1.9.1.1)
2021
colorator (0.1)
21-
execjs (2.5.2)
22+
ethon (0.7.4)
23+
ffi (>= 1.3.0)
24+
execjs (2.6.0)
2225
fast-stemmer (1.0.2)
23-
ffi (1.9.8)
26+
ffi (1.9.10)
2427
gemoji (2.1.0)
25-
github-pages (37)
28+
github-pages (39)
2629
RedCloth (= 4.2.9)
2730
github-pages-health-check (~> 0.2)
2831
jekyll (= 2.4.0)
2932
jekyll-coffeescript (= 1.0.1)
30-
jekyll-feed (= 0.3.0)
33+
jekyll-feed (= 0.3.1)
3134
jekyll-mentions (= 0.2.1)
3235
jekyll-redirect-from (= 0.8.0)
33-
jekyll-sass-converter (= 1.2.0)
36+
jekyll-sass-converter (= 1.3.0)
3437
jekyll-sitemap (= 0.8.1)
35-
jemoji (= 0.4.0)
38+
jemoji (= 0.5.0)
3639
kramdown (= 1.5.0)
3740
liquid (= 2.6.2)
3841
maruku (= 0.7.0)
3942
mercenary (~> 0.3)
40-
pygments.rb (= 0.6.1)
43+
pygments.rb (= 0.6.3)
4144
rdiscount (= 2.1.7)
42-
redcarpet (= 3.1.2)
45+
redcarpet (= 3.3.2)
4346
terminal-table (~> 1.4)
44-
github-pages-health-check (0.3.1)
45-
net-dns (~> 0.6)
47+
github-pages-health-check (0.4.2)
48+
addressable (~> 2.3)
49+
net-dns (~> 0.8)
4650
public_suffix (~> 1.4)
51+
typhoeus (~> 0.7)
4752
hitimes (1.2.2)
4853
html-pipeline (1.9.0)
4954
activesupport (>= 2)
@@ -66,57 +71,59 @@ GEM
6671
toml (~> 0.1.0)
6772
jekyll-coffeescript (1.0.1)
6873
coffee-script (~> 2.2)
69-
jekyll-feed (0.3.0)
70-
jekyll-gist (1.2.1)
74+
jekyll-feed (0.3.1)
75+
jekyll-gist (1.3.3)
7176
jekyll-mentions (0.2.1)
7277
html-pipeline (~> 1.9.0)
7378
jekyll (~> 2.0)
7479
jekyll-paginate (1.1.0)
7580
jekyll-redirect-from (0.8.0)
7681
jekyll (>= 2.0)
77-
jekyll-sass-converter (1.2.0)
82+
jekyll-sass-converter (1.3.0)
7883
sass (~> 3.2)
7984
jekyll-sitemap (0.8.1)
8085
jekyll-watch (1.2.1)
8186
listen (~> 2.7)
82-
jemoji (0.4.0)
87+
jemoji (0.5.0)
8388
gemoji (~> 2.0)
8489
html-pipeline (~> 1.9)
85-
jekyll (~> 2.0)
90+
jekyll (>= 2.0)
8691
json (1.8.2)
8792
kramdown (1.5.0)
8893
liquid (2.6.2)
89-
listen (2.10.0)
94+
listen (2.10.1)
9095
celluloid (~> 0.16.0)
9196
rb-fsevent (>= 0.9.3)
9297
rb-inotify (>= 0.9)
9398
maruku (0.7.0)
9499
mercenary (0.3.5)
95100
mini_portile (0.6.2)
96-
minitest (5.7.0)
101+
minitest (5.8.0)
97102
net-dns (0.8.0)
98103
nokogiri (1.6.6.2)
99104
mini_portile (~> 0.6.0)
100105
parslet (1.5.0)
101106
blankslate (~> 2.0)
102107
posix-spawn (0.3.11)
103108
public_suffix (1.5.1)
104-
pygments.rb (0.6.1)
109+
pygments.rb (0.6.3)
105110
posix-spawn (~> 0.3.6)
106111
yajl-ruby (~> 1.2.0)
107112
rb-fsevent (0.9.5)
108113
rb-inotify (0.9.5)
109114
ffi (>= 0.5.0)
110115
rdiscount (2.1.7)
111-
redcarpet (3.1.2)
116+
redcarpet (3.3.2)
112117
safe_yaml (1.0.4)
113-
sass (3.4.14)
114-
terminal-table (1.4.5)
118+
sass (3.4.17)
119+
terminal-table (1.5.2)
115120
thread_safe (0.3.5)
116121
timers (4.0.1)
117122
hitimes
118123
toml (0.1.2)
119124
parslet (~> 1.5.0)
125+
typhoeus (0.7.3)
126+
ethon (>= 0.7.4)
120127
tzinfo (1.2.2)
121128
thread_safe (~> 0.1)
122129
yajl-ruby (1.2.1)
@@ -125,5 +132,8 @@ PLATFORMS
125132
ruby
126133

127134
DEPENDENCIES
128-
github-pages (= 37)
135+
github-pages (= 39)
129136
json
137+
138+
BUNDLED WITH
139+
1.10.6

_posts/2015-07-20-swift-berlin-10.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 'swift.berlin #10'
33
drinks: Wi-fi and drinks are free (sponsored by Zalando).
4-
permalink: /
54
location:
65
name: Zalando
76
url: http://tech.zalando.com

_posts/2015-09-21-swift-berlin-11.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: 'swift.berlin #11'
3+
drinks: Wi-fi, drinks and food are free (sponsored by Fyber).
4+
permalink: /
5+
location:
6+
name: Fyber
7+
url: http://www.fyber.com/
8+
about: >
9+
Fyber is a leading advertising technology company that empowers app developers to execute smart monetization strategies.
10+
logo: /img/venues/fyber.svg
11+
map: https://www.google.com/maps/embed/v1/place?q=Johannisstra%C3%9Fe%2020%2C%20Berlin%2C%20Germany&key=AIzaSyCjTjlx3dtYCMkR7xQklFA1w0K36eNduPw
12+
address:
13+
- Fyber GmbH
14+
- Johannisstraße 20
15+
- 10117 Berlin
16+
speakers:
17+
18+
---

img/venues/fyber.svg

+27
Loading

0 commit comments

Comments
 (0)