Skip to content

Commit f287db1

Browse files
committed
update theme to purple
1 parent b0a3fb6 commit f287db1

7 files changed

+155
-126
lines changed

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3.1

Gemfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
source 'https://rubygems.org'
22

3+
gem 'rack-contrib'
34
gem 'builder'
4-
gem 'capistrano'
5+
gem 'capistrano', '>= 2.0', '< 3.0'
56
gem 'haml'
67
gem 'hpricot'
7-
gem 'middleman'
8+
gem 'middleman', '>= 3.0', '< 4.0'
89
gem 'middleman-blog'
910
gem 'middleman-syntax'
1011
gem 'middleman-bourbon'
11-
gem 'redcarpet'
12+
gem 'redcarpet', '>= 2', '< 3'
1213
gem 'sass'
1314
gem 'therubyracer'

Gemfile.lock

+132-108
Original file line numberDiff line numberDiff line change
@@ -1,152 +1,176 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (3.2.8)
5-
i18n (~> 0.6)
6-
multi_json (~> 1.0)
7-
blankslate (3.1.2)
8-
bourbon (3.1.8)
9-
sass (>= 3.2.0)
10-
thor
11-
builder (3.1.4)
4+
activesupport (4.2.7.1)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
addressable (2.3.8)
11+
bourbon (4.2.7)
12+
sass (~> 3.4)
13+
thor (~> 0.19)
14+
builder (3.2.2)
1215
capistrano (2.13.5)
1316
highline
1417
net-scp (>= 1.0.0)
1518
net-sftp (>= 2.0.0)
1619
net-ssh (>= 2.0.14)
1720
net-ssh-gateway (>= 1.1.0)
18-
chunky_png (1.2.6)
19-
coffee-script (2.2.0)
21+
capybara (2.4.4)
22+
mime-types (>= 1.16)
23+
nokogiri (>= 1.3.3)
24+
rack (>= 1.0.0)
25+
rack-test (>= 0.5.4)
26+
xpath (~> 2.0)
27+
chunky_png (1.3.7)
28+
coffee-script (2.4.1)
2029
coffee-script-source
2130
execjs
22-
coffee-script-source (1.3.3)
23-
compass (0.12.2)
31+
coffee-script-source (1.10.0)
32+
compass (1.0.3)
2433
chunky_png (~> 1.2)
25-
fssm (>= 0.2.7)
26-
sass (~> 3.1)
27-
execjs (1.4.0)
34+
compass-core (~> 1.0.2)
35+
compass-import-once (~> 1.0.5)
36+
rb-fsevent (>= 0.9.3)
37+
rb-inotify (>= 0.9)
38+
sass (>= 3.3.13, < 3.5)
39+
compass-core (1.0.3)
2840
multi_json (~> 1.0)
29-
ffi (1.0.11)
30-
fssm (0.2.9)
31-
haml (3.1.7)
32-
highline (1.6.15)
33-
hike (1.2.1)
41+
sass (>= 3.3.0, < 3.5)
42+
compass-import-once (1.0.5)
43+
sass (>= 3.2, < 3.5)
44+
erubis (2.7.0)
45+
execjs (2.7.0)
46+
ffi (1.9.14)
47+
git-version-bump (0.15.1)
48+
haml (4.0.7)
49+
tilt
50+
highline (1.7.8)
51+
hike (1.2.3)
52+
hooks (0.4.1)
53+
uber (~> 0.0.14)
3454
hpricot (0.8.6)
35-
http_router (0.10.2)
36-
rack (>= 1.0.0)
37-
url_mount (~> 0.2.1)
38-
i18n (0.6.1)
39-
libv8 (3.3.10.4)
40-
listen (0.5.3)
41-
maruku (0.6.1)
42-
syntax (>= 1.0.0)
43-
middleman (3.0.6)
44-
middleman-core (= 3.0.6)
45-
middleman-more (= 3.0.6)
46-
middleman-sprockets (~> 3.0.2)
47-
middleman-blog (3.1.1)
48-
maruku (~> 0.6.0)
49-
middleman-core (~> 3.0.1)
50-
tzinfo (~> 0.3.0)
55+
i18n (0.7.0)
56+
json (1.8.3)
57+
kramdown (1.12.0)
58+
libv8 (3.16.14.15)
59+
listen (3.0.8)
60+
rb-fsevent (~> 0.9, >= 0.9.4)
61+
rb-inotify (~> 0.9, >= 0.9.7)
62+
middleman (3.4.1)
63+
coffee-script (~> 2.2)
64+
compass (>= 1.0.0, < 2.0.0)
65+
compass-import-once (= 1.0.5)
66+
execjs (~> 2.0)
67+
haml (>= 4.0.5)
68+
kramdown (~> 1.2)
69+
middleman-core (= 3.4.1)
70+
middleman-sprockets (>= 3.1.2)
71+
sass (>= 3.4.0, < 4.0)
72+
uglifier (~> 2.5)
73+
middleman-blog (3.5.3)
74+
addressable (~> 2.3.5)
75+
middleman-core (~> 3.2)
76+
tzinfo (>= 0.3.0)
5177
middleman-bourbon (0.0.2)
5278
bourbon (>= 2.1.0)
53-
middleman-core (3.0.6)
54-
activesupport (~> 3.2.6)
79+
middleman-core (3.4.1)
80+
activesupport (~> 4.1)
5581
bundler (~> 1.1)
56-
listen (~> 0.5.2)
57-
rack (~> 1.4.1)
58-
rack-test (~> 0.6.1)
59-
rb-fsevent (~> 0.9.1)
60-
rb-inotify (~> 0.8.8)
61-
thor (~> 0.15.4)
62-
tilt (~> 1.3.1)
63-
middleman-more (3.0.6)
64-
coffee-script (~> 2.2.0)
65-
coffee-script-source (~> 1.3.3)
66-
compass (>= 0.12.2)
67-
execjs (~> 1.4.0)
68-
haml (>= 3.1.6)
69-
i18n (~> 0.6.0)
70-
maruku (~> 0.6.0)
71-
middleman-core (= 3.0.6)
72-
padrino-helpers (= 0.10.7)
73-
sass (>= 3.1.20)
74-
uglifier (~> 1.2.6)
75-
middleman-sprockets (3.0.4)
76-
middleman-more (~> 3.0.1)
77-
sprockets (~> 2.1, < 2.5)
78-
sprockets-sass (~> 0.8.0)
79-
middleman-syntax (1.0.0)
80-
middleman-core (~> 3.0.0)
81-
pygments.rb (~> 0.2.13)
82-
multi_json (1.3.6)
83-
net-scp (1.0.4)
84-
net-ssh (>= 1.99.1)
82+
capybara (~> 2.4.4)
83+
erubis
84+
hooks (~> 0.3)
85+
i18n (~> 0.7.0)
86+
listen (~> 3.0.3)
87+
padrino-helpers (~> 0.12.3)
88+
rack (>= 1.4.5, < 2.0)
89+
thor (>= 0.15.2, < 2.0)
90+
tilt (~> 1.4.1, < 2.0)
91+
middleman-sprockets (3.5.0)
92+
middleman-core (>= 3.3)
93+
sprockets (~> 2.12.1)
94+
sprockets-helpers (~> 1.1.0)
95+
sprockets-sass (~> 1.3.0)
96+
middleman-syntax (3.0.0)
97+
middleman-core (>= 3.2)
98+
rouge (~> 2.0)
99+
mime-types (3.1)
100+
mime-types-data (~> 3.2015)
101+
mime-types-data (3.2016.0521)
102+
mini_portile2 (2.1.0)
103+
minitest (5.9.1)
104+
multi_json (1.12.1)
105+
net-scp (1.2.1)
106+
net-ssh (>= 2.6.5)
85107
net-sftp (2.0.5)
86108
net-ssh (>= 2.0.9)
87-
net-ssh (2.6.1)
109+
net-ssh (3.2.0)
88110
net-ssh-gateway (1.1.0)
89111
net-ssh (>= 1.99.1)
90-
padrino-core (0.10.7)
91-
activesupport (~> 3.2.0)
92-
http_router (~> 0.10.2)
93-
sinatra (~> 1.3.1)
94-
thor (~> 0.15.2)
95-
tilt (~> 1.3.0)
96-
padrino-helpers (0.10.7)
97-
i18n (~> 0.6)
98-
padrino-core (= 0.10.7)
99-
pygments.rb (0.2.13)
100-
rubypython (~> 0.5.3)
101-
rack (1.4.1)
102-
rack-protection (1.2.0)
103-
rack
104-
rack-test (0.6.2)
112+
nokogiri (1.6.8.1)
113+
mini_portile2 (~> 2.1.0)
114+
padrino-helpers (0.12.8.1)
115+
i18n (~> 0.6, >= 0.6.7)
116+
padrino-support (= 0.12.8.1)
117+
tilt (~> 1.4.1)
118+
padrino-support (0.12.8.1)
119+
activesupport (>= 3.1)
120+
rack (1.6.5)
121+
rack-contrib (1.4.0)
122+
git-version-bump (~> 0.15)
123+
rack (~> 1.4)
124+
rack-test (0.6.3)
105125
rack (>= 1.0)
106-
rb-fsevent (0.9.2)
107-
rb-inotify (0.8.8)
126+
rb-fsevent (0.9.8)
127+
rb-inotify (0.9.7)
108128
ffi (>= 0.5.0)
109129
redcarpet (2.2.2)
110-
rubypython (0.5.3)
111-
blankslate (>= 2.1.2.3)
112-
ffi (~> 1.0.7)
113-
sass (3.2.1)
114-
sinatra (1.3.3)
115-
rack (~> 1.3, >= 1.3.6)
116-
rack-protection (~> 1.2)
117-
tilt (~> 1.3, >= 1.3.3)
118-
sprockets (2.4.5)
130+
ref (2.0.0)
131+
rouge (2.0.6)
132+
sass (3.4.22)
133+
sprockets (2.12.4)
119134
hike (~> 1.2)
120135
multi_json (~> 1.0)
121136
rack (~> 1.0)
122137
tilt (~> 1.1, != 1.3.0)
123-
sprockets-sass (0.8.0)
138+
sprockets-helpers (1.1.0)
139+
sprockets (~> 2.0)
140+
sprockets-sass (1.3.1)
124141
sprockets (~> 2.0)
125142
tilt (~> 1.1)
126-
syntax (1.0.0)
127-
therubyracer (0.10.2)
128-
libv8 (~> 3.3.10)
129-
thor (0.15.4)
130-
tilt (1.3.3)
131-
tzinfo (0.3.33)
132-
uglifier (1.2.7)
143+
therubyracer (0.12.2)
144+
libv8 (~> 3.16.14.0)
145+
ref
146+
thor (0.19.1)
147+
thread_safe (0.3.5)
148+
tilt (1.4.1)
149+
tzinfo (1.2.2)
150+
thread_safe (~> 0.1)
151+
uber (0.0.15)
152+
uglifier (2.7.2)
133153
execjs (>= 0.3.0)
134-
multi_json (~> 1.3)
135-
url_mount (0.2.1)
136-
rack
154+
json (>= 1.8.0)
155+
xpath (2.0.0)
156+
nokogiri (~> 1.3)
137157

