distillery 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ module Distillery
11
11
  UNLIKELY_TAGS = %w[head script link meta]
12
12
 
13
13
  # HTML ids and classes that are unlikely to contain the content element.
14
- UNLIKELY_IDENTIFIERS = /combx|comment|disqus|foot|header|menu|meta|nav|rss|shoutbox|sidebar|sponsor/i
14
+ UNLIKELY_IDENTIFIERS = /combx|comment|disqus|foot|header|meta|nav|rss|shoutbox|sidebar|sponsor/i
15
15
 
16
16
  # "Block" elements who signal its parent is less-likely to be the content element.
17
17
  BLOCK_ELEMENTS = %w[a blockquote dl div img ol p pre table ul]
@@ -1,3 +1,3 @@
1
1
  module Distillery
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
@@ -130,4 +130,12 @@ distillation_of 'tofu_bowl.html' do
130
130
  subject.should_not =~ /Add a comment/ # Comment
131
131
  subject.should_not =~ /this is the best comfort food/ # Comment
132
132
  subject.should_not =~ /Please send me my 2 FREE trial/ # Footer
133
+ end
134
+
135
+ distillation_of 'pumpkin_scones.html' do
136
+ subject.should =~ /Starbucks Pumpkin Scones Recipe/
137
+ subject.should =~ /These pumpkin scones are so moist and flavorful/
138
+ subject.should =~ /Makes 6 pumpkin scones/
139
+ subject.should_not =~ /NEWEST RECIPES/
140
+ subject.should_not =~ /Family Life/
133
141
  end
