File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'rails', '3.2.22'
8
8
9
9
gem 'mysql2'
10
10
11
- gem 'unicorn' , '1.1.5'
11
+ gem 'unicorn'
12
12
13
13
# Gems used only for assets and not required
14
14
# in production environments by default.
@@ -145,3 +145,5 @@ gem 'activemerchant'
145
145
146
146
gem 'rack-attack'
147
147
gem 'unf_ext' , '0.0.6'
148
+
149
+ gem 'foreman'
Original file line number Diff line number Diff line change 136
136
faraday (0.9.0 )
137
137
multipart-post (>= 1.2 , < 3 )
138
138
ffi (1.9.0 )
139
+ foreman (0.78.0 )
140
+ thor (~> 0.19.1 )
139
141
formtastic (2.2.1 )
140
142
actionpack (>= 3.0 )
141
143
gon (4.1.1 )
157
159
json (1.8.3 )
158
160
juggernaut (2.1.1 )
159
161
redis
162
+ kgio (2.10.0 )
160
163
listen (1.1.6 )
161
164
rb-fsevent (>= 0.9.3 )
162
165
rb-inotify (>= 0.9 )
213
216
rake (>= 0.8.7 )
214
217
rdoc (~> 3.4 )
215
218
thor (>= 0.14.6 , < 2.0 )
219
+ raindrops (0.16.0 )
216
220
rake (10.4.2 )
217
221
rb-fsevent (0.9.3 )
218
222
rb-inotify (0.9.2 )
282
286
unf (0.1.4 )
283
287
unf_ext
284
288
unf_ext (0.0.6 )
285
- unicorn (1.1.5 )
286
- rack
289
+ unicorn (5.1.0 )
290
+ kgio (~> 2.6 )
291
+ raindrops (~> 0.7 )
287
292
uuidtools (2.1.4 )
288
293
vegas (0.1.11 )
289
294
rack (>= 1.0.0 )
@@ -310,6 +315,7 @@ DEPENDENCIES
310
315
ey_config
311
316
factory_girl_rails (~> 4.0 )
312
317
faker
318
+ foreman
313
319
formtastic
314
320
gg !
315
321
gon
@@ -332,4 +338,7 @@ DEPENDENCIES
332
338
simplecov
333
339
uglifier (>= 1.0.3 )
334
340
unf_ext (= 0.0.6 )
335
- unicorn (= 1.1.5 )
341
+ unicorn
342
+
343
+ BUNDLED WITH
344
+ 1.11.2
Original file line number Diff line number Diff line change 19
19
<% if @match . map_url . present? || @match . map [ "s2ma_hash" ] . present? %>
20
20
< div class ="last map block ">
21
21
<% if !@match . map_url || @match . map_url . blank? %>
22
- < img class ="minimap " height ="90 " src ="http://s3.amazonaws.com/ <%= Rails . configuration . s3 [ 'minimaps' ] [ 'bucket' ] %> /<%= @match . map [ "s2ma_hash" ] %> _100.png " />
22
+ < img class ="minimap " height ="90 " src ="http://<%= Rails . configuration . s3 [ 'minimaps' ] [ 'bucket' ] %> .s3.amazonaws.com /<%= @match . map [ "s2ma_hash" ] %> _100.png " />
23
23
<% else %>
24
24
< img src ="<%= @match . map_url %> "/>
25
25
<% end %>
62
62
< div class ="top ">
63
63
<%= render 'shared/sidebarad' %>
64
64
65
- < matchmap data-framee ="current_framee " data-minimapurl ="http://s3.amazonaws.com/ <%= Rails . configuration . s3 [ 'minimaps' ] [ 'bucket' ] %> /<%= @match . map [ "s2ma_hash" ] %> _100.png " data-match ="match "> </ matchmap >
65
+ < matchmap data-framee ="current_framee " data-minimapurl ="http://<%= Rails . configuration . s3 [ 'minimaps' ] [ 'bucket' ] %> .s3.amazonaws.com /<%= @match . map [ "s2ma_hash" ] %> _100.png " data-match ="match "> </ matchmap >
66
66
< a href class ="ggtipper2 " title ="Total army strength in minerals + gas throughout the game.<br><br>Move your mouse over the chart to see what was in each army at any point in the game.<br><br>Click and drag to zoom.<br><br>Click on the chart to freeze that time selection. " data-gravity ="nw ">
67
67
< span class ="title lefty "> army strength, minerals + gas</ span >
68
68
</ a >
You can’t perform that action at this time.
0 commit comments