Skip to content

Commit 7f73e2c

Browse files
committed
Upgrade to awestruct 0.5.7
1 parent 2f6cd1b commit 7f73e2c

File tree

4 files changed

+86
-76
lines changed

4 files changed

+86
-76
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- 2.2.1
3+
- 2.3
44
branches:
55
only:
66
- develop

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'therubyracer', '~> 0.12.2' # V8 JavaScript engine in Ruby
44

5-
gem 'awestruct', '~> 0.5.0' # Framework for creating static HTML sites
5+
gem 'awestruct', '~> 0.5.7' # Framework for creating static HTML sites
66
gem 'uglifier', '~> 2.0.1' # Ruby wrapper for UglifyJS JavaScript compressor
77
gem 'cssminify', '~> 1.0.2' # CSS compression using YUI compressor
88
gem 'rb-fsevent', '~> 0.9.3' # FSEvents API with Signals catching (without RubyCocoa)

Gemfile.lock

Lines changed: 82 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -5,113 +5,121 @@ GEM
55
Platform (>= 0.4.0)
66
open4
77
Platform (0.4.0)
8-
asciidoctor (1.5.1)
9-
awestruct (0.5.5)
10-
asciidoctor
11-
bootstrap-sass (~> 3.1.1.0)
12-
colorize (~> 0.7.1)
13-
compass (~> 0.12.4)
14-
compass-960-plugin (~> 0.10.4)
15-
git (~> 1.2.6)
16-
guard-livereload (~> 2.1.2)
17-
haml (~> 4.0.5)
18-
listen (~> 2.7.1)
8+
ansi (1.5.0)
9+
asciidoctor (1.5.6.1)
10+
ast (2.4.0)
11+
awestruct (0.5.7)
12+
asciidoctor (~> 1.5, >= 1.5.2)
13+
git (~> 1.2, >= 1.2.6)
14+
guard (~> 2.13, >= 2.13.0)
15+
guard-livereload (~> 2.1, >= 2.1.2)
16+
haml (~> 4.0, >= 4.0.5)
17+
listen (>= 2.7.1, <= 4.0)
18+
logging (~> 2.0)
1919
mime-types (~> 2.1)
20-
nokogiri (~> 1.5.10)
21-
rack (~> 1.5.2)
22-
rest-client (~> 1.6.7)
23-
ruby-s3cmd (~> 0.1.5)
24-
tilt (~> 2.0.1)
25-
zurb-foundation (~> 4.3.2)
26-
bootstrap-sass (3.1.1.1)
27-
sass (~> 3.2)
28-
celluloid (0.16.0)
29-
timers (~> 4.0.0)
30-
chunky_png (1.3.2)
31-
coderay (1.1.0)
32-
colorize (0.7.3)
20+
oga (~> 1.3)
21+
parallel (~> 1.1, > 1.1.1)
22+
rack (~> 1.5, >= 1.5.2)
23+
rest-client (~> 1.7, >= 1.7.2)
24+
tilt (~> 2.0, >= 2.0.1)
25+
coderay (1.1.2)
3326
commonjs (0.2.7)
34-
compass (0.12.7)
35-
chunky_png (~> 1.2)
36-
fssm (>= 0.2.7)
37-
sass (~> 3.2.19)
38-
compass-960-plugin (0.10.4)
39-
compass (>= 0.10.0)
4027
cssminify (1.0.2)
28+
domain_name (0.5.20170404)
29+
unf (>= 0.0.5, < 1.0.0)
4130
em-websocket (0.5.1)
4231
eventmachine (>= 0.12.9)
4332
http_parser.rb (~> 0.6.0)
44-
eventmachine (1.2.0.1)
45-
execjs (2.2.2)
46-
ffi (1.9.6)
33+
eventmachine (1.2.5)
34+
execjs (2.7.0)
35+
ffi (1.9.23)
4736
formatador (0.2.5)
48-
fssm (0.2.10)
49-
git (1.2.8)
50-
guard (2.6.1)
37+
git (1.3.0)
38+
guard (2.14.2)
5139
formatador (>= 0.2.4)
52-
listen (~> 2.7)
53-
lumberjack (~> 1.0)
40+
listen (>= 2.7, < 4.0)
41+
lumberjack (>= 1.0.12, < 2.0)
42+
nenv (~> 0.1)
43+
notiffany (~> 0.0)
5444
pry (>= 0.9.12)
45+
shellany (~> 0.0)
5546
thor (>= 0.18.1)
56-
guard-livereload (2.1.3)
47+
guard-compat (1.2.1)
48+
guard-livereload (2.5.2)
5749
em-websocket (~> 0.5)
58-
guard (~> 2.0)
50+
guard (~> 2.8)
51+
guard-compat (~> 1.0)
5952
multi_json (~> 1.8)
60-
haml (4.0.5)
53+
haml (4.0.7)
6154
tilt
62-
hitimes (1.2.2)
6355
htmlcompressor (0.0.7)
6456
yui-compressor (~> 0.9.6)
57+
http-cookie (1.0.3)
58+
domain_name (~> 0.5)
6559
http_parser.rb (0.6.0)
6660
kramdown (1.0.2)
6761
less (2.5.1)
6862
commonjs (~> 0.2.7)
69-
libv8 (3.16.14.13)
70-
listen (2.7.11)
71-
celluloid (>= 0.15.2)
72-
rb-fsevent (>= 0.9.3)
73-
rb-inotify (>= 0.9)
74-
lumberjack (1.0.9)
75-
method_source (0.8.2)
76-
mime-types (2.4.2)
77-
multi_json (1.10.1)
78-
nokogiri (1.5.11)
63+
libv8 (3.16.14.19)
64+
listen (3.1.5)
65+
rb-fsevent (~> 0.9, >= 0.9.4)
66+
rb-inotify (~> 0.9, >= 0.9.7)
67+
ruby_dep (~> 1.2)
68+
little-plugger (1.1.4)
69+
logging (2.2.2)
70+
little-plugger (~> 1.1)
71+
multi_json (~> 1.10)
72+
lumberjack (1.0.12)
73+
method_source (0.9.0)
74+
mime-types (2.99.3)
75+
multi_json (1.13.1)
76+
nenv (0.3.0)
77+
netrc (0.11.0)
78+
notiffany (0.1.1)
79+
nenv (~> 0.1)
80+
shellany (~> 0.0)
81+
oga (1.3.1)
82+
ast
83+
ruby-ll (~> 2.1)
7984
open4 (1.3.4)
80-
pry (0.10.1)
85+
parallel (1.12.1)
86+
pry (0.11.3)
8187
coderay (~> 1.1.0)
82-
method_source (~> 0.8.1)
83-
slop (~> 3.4)
84-
rack (1.5.2)
85-
rb-fsevent (0.9.4)
86-
rb-inotify (0.9.5)
87-
ffi (>= 0.5.0)
88+
method_source (~> 0.9.0)
89+
rack (1.6.9)
90+
rb-fsevent (0.9.8)
91+
rb-inotify (0.9.10)
92+
ffi (>= 0.5.0, < 2)
8893
ref (2.0.0)
89-
rest-client (1.6.7)
90-
mime-types (>= 1.16)
91-
ruby-s3cmd (0.1.5)
92-
sass (3.2.19)
93-
slop (3.6.0)
94-
therubyracer (0.12.2)
95-
libv8 (~> 3.16.14.0)
94+
rest-client (1.8.0)
95+
http-cookie (>= 1.0.2, < 2.0)
96+
mime-types (>= 1.16, < 3.0)
97+
netrc (~> 0.7)
98+
ruby-ll (2.1.2)
99+
ansi
100+
ast
101+
ruby_dep (1.5.0)
102+
shellany (0.0.1)
103+
therubyracer (0.12.3)
104+
libv8 (~> 3.16.14.15)
96105
ref
97-
thor (0.19.1)
98-
tilt (2.0.1)
99-
timers (4.0.1)
100-
hitimes
106+
thor (0.20.0)
107+
tilt (2.0.8)
101108
uglifier (2.0.1)
102109
execjs (>= 0.3.0)
103110
multi_json (~> 1.0, >= 1.0.2)
111+
unf (0.1.4)
112+
unf_ext
113+
unf_ext (0.0.7.5)
104114
yui-compressor (0.9.6)
105115
POpen4 (>= 0.1.4)
106-
zurb-foundation (4.3.2)
107-
sass (>= 3.2.0)
108116

109117
PLATFORMS
110118
ruby
111119

112120
DEPENDENCIES
113121
asciidoctor (~> 1.5.1)
114-
awestruct (~> 0.5.0)
122+
awestruct (~> 0.5.7)
115123
cssminify (~> 1.0.2)
116124
htmlcompressor (~> 0.0.3)
117125
kramdown (~> 1.0.1)
@@ -121,4 +129,4 @@ DEPENDENCIES
121129
uglifier (~> 2.0.1)
122130

123131
BUNDLED WITH
124-
1.11.2
132+
1.16.1

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ task :check => :init do
163163
end
164164
exit e.status_code
165165
end
166+
system 'sed -i "/.LOG.debug .inherit_front_matter_from for/d" .bundle/ruby/2.3.0/gems/awestruct-0.5.7/lib/awestruct/page.rb'
167+
system 'sed -i "/.LOG.debug .inherit_front_matter_from for/d" vendor/bundle/ruby/2.3.0/gems/awestruct-0.5.7/lib/awestruct/page.rb'
166168
end
167169

168170
# Execute Awestruct

0 commit comments

Comments
 (0)