@@ -0,0 +1,766 @@
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >
4
+ <head>
5
+ <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
6
+
7
+ <base href="http://www.momswhothink.com/bread-recipes/starbucks-pumpkin-scones-recipe.html" />
8
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
9
+ <meta name="robots" content="index, follow" />
10
+ <meta name="keywords" content="Starbucks Pumpkin Scones Recipe" />
11
+ <meta name="title" content="Starbucks Pumpkin Scones Recipe" />
12
+ <meta name="description" content="Starbucks Pumpkin Scones Recipe - scones just like the ones you get from Starbucks" />
13
+ <meta name="generator" content="MomsWhoThink.com for recipes, dinner ideas, pregnancy and ovulation tools, baby names, nutrition and weight loss plans, and childrens education helpers" />
14
+ <title>Starbucks Pumpkin Scones Recipe</title>
15
+ <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
16
+ <link rel="stylesheet" href="/plugins/content/plg_jv_facebook/assets/css/style.css" type="text/css" />
17
+ <link rel="stylesheet" href="http://www.momswhothink.com/plugins/content/sidebar_niftybox/niftyCorners.css" type="text/css" />
18
+ <link rel="stylesheet" href="/templates/recipes_solarsentinel_j15/css/template.css" type="text/css" />
19
+ <link rel="stylesheet" href="/templates/recipes_solarsentinel_j15/css/header-blue.css" type="text/css" />
20
+ <link rel="stylesheet" href="/templates/recipes_solarsentinel_j15/css/body-white.css" type="text/css" />
21
+ <link rel="stylesheet" href="/templates/recipes_solarsentinel_j15/css/footer-blue.css" type="text/css" />
22
+ <link rel="stylesheet" href="/templates/recipes_solarsentinel_j15/css/modules.css" type="text/css" />
23
+ <link rel="stylesheet" href="/templates/recipes_solarsentinel_j15/css/typography.css" type="text/css" />
24
+ <link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />
25
+ <link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" />
26
+ <link rel="stylesheet" href="/templates/recipes_solarsentinel_j15/css/rokmoomenu.css" type="text/css" />
27
+ <style type="text/css">
28
+ <!--
29
+
30
+ div.wrapper { margin: 0 auto; width: 1000px;padding:0;}
31
+ #inset-block-left { width:0px;padding:0;}
32
+ #inset-block-right { width:0px;padding:0;}
33
+ #maincontent-block { margin-right:0px;margin-left:0px;}
34
+ a, .contentheading, .side-mod h3 span, .grey .side-mod a, .componentheading span, .roktabs-links li.active {color: #337FCC;}
35
+ -->
36
+ </style>
37
+ <script type="text/javascript" src="/media/system/js/mootools.js"></script>
38
+ <script type="text/javascript" src="/media/system/js/caption.js"></script>
39
+ <script type="text/javascript" src="/templates/recipes_solarsentinel_j15/js/rokfonts.js"></script>
40
+ <script type="text/javascript" src="/templates/recipes_solarsentinel_j15/js/rokutils.js"></script>
41
+ <script type="text/javascript">
42
+ window.addEvent('domready', function() {
43
+ var modules = ['side-mod','module','moduletable','component-header'];
44
+ var header = ['h3','h1'];
45
+ RokBuildSpans(modules, header);
46
+ });
47
+ </script>
48
+ <script type="text/javascript" src="http://www.momswhothink.com/plugins/content/sidebar_niftybox/niftycube_front.js"></script>
49
+ <script type="text/javascript">
50
+ function roundCorners(){
51
+ var v=document.getElementsByTagName("div");
52
+ for(i=0;i<v.length;i++)
53
+ //if((v[i].className).substring(0,11)=="box_sidebar")
54
+ if((v[i].className)=="box_sidebar2")
55
+ {
56
+ //alert(v[i].className);
57
+ Nifty("div."+v[i].className,"same-height big");
58
+ }
59
+ }
60
+
61
+ if (typeof window.addEventListener != "undefined" )
62
+ window.addEventListener( "load", roundCorners, false );
63
+ else if (typeof window.attachEvent != "undefined" )
64
+ window.attachEvent( "onload", roundCorners);
65
+
66
+ else {
67
+ if ( window.onload != null ) {
68
+ var oldOnload = window.onload;
69
+ window.onload = function ( e ) {
70
+ oldOnload( e );
71
+ roundCorners()
72
+ }
73
+ }
74
+ else window.onload = roundCorners();
75
+ }
76
+
77
+ </script>
78
+
79
+ <meta name="robots" content="noodp">
80
+
81
+
82
+ <!-- Burst Header Tag Begin -->
83
+ <script type="text/javascript">
84
+ var rnum=Math.round(Math.random() * 100000);
85
+ document.write('<SCR'+'IPT SRC="http://www.burstnet.com/burstmedia/request/s=12587/a=h/SZ=728X90A-160X600A-300X250A/V=4.0R/NZ/'+rnum+'/RETURN-CODE/JS/"></SCR'+'IPT>');
86
+ </script>
87
+ <!-- Burst Header Tag End -->
88
+ <meta name="google-site-verification" content="pIb0XhIlcvH86ABVzB7DHkd1Jinu7y266KmLJbO3XN4" />
89
+ </head>
90
+ <body id="ff-solarsentinel" class="f-default style7 bg-grey iehandle">
91
+ <div id="page-bg">
92
+ <div class="wrapper"><div id="body-left" class="png"><div id="body-right" class="png">
93
+ <!--Begin Top Bar-->
94
+ <div id="top-bar">
95
+ <div class="topbar-strip">
96
+ </div>
97
+ <div class="topbar-left-mod">
98
+ <div class="moduletable">
99
+ <script type="text/javascript">
100
+ draw_728X90A();
101
+ </script>
102
+ <noscript>
103
+ <a href="http://www.burstnet.com/burstmedia/clk/s=12587/a=h/ns/V=4.0R/SZ=728X90A/" target="_top">
104
+ <img src="http://www.burstnet.com/burstmedia/display/s=12587/a=h/ns/V=4.0R/SZ=728X90A/" border="0" alt="Click Here" /></a>
105
+ </noscript> </div>
106
+
107
+ </div>
108
+ </div>
109
+ <!--End Top Bar-->
110
+ <!--Begin Header-->
111
+ <div id="header-bar">
112
+ <a href="/" id="logo">
113
+ </a>
114
+ <div class="">
115
+ <div id="searchmod-surround">
116
+ <div id="searchmod">
117
+ <div class="module">
118
+ <table border="0" cellspacing="7" cellpadding="7">
119
+ <tbody>
120
+ <tr>
121
+ <td>
122
+ <td><form id="cse-search-box" action="http://www.google.com/cse" enctype="application/x-www-form-urlencoded">
123
+ <div><input name="cx" type="hidden" value="partner-pub-7841587053148426:brtrs3-jj0o" /> <input name="ie" type="hidden" value="ISO-8859-1" /> <input name="q" size="22" type="text" /> <input name="sa" type="submit" value="Search" /></div>
124
+ </form> </td>
125
+ </tr>
126
+ </tbody>
127
+ </table> </div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ </div>
133
+ <div id="horiz-menu" class="suckerfish">
134
+ <ul class="menutop" >
135
+ <li class="item10524 " >
136
+ <a class="topdaddy link" href="http://www.momswhothink.com/" >
137
+ <span>Home</span>
138
+ </a>
139
+
140
+ </li>
141
+ <li class="item11138 " >
142
+ <a class="topdaddy link" href="http://www.momswhothink.com/diet-and-nutrition/diet-and-weight-loss.html" >
143
+ <span>Diet &amp; Nutrition</span>
144
+ </a>
145
+
146
+ </li>
147
+ <li class="item10649 parent " >
148
+ <a class="topdaddy link" href="http://www.momswhothink.com/recipes/food-and-recipes.html" >
149
+ <span>Food and Recipes</span>
150
+ </a>
151
+ <div class="drop-wrap columns-1"><div class="drop1 png"></div>
152
+ <ul class="png columns-1">
153
+
154
+ <li class="item11324 coltop" >
155
+ <a class="link" href="http://www.momswhothink.com/recipes/food-and-recipes.html" >
156
+ <span>Food &amp; Recipes Home</span>
157
+ </a>
158
+
159
+ </li>
160
+
161
+ <li class="item11391 parent " >
162
+ <a class="daddy link" href="http://www.momswhothink.com/easy-recipes/barbecue-recipes.html" >
163
+ <span>Barbecue Recipes</span>
164
+ </a>
165
+ <div class="drop-wrap columns-1"><div class="drop1 png"></div>
166
+ <ul class="png columns-1">
167
+
168
+ <li class="item11394 coltop" >
169
+ <a class="link" href="http://www.momswhothink.com/easy-recipes/steaks-and-burgers-recipes.html" >
170
+ <span>Steaks and Burgers</span>
171
+ </a>
172
+
173
+ </li>
174
+
175
+ <li class="item11395 " >
176
+ <a class="link" href="http://www.momswhothink.com/easy-recipes/ribs-and-chicken-recipes.html" >
177
+ <span>Ribs and Chicken</span>
178
+ </a>
179
+
180
+ </li>
181
+
182
+ <li class="item11396 " >
183
+ <a class="link" href="http://www.momswhothink.com/easy-recipes/barbecue-sides-recipes.html" >
184
+ <span>Picnic Side Dishes</span>
185
+ </a>
186
+
187
+ </li>
188
+
189
+ <li class="item11397 " >
190
+ <a class="link" href="http://www.momswhothink.com/easy-recipes/barbecue-desserts-recipes.html" >
191
+ <span>Barbecue Desserts</span>
192
+ </a>
193
+
194
+ </li>
195
+ </ul>
196
+ </div>
197
+
198
+ </li>
199
+
200
+ <li class="item11353 parent " >
201
+ <a class="daddy link" >
202
+ <span>Everyday Dinners</span>
203
+ </a>
204
+ <div class="drop-wrap columns-1"><div class="drop1 png"></div>
205
+ <ul class="png columns-1">
206
+
207
+ <li class="item11343 " >
208
+ <a class="link" href="http://www.momswhothink.com/dinner-recipes/dinner-ideas.html" >
209
+ <span>Dinner Recipes</span>
210
+ </a>
211
+
212
+ </li>
213
+
214
+ <li class="item11349 " >
215
+ <a class="link" href="http://www.momswhothink.com/quick-and-easy-dinner-recipes/quick-and-easy-30-minute-meals.html" >
216
+ <span>30 Minute Meals</span>
217
+ </a>
218
+
219
+ </li>
220
+
221
+ <li class="item11347 " >
222
+ <a class="link" href="http://www.momswhothink.com/easy-recipes/easy-dinner-recipes.html" >
223
+ <span>Dinner Meal Plans</span>
224
+ </a>
225
+
226
+ </li>
227
+
228
+ <li class="item11332 parent " >
229
+ <a class="daddy link" href="http://www.momswhothink.com/chicken-recipes/chicken-recipes.html" >
230
+ <span>Chicken Recipes</span>
231
+ </a>
232
+ <div class="drop-wrap columns-3"><div class="drop1 png"></div>
233
+ <ul class="png columns-3">
234
+
235
+ <li class="item11402 c0 coltop" >
236
+ <a class="link" href="http://www.momswhothink.com/chicken-recipes/four-to-five-ingredient-chicken-recipes.html" >
237
+ <span>4 to 5 Ingredient Chicken</span>
238
+ </a>
239
+
240
+ </li>
241
+ </ul>
242
+ </div>
243
+
244
+ </li>
245
+
246
+ <li class="item11333 " >
247
+ <a class="link" href="http://www.momswhothink.com/crock-pot-recipes/crock-pot-recipes-for-the-crockpot-and-slow-cooker.html" >
248
+ <span>Crock Pot Recipes</span>
249
+ </a>
250
+
251
+ </li>
252
+ </ul>
253
+ </div>
254
+
255
+ </li>
256
+
257
+ <li class="item11331 " >
258
+ <a class="link" href="http://www.momswhothink.com/easy-recipes/easy-recipes.html" >
259
+ <span>Easy Recipes</span>
260
+ </a>
261
+
262
+ </li>
263
+
264
+ <li class="item11352 parent " >
265
+ <a class="daddy link" href="/dinner-recipes/side-dishes-salads-and-soups.html" >
266
+ <span>Soups Salads &amp; Sides</span>
267
+ </a>
268
+ <div class="drop-wrap columns-1"><div class="drop1 png"></div>
269
+ <ul class="png columns-1">
270
+
271
+ <li class="item11348 " >
272
+ <a class="link" href="http://www.momswhothink.com/soup-recipes/soup-recipes.html" >
273
+ <span>Soup Recipes</span>
274
+ </a>
275
+
276
+ </li>
277
+
278
+ <li class="item11346 " >
279
+ <a class="link" href="http://www.momswhothink.com/dinner-recipes/side-dishes.html" >
280
+ <span>Side Dishes</span>
281
+ </a>
282
+
283
+ </li>
284
+
285
+ <li class="item11342 " >
286
+ <a class="link" href="http://www.momswhothink.com/salad-recipes/salad-recipes.html" >
287
+ <span>Salad Recipes</span>
288
+ </a>
289
+
290
+ </li>
291
+ </ul>
292
+ </div>
293
+
294
+ </li>
295
+
296
+ <li class="item11077 " >
297
+ <a class="link" href="http://www.momswhothink.com/recipes/mama-shirleys-recipes.html" >
298
+ <span>Mama Shirleys Recipes</span>
299
+ </a>
300
+
301
+ </li>
302
+
303
+ <li class="item11341 " >
304
+ <a class="link" href="http://www.momswhothink.com/healthy-recipes/healthy-recipes.html" >
305
+ <span>Healthy Recipes</span>
306
+ </a>
307
+
308
+ </li>
309
+
310
+ <li class="item11335 " >
311
+ <a class="link" href="http://www.momswhothink.com/kids-recipe/kids-recipes-a-to-z.html" >
312
+ <span>Kids Recipes</span>
313
+ </a>
314
+
315
+ </li>
316
+
317
+ <li class="item11351 parent " >
318
+ <a class="daddy link" >
319
+ <span>Desserts &amp; Sweets</span>
320
+ </a>
321
+ <div class="drop-wrap columns-1"><div class="drop1 png"></div>
322
+ <ul class="png columns-1">
323
+
324
+ <li class="item11338 " >
325
+ <a class="link" href="http://www.momswhothink.com/cheesecake-recipes/cheesecake-recipes.html" >
326
+ <span>Cheesecake Recipes</span>
327
+ </a>
328
+
329
+ </li>
330
+
331
+ <li class="item11336 " >
332
+ <a class="link" href="http://www.momswhothink.com/cookie-recipes/cookie-recipes.html" >
333
+ <span>Cookie Recipes</span>
334
+ </a>
335
+
336
+ </li>
337
+
338
+ <li class="item11339 " >
339
+ <a class="link" href="http://www.momswhothink.com/cake-recipes/cake-recipes.html" >
340
+ <span>Cake Recipes</span>
341
+ </a>
342
+
343
+ </li>
344
+
345
+ <li class="item11340 " >
346
+ <a class="link" href="http://www.momswhothink.com/pie-recipes/pie-recipes.html" >
347
+ <span>Pie Recipes</span>
348
+ </a>
349
+
350
+ </li>
351
+
352
+ <li class="item11337 " >
353
+ <a class="link" href="http://www.momswhothink.com/fudge-recipes/fudge-recipes.html" >
354
+ <span>Fudge Recipes</span>
355
+ </a>
356
+
357
+ </li>
358
+
359
+ <li class="item11334 " >
360
+ <a class="link" href="http://www.momswhothink.com/easy-recipes/dessert-recipes.html" >
361
+ <span>Dessert Recipes</span>
362
+ </a>
363
+
364
+ </li>
365
+ </ul>
366
+ </div>
367
+
368
+ </li>
369
+
370
+ <li class="item11354 parent " >
371
+ <a class="daddy link" >
372
+ <span>Breakfasts</span>
373
+ </a>
374
+ <div class="drop-wrap columns-1"><div class="drop1 png"></div>
375
+ <ul class="png columns-1">
376
+
377
+ <li class="item11345 " >
378
+ <a class="link" href="http://www.momswhothink.com/easy-recipes/breakfast-casseroles.html" >
379
+ <span>Breakfast Casseroles</span>
380
+ </a>
381
+
382
+ </li>
383
+
384
+ <li class="item11344 " >
385
+ <a class="link" href="http://www.momswhothink.com/easy-recipes/breakfast-recipes.html" >
386
+ <span>Breakfast Recipes</span>
387
+ </a>
388
+
389
+ </li>
390
+ </ul>
391
+ </div>
392
+
393
+ </li>
394
+ </ul>
395
+ </div>
396
+
397
+ </li>
398
+ <li class="item10860 " >
399
+ <a class="topdaddy link" href="http://www.momswhothink.com/celebrations/celebrations-and-holidays.html" >
400
+ <span>Celebrations &amp; Holidays</span>
401
+ </a>
402
+
403
+ </li>
404
+ <li class="item11389 parent " >
405
+ <a class="topdaddy link" >
406
+ <span>Family Life</span>
407
+ </a>
408
+ <div class="drop-wrap columns-1"><div class="drop1 png"></div>
409
+ <ul class="png columns-1">
410
+
411
+ <li class="item11325 " >
412
+ <a class="link" href="http://www.momswhothink.com/pregnancy/fertility-and-pregnancy.html" >
413
+ <span>Pregnancy</span>
414
+ </a>
415
+
416
+ </li>
417
+
418
+ <li class="item10784 " >
419
+ <a class="link" href="http://www.momswhothink.com/baby-names/baby-names.html" >
420
+ <span>Baby Names</span>
421
+ </a>
422
+
423
+ </li>
424
+
425
+ <li class="item10747 " >
426
+ <a class="link" href="http://www.momswhothink.com/parenting-home-page/parenting.html" >
427
+ <span>Parenting</span>
428
+ </a>
429
+
430
+ </li>
431
+
432
+ <li class="item10755 " >
433
+ <a class="link" href="http://www.momswhothink.com/womens-health/a-womans-health.html" >
434
+ <span>Your Health</span>
435
+ </a>
436
+
437
+ </li>
438
+ </ul>
439
+ </div>
440
+
441
+ </li>
442
+ </ul>
443
+ <div class="clr"></div>
444
+ </div>
445
+ <!--End Header-->
446
+ <!--Begin Showcase Modules-->
447
+ <!--End Showcase Modules-->
448
+ <div id="main-body">
449
+ <div id="main-body-surround">
450
+ <!--Begin Main Content Block-->
451
+ <div id="main-content" class="s-c-x">
452
+ <div class="colmask leftmenu">
453
+ <div class="colmid">
454
+ <div class="colright">
455
+ <!--Begin col1wrap -->
456
+ <div class="col1wrap">
457
+ <div class="col1pad">
458
+ <div class="col1">
459
+ <div id="maincol2">
460
+ <div class="maincol2-padding">
461
+ <div id="newsflash-bar">
462
+ <br />
463
+ <script type="text/javascript"><!--
464
+ google_ad_client = "pub-7841587053148426";
465
+ /* 468x15, created 9/3/08 */
466
+ google_ad_slot = "2462118902";
467
+ google_ad_width = 468;
468
+ google_ad_height = 15;
469
+ //-->
470
+ </script>
471
+ <script type="text/javascript"
472
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
473
+ </script>
474
+ <br />
475
+ </div>
476
+ <div class="bodycontent">
477
+ <div id="maincontent-block">
478
+
479
+ <div class="">
480
+ <div id="page" class="full-article">
481
+
482
+ <div class="article-rel-wrapper">
483
+ </div>
484
+
485
+ <div class="article-info-surround">
486
+ <div class="article-info-surround2">
487
+ <p class="buttonheading">
488
+ <a href="/bread-recipes/starbucks-pumpkin-scones-recipe/print.html" title="Print" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/templates/recipes_solarsentinel_j15/images/printButton.png" alt="Print" /></a> </p>
489
+ <p class="articleinfo">
490
+
491
+
492
+ </p>
493
+ </div>
494
+ </div>
495
+
496
+
497
+
498
+
499
+
500
+
501
+ <div class="jv-social-share-button-contain"><div class="jv-fblike-button" style="width:250px;height:28px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.momswhothink.com%2Fbread-recipes%2Fstarbucks-pumpkin-scones-recipe.html&amp;layout=standard&amp;show_faces=false&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:28px;" allowTransparency="true"></iframe></div><div class="jv-fbshare-button-nocount"><a name="fb_share" type="button_count" share_url="http://www.momswhothink.com/bread-recipes/starbucks-pumpkin-scones-recipe.html" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div></div><link href="http://www.momswhothink.com/components/com_sidebars/css/2.css" rel="stylesheet" type="text/css" />
502
+ <div id="box" class=box_sidebar2 style=""><div id="box" class="sidebar2_intro"><p><strong>Good Breads</strong></p>
503
+ <p><a title="Blueberry Monkey Bread Recipe" href="/dessert-recipes/blueberry-monkey-bread.html"><strong>Monkey Bread<br /> Blueberry Monkey Bread</strong></a></p>
504
+ <p><a title="Cinnamon Bread Recipe" href="/bread-recipes/cinnamon-bread.html"><strong>Cinnamon Bread</strong></a> <br /> <a title="Cinnamon Rolls" href="/bread-recipes/cinnamon-roll-recipe.html"><strong>Cinnamon Rolls</strong></a></p>
505
+ <p><a title="Starbucks Pumpkin Scones" href="/bread-recipes/starbucks-pumpkin-scones-recipe.html"><strong>Starbucks Pumpkin Scones</strong></a> <br /> <a title="Easy Pumpkin Scones Recipe" href="/bread-recipes/easy-pumpkin-scones-recipe.html"><strong>Easy Pumpkin Scones</strong></a></p>
506
+ <p><a title="Pumpkin Muffins Recipe" href="/bread-recipes/pumpkin-muffins.html"><strong>Pumpkin Muffins</strong></a></p>
507
+ <p><a title="Amish Friendship Bread Recipe" href="/bread-recipes/amish-friendship-bread.html"><strong>Amish Friendship Bread</strong></a> <br /> <a title="Amish Friendship Bread Recipe Variations" href="/bread-recipes/amish-friendship-bread-recipe-variations.html"><strong>plus Variations</strong></a></p>
508
+ <p><a title="Irish Soda Bread Recipe" href="/bread-recipes/irish-soda-bread.html"><strong>Irish Soda Bread</strong></a></p>
509
+ <p><a title="Classic Biscuit Recipe" href="/bread-recipes/biscuit-recipe.html"><strong>Biscuits</strong></a></p>
510
+ <p><a title="Buttermilk Biscuits Recipe" href="/mama-shirley-bread-and-rolls/buttermilk-biscuits.html"><strong>Buttermilk Biscuits</strong></a></p>
511
+ <p><a title="Banana Bread Recipe" href="/easy-recipes/banana-bread-recipe.html"><strong>Banana Bread</strong></a> <br /> <a title="Banana Nut Bread" href="/bread-recipes/banana-nut-bread-recipe.html"><strong>Banana Nut Bread Recipe</strong></a></p>
512
+ <p><a title="Zucchini Bread Recipes" href="/bread-recipes/zucchini-bread-recipe.html"><strong>Zucchini Bread</strong></a></p>
513
+ <p><a title="Great Dinners" href="/quick-and-easy-dinner-recipes/quick-and-easy-30-minute-meals.html"><strong>Dinner Ideas</strong></a></p>
514
+ <br /></div></div><h1>Starbucks Pumpkin Scones Recipe</h1>
515
+ <p>These pumpkin scones are so moist and flavorful you’ll be wanting to make them all year round. They taste just like the ones you get from Starbucks. Make them on a fall morning and they're the perfect fit with hot tea or coffee. Save yourself the hassle of waiting in line for your breakfast and shelling out big bucks for the same wonderful scone you can easily make at home.</p>
516
+ <p><strong>Scones Ingredients:</strong></p>
517
+ <div class="ingredients">
518
+ <p>2 cups all-purpose flour <br />7 Tablespoons sugar <br />1 Tablespoon baking powder <br />1/2 teaspoon salt <br />1/2 teaspoon ground cinnamon <br />1/2 teaspoon ground nutmeg <br />1/4 teaspoon ground cloves <br />1/4 teaspoon ground ginger <br />6 Tablespoons cold butter <br />1/2 cup canned pumpkin <br />3 Tablespoons half-and-half <br />1 large egg</p>
519
+ </div>
520
+ <p><strong>Sugar Glaze Ingredients:</strong></p>
521
+ <div class="ingredients">
522
+ <p>1 cup powdered sugar <br />1 Tablespoon powdered sugar <br />2 Tablespoons whole milk</p>
523
+ </div>
524
+ <p><strong>Spiced Glaze Ingredients:</strong></p>
525
+ <div class="ingredients">
526
+ <p>1 cup powdered sugar <br />3 Tablespoons powdered sugar <br />2 Tablespoons whole milk <br />1/4 teaspoon ground cinnamon <br />1/8 teaspoon ground nutmeg <br />1 pinch ginger <br />1 pinch ground cloves</p>
527
+ </div>
528
+ <p><strong>Scones Directions:</strong></p>
529
+ <p>1. Preheat oven to 425 degrees F.</p>
530
+ <p>2. Lightly grease a cookie sheet or line with parchment paper.</p>
531
+ <p>3. Combine flour, sugar, baking powder, salt, and spices in a large mixing bowl.</p>
532
+ <p>4. With a fork, pastry knife, or food processor, cut butter into the dry ingredients until mixture is crumbly and no chunks of butter remain. Set aside.</p>
533
+ <p>5. In a separate mixing bowl, whisk pumpkin, half and half, and egg.</p>
534
+ <p>6. Fold wet ingredients into dry ingredients. Form the dough into a ball.</p>
535
+ <p>7. Pat out dough onto a lightly floured surface and form it into a 1-inch thick rectangle (about 9 inches long and 3 inches wide).</p>
536
+ <p>8. Use a large knife to slice the dough into three equal portions. Cut diagonally to produce 6 triangular slices of dough.</p>
537
+ <p>9. Place on prepared baking sheet from step 2.</p>
538
+ <p>10. Bake for 14–16 minutes until scones turn light brown.</p>
539
+ <p>11. Place on wire rack to cool.</p>
540
+ <br />
541
+ <p><strong>Sugar Glaze Directions:</strong></p>
542
+ <p>1. Mix the powdered sugar and 2 Tablespoon milk together until smooth.</p>
543
+ <p>2. Brush glaze over the top of each cooled scone.</p>
544
+ <br />
545
+ <p><strong>Spiced Glaze Directions:</strong></p>
546
+ <p>1. As sugar glaze firms, combine the spiced icing ingredients.</p>
547
+ <p>2. Use whisk to drizzle over each scone and allow to dry before serving.</p>
548
+ <p>Makes 6 pumpkin scones.</p>
549
+ <p> </p>
550
+ <p> </p>
551
+ <p> </p><div class="jv-social-share-button-contain"></div><div style="display: none;"><a title="Joomla Templates" href="http://www.zootemplate.com">Joomla Templates</a> and Joomla Extensions by ZooTemplate.Com</div>
552
+ </div>
553
+ </div>
554
+ </div>
555
+ </div>
556
+ <div class="clr"></div>
557
+ <div id="mainmodules2" class="spacer w49">
558
+ <div class="block first">
559
+ <div class="">
560
+ <div class="moduletable">
561
+ <h3 class="main-modules"><span>Newest Recipes </span></h3>
562
+
563
+ <div class="">
564
+ <ul class="latestnews">
565
+ <li class="latestnews">
566
+ <a href="/recipes/frozen-food-and-power-outages.html" class="latestnews">Frozen Food and Power Outages</a>
567
+ </li>
568
+ <li class="latestnews">
569
+ <a href="/easy-recipes/beer-marinated-peppered-t-bones.html" class="latestnews">Beer Marinated Peppered T Bones</a>
570
+ </li>
571
+ <li class="latestnews">
572
+ <a href="/easy-recipes/patriotic-poke-cake.html" class="latestnews">Patriotic Poke Cake</a>
573
+ </li>
574
+ <li class="latestnews">
575
+ <a href="/easy-recipes/patriotic-jello-mold.html" class="latestnews">Patriotic Jello Mold</a>
576
+ </li>
577
+ <li class="latestnews">
578
+ <a href="/easy-recipes/deep-dish-apple-crumb-pie.html" class="latestnews">Deep Dish Apple Crumb Pie</a>
579
+ </li>
580
+ <li class="latestnews">
581
+ <a href="/easy-recipes/colorful-american-pie.html" class="latestnews">Colorful American Pie</a>
582
+ </li>
583
+ <li class="latestnews">
584
+ <a href="/easy-recipes/all-american-apple-pie.html" class="latestnews">All American Apple Pie</a>
585
+ </li>
586
+ <li class="latestnews">
587
+ <a href="/easy-recipes/patriotic-fruit-pizza.html" class="latestnews">Patriotic Fruit Pizza</a>
588
+ </li>
589
+ <li class="latestnews">
590
+ <a href="/easy-recipes/patriot-colored-cookies.html" class="latestnews">Patriot Colored Cookies</a>
591
+ </li>
592
+ <li class="latestnews">
593
+ <a href="/easy-recipes/american-flag-cookies.html" class="latestnews">American Flag Cookies</a>
594
+ </li>
595
+ <li class="latestnews">
596
+ <a href="/easy-recipes/ice-box-cake-with-fruit.html" class="latestnews">Ice Box Cake with Fruit</a>
597
+ </li>
598
+ </ul>
599
+ </div>
600
+ </div>
601
+ </div>
602
+
603
+ </div>
604
+ <div class="block last">
605
+ <div class="">
606
+ <div class="moduletable">
607
+ <div style="text-align: center;">
608
+ <script type="text/javascript"><!--
609
+ google_ad_client = "pub-7841587053148426";
610
+ /* Right Module 300x250 */
611
+ google_ad_slot = "3555515776";
612
+ google_ad_width = 300;
613
+ google_ad_height = 250;
614
+ //-->
615
+ </script>
616
+ <script type="text/javascript"
617
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
618
+ </script>
619
+ </div> </div>
620
+ </div>
621
+
622
+ </div>
623
+ </div>
624
+ </div>
625
+ </div>
626
+ </div>
627
+ </div>
628
+ </div>
629
+ <!--End col1wrap -->
630
+ <!--Begin col2 -->
631
+ <div class="col2">
632
+ <div id="leftcol">
633
+ <div id="leftcol-bg">
634
+ <div class="">
635
+ <div class="side-mod">
636
+ <div class="module">
637
+ <table style="border: 0px solid currentColor; height: 58px;" border="0" cellspacing="0" cellpadding="7">
638
+ <tbody>
639
+ <tr>
640
+ <td>
641
+ <!-- Facebook Badge START --><a href="http://www.facebook.com/pages/Moms-Who-Think/59282839420" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: bold; color: #3B5998; text-decoration: none;" title="Moms Who Think">Moms Who Think</a><br/><a href="http://www.facebook.com/pages/Moms-Who-Think/59282839420" target="_TOP" title="Moms Who Think"><img src="http://badge.facebook.com/badge/59282839420.5481.133987590.png" width="120" height="163" style="border: 0px;" /></a><br/>
642
+
643
+ <!-- Facebook Badge END -->
644
+ </td>
645
+ <td>
646
+ <!-- Facebook Badge START --><a href="http://www.facebook.com/pages/Think-Dinner/101316916626374" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: bold; color: #3B5998; text-decoration: none;" title="Think Dinner">Think Dinner</a><br/><a href="http://www.facebook.com/pages/Think-Dinner/101316916626374" target="_TOP" title="Think Dinner"><img src="http://badge.facebook.com/badge/101316916626374.101.533544759.png" width="120" height="170" style="border: 0px;" /></a><br/>
647
+
648
+ <!-- Facebook Badge END -->
649
+ </td>
650
+ </tr>
651
+ </tbody>
652
+ </table> </div>
653
+ </div>
654
+ </div>
655
+ <div class="">
656
+ <div class="side-mod">
657
+ <div class="module">
658
+ <script type="text/javascript">
659
+ draw_300X250A();
660
+ </script>
661
+ <noscript>
662
+ <a href="http://www.burstnet.com/burstmedia/clk/s=12587/a=h/ns/V=4.0R/SZ=300X250A/" target="_top">
663
+ <img src="http://www.burstnet.com/burstmedia/display/s=12587/a=h/ns/V=4.0R/SZ=300X250A/" border="0" alt="Click Here" /></a>
664
+ </noscript> </div>
665
+ </div>
666
+ </div>
667
+ <div class="">
668
+ <div class="side-mod">
669
+ <div class="module">
670
+ <ul class="menu"><li class="item11355"><a href="http://www.momswhothink.com/recipes/food-and-recipes.html"><span>Food and Recipes</span></a></li><li class="parent item11370"><a href="http://www.momswhothink.com/dinner-recipes/dinner-ideas.html" class="topdaddy"><span>Dinner Recipes</span></a><ul><li class="parent item11393"><a href="http://www.momswhothink.com/easy-recipes/barbecue-recipes.html" class="daddy"><span>Barbecue Recipes</span></a><ul><li class="item11398"><a href="http://www.momswhothink.com/easy-recipes/steaks-and-burgers-recipes.html"><span>Steaks and Burgers</span></a></li><li class="item11399"><a href="http://www.momswhothink.com/easy-recipes/ribs-and-chicken-recipes.html"><span>Ribs and Chicken</span></a></li><li class="item11400"><a href="http://www.momswhothink.com/easy-recipes/barbecue-sides-recipes.html"><span>Picnic Side Dishes</span></a></li><li class="item11401"><a href="http://www.momswhothink.com/easy-recipes/barbecue-desserts-recipes.html"><span>Barbecue Desserts</span></a></li></ul></li><li class="item11376"><a href="http://www.momswhothink.com/quick-and-easy-dinner-recipes/quick-and-easy-30-minute-meals.html"><span>30 Minute Meals</span></a></li><li class="item11374"><a href="http://www.momswhothink.com/easy-recipes/easy-dinner-recipes.html"><span>Dinner Meal Plans</span></a></li><li class="parent item11359"><a href="http://www.momswhothink.com/chicken-recipes/chicken-recipes.html" class="daddy"><span>Chicken Recipes</span></a><ul><li class="item11403"><a href="http://www.momswhothink.com/chicken-recipes/four-to-five-ingredient-chicken-recipes.html"><span>4 to 5 Ingredient Chicken</span></a></li></ul></li><li class="item11360"><a href="http://www.momswhothink.com/crock-pot-recipes/crock-pot-recipes-for-the-crockpot-and-slow-cooker.html"><span>Crock Pot Recipes</span></a></li><li class="item11358"><a href="http://www.momswhothink.com/easy-recipes/easy-recipes.html"><span>Easy Recipes</span></a></li><li class="item11368"><a href="http://www.momswhothink.com/healthy-recipes/healthy-recipes.html"><span>Healthy Recipes</span></a></li><li class="item11356"><a href="http://www.momswhothink.com/recipes/mama-shirleys-recipes.html"><span>Mama Shirleys Recipes</span></a></li></ul></li><li class="parent item11388"><a href="/dinner-recipes/side-dishes-salads-and-soups.html" class="topdaddy"><span>Soups - Side Dishes - Salad Recipes</span></a><ul><li class="item11375"><a href="http://www.momswhothink.com/soup-recipes/soup-recipes.html"><span>Soup Recipes</span></a></li><li class="item11373"><a href="http://www.momswhothink.com/dinner-recipes/side-dishes.html"><span>Side Dishes</span></a></li><li class="item11369"><a href="http://www.momswhothink.com/salad-recipes/salad-recipes.html"><span>Salad Recipes</span></a></li></ul></li><li class="parent item11384"><a href="http://www.momswhothink.com/easy-recipes/dessert-recipes.html" class="topdaddy"><span>Dessert Recipes</span></a><ul><li class="item11383"><a href="http://www.momswhothink.com/cheesecake-recipes/cheesecake-recipes.html"><span>Cheesecake Recipes</span></a></li><li class="item11382"><a href="http://www.momswhothink.com/cake-recipes/cake-recipes.html"><span>Cake Recipes</span></a></li><li class="item11381"><a href="http://www.momswhothink.com/cookie-recipes/cookie-recipes.html"><span>Cookie Recipes</span></a></li><li class="item11385"><a href="http://www.momswhothink.com/fudge-recipes/fudge-recipes.html"><span>Fudge Recipes</span></a></li><li class="item11387"><a href="http://www.momswhothink.com/pie-recipes/pie-recipes.html"><span>Pie Recipes</span></a></li><li class="item11386"><a href="http://www.momswhothink.com/recipes/mama-shirleys-recipes.html"><span>Mama Shirley Desserts</span></a></li></ul></li><li class="item11371"><a href="http://www.momswhothink.com/easy-recipes/breakfast-recipes.html"><span>Breakfast Recipes</span></a></li><li class="item11372"><a href="http://www.momswhothink.com/easy-recipes/breakfast-casseroles.html"><span>Breakfast Casseroles</span></a></li><li class="item11362"><a href="http://www.momswhothink.com/kids-recipe/kids-recipes-a-to-z.html"><span>Kids Recipes</span></a></li></ul> </div>
671
+ </div>
672
+ </div>
673
+ <div class="">
674
+ <div class="side-mod">
675
+ <div class="module-header"><div class="module-header2"><h3 class="module-title">Quick and Easy 30 Minute Meals</h3></div></div>
676
+ <div class="module">
677
+ <table style="border: 7px solid #53a0ed; width: 218px; background-color: #ffffff;" border="0" cellspacing="0" cellpadding="0" align="center">
678
+ <tbody>
679
+ <tr>
680
+ <td><img style="vertical-align: middle;" title="Dinner Ideas for Tonight" src="/images/stories/homefood/30-minute-meals-module.jpg" alt="30-minute-meals-module" width="218" height="175" /></td>
681
+ </tr>
682
+ <tr>
683
+ <td>
684
+ <p style="padding-left: 10px;">Not just entrees, these are complete meals that take 30 minutes from the kitchen to the table ... without sacrificing great taste!</p>
685
+ <p style="padding-left: 10px;"><a title="Quick and Easy 30 Minute Meals" href="/quick-and-easy-dinner-recipes/quick-and-easy-30-minute-meals.html"><strong><span style="color: #4ccccc;"><span style="text-decoration: underline;"><span style="font-size: 12pt;">30 Minute Meals</span></span></span></strong></a></p>
686
+ </td>
687
+ </tr>
688
+ </tbody>
689
+ </table> </div>
690
+ </div>
691
+ </div>
692
+
693
+ </div>
694
+ </div>
695
+ </div>
696
+
697
+ <!---End col2 -->
698
+ <!--Begin col3 -->
699
+
700
+ <!--End col3-->
701
+ </div>
702
+ </div>
703
+ </div>
704
+ </div>
705
+ <!--End Main Content Block-->
706
+ </div>
707
+ <!--Begin Bottom Main Modules-->
708
+ <!--End Bottom Main Modules-->
709
+ <!--Begin Bottom Bar-->
710
+ <!--End Bottom Bar-->
711
+ <!--Begin Bottom Section-->
712
+ <div id="bottom">
713
+ <div class="footer-mod">
714
+ <div class="moduletable">
715
+ <table border="0" cellspacing="14" cellpadding="14">
716
+ <tbody>
717
+ <tr>
718
+ <td><a href="/privacy-policy.html" rel="nofollow"><span style="color: #ffffff;"><span style="text-decoration: underline;"><span style="font-size: 11pt;"><strong>Privacy Policy</strong></span></span></span></a></td>
719
+ <td><a href="/media-kit.html" rel="nofollow"><span style="color: #ffffff;"><span style="text-decoration: underline;"><span style="font-size: 11pt;"><strong>Media Kit</strong></span></span></span></a></td>
720
+ <td><a href="/contact-us.html" rel="nofollow"><span style="color: #ffffff;"><span style="text-decoration: underline;"><span style="font-size: 11pt;"><strong>Contact Us</strong></span></span></span></a></td>
721
+ <td><a href="http://www.burstmomiq.com/" rel="nofollow" target="_blank"><img style="vertical-align: middle;" title="Burst MomIQ" src="/images/stories/BurstmomIQ.png" alt="BurstmomIQ" width="151" height="35" /></a> </td>
722
+ </tr>
723
+ </tbody>
724
+ </table> </div>
725
+
726
+ </div>
727
+ </div>
728
+ <!--End Bottom Section-->
729
+ </div>
730
+ </div></div></div>
731
+ </div>
732
+ <div class="footer-bottom"></div>
733
+
734
+ <!-- Begin comScore Tag -->
735
+ <script>
736
+ var _comscore = _comscore || [];
737
+ _comscore.push({ c1: "2", c2: "8277539" });
738
+ (function() {
739
+ var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
740
+ s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
741
+ el.parentNode.insertBefore(s, el);
742
+ })();
743
+ </script>
744
+ <noscript>
745
+ <img src="http://b.scorecardresearch.com/p?c1=2&c2=8277539&cv=2.0&cj=1" />
746
+ </noscript>
747
+ <!-- End comScore Tag -->
748
+
749
+ <script type="text/javascript">
750
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
751
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
752
+ </script>
753
+ <script type="text/javascript">
754
+ var pageTracker = _gat._getTracker("UA-2335204-1");
755
+ pageTracker._trackPageview();
756
+ </script>
757
+
758
+ <!-- Start Quantcast tag -->
759
+ <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
760
+ <script type="text/javascript">_qacct="p-f913V1wBQaxrA";quantserve();</script>
761
+ <noscript>
762
+ <a href="http://www.quantcast.com/p-f913V1wBQaxrA" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-f913V1wBQaxrA.gif" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a>
763
+ </noscript>
764
+ <!-- End Quantcast tag -->
765
+ </body>
766
+ </html>
@@ -60,7 +60,7 @@ module Distillery
60
60
  end
61
61
 
62
62
  describe 'remove_unlikely_elements!' do
63
- %w[combx comment disqus foot header menu meta nav rss shoutbox sidebar sponsor].each do |klass|
63
+ %w[combx comment disqus foot header meta nav rss shoutbox sidebar sponsor].each do |klass|
64
64
  it "removes any elements classed .#{klass}, as it is unlikely to be page content" do
65
65
  doc = document_of("<div class='#{klass}'>foo</div>", :remove_unlikely_elements!)
66
66
  doc.inner_html.should == html_of("")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distillery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-22 00:00:00.000000000 -07:00
13
- default_executable:
12
+ date: 2011-09-24 00:00:00.000000000Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: nokogiri
17
- requirement: &2153704280 !ruby/object:Gem::Requirement
16
+ requirement: &2160187040 !ruby/object:Gem::Requirement
18
17
  none: false
19
18
  requirements:
20
19
  - - ! '>'
@@ -22,10 +21,10 @@ dependencies:
22
21
  version: '1.0'
23
22
  type: :runtime
24
23
  prerelease: false
25
- version_requirements: *2153704280
24
+ version_requirements: *2160187040
26
25
  - !ruby/object:Gem::Dependency
27
26
  name: slop
28
- requirement: &2153703700 !ruby/object:Gem::Requirement
27
+ requirement: &2160186120 !ruby/object:Gem::Requirement
29
28
  none: false
30
29
  requirements:
31
30
  - - ! '>'
@@ -33,10 +32,10 @@ dependencies:
33
32
  version: '1.0'
34
33
  type: :runtime
35
34
  prerelease: false
36
- version_requirements: *2153703700
35
+ version_requirements: *2160186120
37
36
  - !ruby/object:Gem::Dependency
38
37
  name: rspec
39
- requirement: &2153703020 !ruby/object:Gem::Requirement
38
+ requirement: &2160185280 !ruby/object:Gem::Requirement
40
39
  none: false
41
40
  requirements:
42
41
  - - ! '>'
@@ -44,10 +43,10 @@ dependencies:
44
43
  version: '2.0'
45
44
  type: :development
46
45
  prerelease: false
47
- version_requirements: *2153703020
46
+ version_requirements: *2160185280
48
47
  - !ruby/object:Gem::Dependency
49
48
  name: guard
50
- requirement: &2153702120 !ruby/object:Gem::Requirement
49
+ requirement: &2160176680 !ruby/object:Gem::Requirement
51
50
  none: false
52
51
  requirements:
53
52
  - - ! '>='
@@ -55,10 +54,10 @@ dependencies:
55
54
  version: '0'
56
55
  type: :development
57
56
  prerelease: false
58
- version_requirements: *2153702120
57
+ version_requirements: *2160176680
59
58
  - !ruby/object:Gem::Dependency
60
59
  name: guard-rspec
61
- requirement: &2153700920 !ruby/object:Gem::Requirement
60
+ requirement: &2160176020 !ruby/object:Gem::Requirement
62
61
  none: false
63
62
  requirements:
64
63
  - - ! '>='
@@ -66,10 +65,10 @@ dependencies:
66
65
  version: '0'
67
66
  type: :development
68
67
  prerelease: false
69
- version_requirements: *2153700920
68
+ version_requirements: *2160176020
70
69
  - !ruby/object:Gem::Dependency
71
70
  name: ruby-debug19
72
- requirement: &2153700460 !ruby/object:Gem::Requirement
71
+ requirement: &2160175460 !ruby/object:Gem::Requirement
73
72
  none: false
74
73
  requirements:
75
74
  - - ! '>='
@@ -77,10 +76,10 @@ dependencies:
77
76
  version: '0'
78
77
  type: :development
79
78
  prerelease: false
80
- version_requirements: *2153700460
79
+ version_requirements: *2160175460
81
80
  - !ruby/object:Gem::Dependency
82
81
  name: rb-fsevent
83
- requirement: &2153700020 !ruby/object:Gem::Requirement
82
+ requirement: &2160174800 !ruby/object:Gem::Requirement
84
83
  none: false
85
84
  requirements:
86
85
  - - ! '>='
@@ -88,10 +87,10 @@ dependencies:
88
87
  version: '0'
89
88
  type: :development
90
89
  prerelease: false
91
- version_requirements: *2153700020
90
+ version_requirements: *2160174800
92
91
  - !ruby/object:Gem::Dependency
93
92
  name: growl
94
- requirement: &2153699360 !ruby/object:Gem::Requirement
93
+ requirement: &2160174160 !ruby/object:Gem::Requirement
95
94
  none: false
96
95
  requirements:
97
96
  - - ! '>='
@@ -99,7 +98,7 @@ dependencies:
99
98
  version: '0'
100
99
  type: :development
101
100
  prerelease: false
102
- version_requirements: *2153699360
101
+ version_requirements: *2160174160
103
102
  description: Distillery extracts the "content" portion out of an HTML document. It
104
103
  applies heuristics based on element type, location, class/id name and other attributes
105
104
  to try and find the content part of the HTML document and return it.
@@ -137,13 +136,13 @@ files:
137
136
  - spec/fixtures/js_this_keyword.html
138
137
  - spec/fixtures/nyt_social_media.html
139
138
  - spec/fixtures/pina_collada_cupcakes.html
139
+ - spec/fixtures/pumpkin_scones.html
140
140
  - spec/fixtures/rhubarb.html
141
141
  - spec/fixtures/tofu_bowl.html
142
142
  - spec/fixtures/vanilla_pound_cake.html
143
143
  - spec/lib/distillery/document_spec.rb
144
144
  - spec/lib/distillery_spec.rb
145
145
  - spec/spec_helper.rb
146
- has_rdoc: true
147
146
  homepage: https://github.com/Fluxx/distillery
148
147
  licenses: []
149
148
  post_install_message:
@@ -164,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
163
  version: '0'
165
164
  requirements: []
166
165
  rubyforge_project: distillery
167
- rubygems_version: 1.6.1
166
+ rubygems_version: 1.8.6
168
167
  signing_key:
169
168
  specification_version: 3
170
169
  summary: Extract the content portion of an HTML document.
@@ -184,6 +183,7 @@ test_files:
184
183
  - spec/fixtures/js_this_keyword.html
185
184
  - spec/fixtures/nyt_social_media.html
186
185
  - spec/fixtures/pina_collada_cupcakes.html
186
+ - spec/fixtures/pumpkin_scones.html
187
187
  - spec/fixtures/rhubarb.html
188
188
  - spec/fixtures/tofu_bowl.html
189
189
  - spec/fixtures/vanilla_pound_cake.html