138158
PLATFORMS
139159
ruby
140160

141161
DEPENDENCIES
142162
builder
143-
capistrano
163+
capistrano (>= 2.0, < 3.0)
144164
haml
145165
hpricot
146-
middleman
166+
middleman (>= 3.0, < 4.0)
147167
middleman-blog
148168
middleman-bourbon
149169
middleman-syntax
150-
redcarpet
170+
rack-contrib
171+
redcarpet (>= 2, < 3)
151172
sass
152173
therubyracer
174+
175+
BUNDLED WITH
176+
1.13.1

config.rb

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
activate :directory_indexes
88
activate :bourbon
99
set :blog_layout_engine, :haml
10+
set :haml, { ugly: true }
1011

1112
page "/feed.xml", :layout => false
1213

source/articles/2013-08-24-coffeescripts-existential-operator.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if (object.property == null) {
6363

6464
It only assigns when property is not defined. It's especially handy for boolean variables - let's compare this to `||=` operator:
6565

66-
```
66+
``` coffeescript
6767
# ||= operator
6868
variable = false
6969
variable ||= 'value'

source/layout.haml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
%meta{name: "viewport", content: "width=device-width, initial-scale=1.0"}
77
%link{href: '/feed.xml', rel: 'alternate', type: 'application/rss+xml', title: 'Tomasz Pewiński\'s blog'}
88
%link{rel: 'shortcut icon', href: '/favicon.ico'}
9-
%link{href: 'http://fonts.googleapis.com/css?family=Open+Sans', rel: 'stylesheet', type: 'text/css'}
109
%link{href: 'http://fonts.googleapis.com/css?family=Inconsolata', rel: 'stylesheet', type: 'text/css'}
1110
%link{type: 'text/css', rel: 'stylesheet', href: '/stylesheets/syntax.css'}
1211
%link{type: 'text/css', rel: 'stylesheet', href: '/stylesheets/style.css'}

0 commit comments

Comments
 (0)