microformats2 1.0.2 → 2.0.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (205) hide show
  1. data/.gitignore +18 -0
  2. data/.rspec +2 -0
  3. data/.travis.yml +8 -0
  4. data/Gemfile +4 -0
  5. data/Guardfile +5 -0
  6. data/LICENSE.txt +22 -0
  7. data/README.md +117 -26
  8. data/Rakefile +65 -9
  9. data/lib/microformats2.rb +30 -115
  10. data/lib/microformats2/collection.rb +71 -0
  11. data/lib/microformats2/format.rb +101 -0
  12. data/lib/microformats2/format_parser.rb +59 -0
  13. data/lib/microformats2/implied_property/foundation.rb +58 -0
  14. data/lib/microformats2/implied_property/name.rb +34 -0
  15. data/lib/microformats2/implied_property/photo.rb +24 -0
  16. data/lib/microformats2/implied_property/url.rb +20 -0
  17. data/lib/microformats2/property.rb +10 -0
  18. data/lib/microformats2/property/date_time.rb +31 -0
  19. data/lib/microformats2/property/embedded.rb +9 -0
  20. data/lib/microformats2/property/foundation.rb +80 -0
  21. data/lib/microformats2/property/text.rb +16 -0
  22. data/lib/microformats2/property/url.rb +18 -0
  23. data/lib/microformats2/property_parser.rb +54 -0
  24. data/lib/microformats2/version.rb +3 -0
  25. data/microformats2.gemspec +30 -0
  26. data/spec/lib/microformats2/collection_spec.rb +181 -0
  27. data/spec/lib/microformats2/implied_property/name_spec.rb +31 -0
  28. data/spec/lib/microformats2/implied_property/photo_spec.rb +31 -0
  29. data/spec/lib/microformats2/implied_property/url_spec.rb +31 -0
  30. data/spec/lib/microformats2_spec.rb +30 -0
  31. data/spec/spec_helper.rb +10 -0
  32. data/spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-0.html +3 -0
  33. data/spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-0.js +10 -0
  34. data/spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-1.html +10 -0
  35. data/spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-1.js +16 -0
  36. data/spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-2.html +12 -0
  37. data/spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-2.js +16 -0
  38. data/spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-3.html +6 -0
  39. data/spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-3.js +12 -0
  40. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-0.html +3 -0
  41. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-0.js +10 -0
  42. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-1.html +3 -0
  43. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-1.js +11 -0
  44. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-2.html +4 -0
  45. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-2.js +12 -0
  46. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-3.html +11 -0
  47. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-3.js +15 -0
  48. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.html +6 -0
  49. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js +26 -0
  50. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.html +6 -0
  51. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js +30 -0
  52. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.html +6 -0
  53. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js +29 -0
  54. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-7.html +16 -0
  55. data/spec/support/cases/microformat2-node.jit.su/h-card/h-card-7.js +15 -0
  56. data/spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-0.html +4 -0
  57. data/spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-0.js +10 -0
  58. data/spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-1.html +3 -0
  59. data/spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-1.js +11 -0
  60. data/spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-2.html +21 -0
  61. data/spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-2.js +28 -0
  62. data/spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-3.html +22 -0
  63. data/spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-3.js +21 -0
  64. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-0.html +3 -0
  65. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-0.js +10 -0
  66. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-1.html +3 -0
  67. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-1.js +11 -0
  68. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.html +14 -0
  69. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js +57 -0
  70. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.html +15 -0
  71. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js +35 -0
  72. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-4.html +9 -0
  73. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-4.js +12 -0
  74. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-5.html +45 -0
  75. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-5.js +22 -0
  76. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-6.html +51 -0
  77. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-6.js +21 -0
  78. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-7.html +22 -0
  79. data/spec/support/cases/microformat2-node.jit.su/h-event/h-event-7.js +20 -0
  80. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-0.html +5 -0
  81. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-0.js +10 -0
  82. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-1.html +7 -0
  83. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-1.js +12 -0
  84. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-2.html +10 -0
  85. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-2.js +13 -0
  86. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-3.html +12 -0
  87. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-3.js +12 -0
  88. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-4.html +12 -0
  89. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-4.js +12 -0
  90. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-5.html +6 -0
  91. data/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-5.js +12 -0
  92. data/spec/support/cases/microformat2-node.jit.su/h-news/h-news-0.html +26 -0
  93. data/spec/support/cases/microformat2-node.jit.su/h-news/h-news-0.js +37 -0
  94. data/spec/support/cases/microformat2-node.jit.su/h-news/h-news-1.html +37 -0
  95. data/spec/support/cases/microformat2-node.jit.su/h-news/h-news-1.js +48 -0
  96. data/spec/support/cases/microformat2-node.jit.su/h-org/h-org-0.html +3 -0
  97. data/spec/support/cases/microformat2-node.jit.su/h-org/h-org-0.js +10 -0
  98. data/spec/support/cases/microformat2-node.jit.su/h-org/h-org-1.html +3 -0
  99. data/spec/support/cases/microformat2-node.jit.su/h-org/h-org-1.js +11 -0
  100. data/spec/support/cases/microformat2-node.jit.su/h-org/h-org-2.html +6 -0
  101. data/spec/support/cases/microformat2-node.jit.su/h-org/h-org-2.js +12 -0
  102. data/spec/support/cases/microformat2-node.jit.su/h-product/h-product-0.html +3 -0
  103. data/spec/support/cases/microformat2-node.jit.su/h-product/h-product-0.js +10 -0
  104. data/spec/support/cases/microformat2-node.jit.su/h-product/h-product-1.html +3 -0
  105. data/spec/support/cases/microformat2-node.jit.su/h-product/h-product-1.js +11 -0
  106. data/spec/support/cases/microformat2-node.jit.su/h-product/h-product-2.html +11 -0
  107. data/spec/support/cases/microformat2-node.jit.su/h-product/h-product-2.js +23 -0
  108. data/spec/support/cases/microformat2-node.jit.su/h-product/h-product-3.html +22 -0
  109. data/spec/support/cases/microformat2-node.jit.su/h-product/h-product-3.js +42 -0
  110. data/spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-0.html +9 -0
  111. data/spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-0.js +11 -0
  112. data/spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-1.html +67 -0
  113. data/spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-1.js +51 -0
  114. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-0.html +3 -0
  115. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-0.js +10 -0
  116. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-1.html +20 -0
  117. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-1.js +39 -0
  118. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.html +17 -0
  119. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js +54 -0
  120. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.html +15 -0
  121. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js +54 -0
  122. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-4.html +15 -0
  123. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-4.js +12 -0
  124. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-5.html +13 -0
  125. data/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-5.js +27 -0
  126. data/spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-0.html +10 -0
  127. data/spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-0.js +19 -0
  128. data/spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-1.html +20 -0
  129. data/spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-1.js +26 -0
  130. data/spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-2.html +15 -0
  131. data/spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-2.js +23 -0
  132. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-0.html +3 -0
  133. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-0.js +10 -0
  134. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-1.html +3 -0
  135. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-1.js +11 -0
  136. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-2.html +3 -0
  137. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-2.js +11 -0
  138. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-3.html +6 -0
  139. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-3.js +19 -0
  140. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-4.html +8 -0
  141. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-4.js +20 -0
  142. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-5.html +24 -0
  143. data/spec/support/cases/microformat2-node.jit.su/h-review/h-review-5.js +37 -0
  144. data/spec/support/cases/microformat2-node.jit.su/includes/includes-0.html +18 -0
  145. data/spec/support/cases/microformat2-node.jit.su/includes/includes-0.js +43 -0
  146. data/spec/support/cases/microformat2-node.jit.su/includes/includes-1.html +26 -0
  147. data/spec/support/cases/microformat2-node.jit.su/includes/includes-1.js +54 -0
  148. data/spec/support/cases/microformat2-node.jit.su/includes/includes-2.html +13 -0
  149. data/spec/support/cases/microformat2-node.jit.su/includes/includes-2.js +20 -0
  150. data/spec/support/cases/microformat2-node.jit.su/includes/includes-3.html +20 -0
  151. data/spec/support/cases/microformat2-node.jit.su/includes/includes-3.js +40 -0
  152. data/spec/support/cases/microformat2-node.jit.su/includes/includes-4.html +23 -0
  153. data/spec/support/cases/microformat2-node.jit.su/includes/includes-4.js +42 -0
  154. data/spec/support/cases/microformat2-node.jit.su/rel/rel-0.html +3 -0
  155. data/spec/support/cases/microformat2-node.jit.su/rel/rel-0.js +10 -0
  156. data/spec/support/cases/microformat2-node.jit.su/rel/rel-1.html +3 -0
  157. data/spec/support/cases/microformat2-node.jit.su/rel/rel-1.js +10 -0
  158. data/spec/support/cases/microformat2-node.jit.su/rel/rel-2.html +12 -0
  159. data/spec/support/cases/microformat2-node.jit.su/rel/rel-2.js +19 -0
  160. data/spec/support/cases/microformat2-node.jit.su/rel/rel-3.html +21 -0
  161. data/spec/support/cases/microformat2-node.jit.su/rel/rel-3.js +26 -0
  162. data/spec/support/cases/microformat2-node.jit.su/rel/rel-4.html +15 -0
  163. data/spec/support/cases/microformat2-node.jit.su/rel/rel-4.js +42 -0
  164. data/spec/support/cases/microformats.org/microformats-2/microformats-2-0.html +2 -0
  165. data/spec/support/cases/microformats.org/microformats-2/microformats-2-0.js +9 -0
  166. data/spec/support/cases/microformats.org/microformats-2/microformats-2-1.html +2 -0
  167. data/spec/support/cases/microformats.org/microformats-2/microformats-2-1.js +10 -0
  168. data/spec/support/cases/microformats.org/microformats-2/microformats-2-2.html +5 -0
  169. data/spec/support/cases/microformats.org/microformats-2/microformats-2-2.js +11 -0
  170. data/spec/support/cases/microformats.org/microformats-2/microformats-2-3.html +17 -0
  171. data/spec/support/cases/microformats.org/microformats-2/microformats-2-3.js +20 -0
  172. data/spec/support/cases/microformats.org/microformats-2/microformats-2-4.html +16 -0
  173. data/spec/support/cases/microformats.org/microformats-2/microformats-2-4.js +24 -0
  174. data/spec/support/cases/microformats.org/microformats-2/microformats-2-5.html +7 -0
  175. data/spec/support/cases/microformats.org/microformats-2/microformats-2-5.js +11 -0
  176. data/spec/support/cases/microformats.org/microformats-2/microformats-2-6.html +9 -0
  177. data/spec/support/cases/microformats.org/microformats-2/microformats-2-6.js +18 -0
  178. data/spec/support/cases/microformats.org/microformats-2/microformats-2-7.html +9 -0
  179. data/spec/support/cases/microformats.org/microformats-2/microformats-2-7.js +18 -0
  180. data/spec/support/cases/microformats.org/microformats-2/microformats-2-8.html +9 -0
  181. data/spec/support/cases/microformats.org/microformats-2/microformats-2-8.js +17 -0
  182. data/spec/support/cases/microformats.org/microformats-2/microformats-2-9.html +9 -0
  183. data/spec/support/cases/microformats.org/microformats-2/microformats-2-9.js +17 -0
  184. data/spec/support/lib/microformats2/implied_property/name-fail.html +60 -0
  185. data/spec/support/lib/microformats2/implied_property/name-pass.html +30 -0
  186. data/spec/support/lib/microformats2/implied_property/photo-fail.html +60 -0
  187. data/spec/support/lib/microformats2/implied_property/photo-pass.html +30 -0
  188. data/spec/support/lib/microformats2/implied_property/url-fail.html +18 -0
  189. data/spec/support/lib/microformats2/implied_property/url-pass.html +12 -0
  190. data/spec/support/lib/microformats2/nested-format-with-property.html +12 -0
  191. data/spec/support/lib/microformats2/nested-format-with-property.js +15 -0
  192. data/spec/support/lib/microformats2/nested-format-without-property.html +13 -0
  193. data/spec/support/lib/microformats2/nested-property.html +12 -0
  194. data/spec/support/lib/microformats2/nested-property.js +9 -0
  195. data/spec/support/lib/microformats2/simple.html +19 -0
  196. data/spec/support/lib/microformats2/simple.js +10 -0
  197. metadata +535 -85
  198. data/.autotest +0 -23
  199. data/.gemtest +0 -0
  200. data/History.txt +0 -19
  201. data/Manifest.txt +0 -10
  202. data/bin/microformats2 +0 -3
  203. data/test/IndieWebCamp.html +0 -351
  204. data/test/simple.html +0 -30
  205. data/test/test_microformats2.rb +0 -185
@@ -0,0 +1,9 @@
1
+ { "items": [{
2
+ "type": ["h-card"],
3
+ "properties": {
4
+ "name": ["jlsuttles"],
5
+ "nickname": ["jlsuttles"]
6
+ }
7
+ }]
8
+ }
9
+
@@ -0,0 +1,19 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <body>
4
+ <div class="h-card">
5
+ <a href="http://flickr.com/jlsuttles" class="u-url p-name">
6
+ Jessica Lynn Suttles
7
+ </a>
8
+ <a href="http://twitter.com/jlsuttles" class="u-url">
9
+ @jlsuttles
10
+ </a>
11
+ <time class="dt-bday" datetime="1990-10-15">
12
+ October 15, 1990
13
+ </time>
14
+ <div class="e-content">
15
+ <p>Vegan. Cat lover. Coder.</p>
16
+ </div>
17
+ </div>
18
+ </body>
19
+ </html>
@@ -0,0 +1,10 @@
1
+ { "items": [{
2
+ "type": ["h-card"],
3
+ "properties": {
4
+ "url": ["http://flickr.com/jlsuttles", "http://twitter.com/jlsuttles"],
5
+ "name": ["Jessica Lynn Suttles"],
6
+ "bday": ["1990-10-15"],
7
+ "content": ["<p>Vegan. Cat lover. Coder.</p>"]
8
+ }
9
+ }]
10
+ }
metadata CHANGED
@@ -1,107 +1,557 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: microformats2
3
- version: !ruby/object:Gem::Version
4
- hash: 19
5
- prerelease:
6
- segments:
7
- - 1
8
- - 0
9
- - 2
10
- version: 1.0.2
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.0.pre1
5
+ prerelease: 6
11
6
  platform: ruby
12
- authors:
13
- - Shane Becker
7
+ authors:
8
+ - Jessica Lynn Suttles
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2011-06-29 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
12
+ date: 2013-02-18 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
21
15
  name: nokogiri
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 1.5.6
22
+ type: :runtime
22
23
  prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 3
29
- segments:
30
- - 0
31
- version: "0"
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 1.5.6
30
+ - !ruby/object:Gem::Dependency
31
+ name: json
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ~>
36
+ - !ruby/object:Gem::Version
37
+ version: 1.7.6
32
38
  type: :runtime
33
- version_requirements: *id001
34
- - !ruby/object:Gem::Dependency
35
- name: hoe
36
39
  prerelease: false
37
- requirement: &id002 !ruby/object:Gem::Requirement
38
- none: false
39
- requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- hash: 35
43
- segments:
44
- - 2
45
- - 9
46
- - 4
47
- version: 2.9.4
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: 1.7.6
46
+ - !ruby/object:Gem::Dependency
47
+ name: activesupport
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ~>
52
+ - !ruby/object:Gem::Version
53
+ version: 3.2.12
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: 3.2.12
62
+ - !ruby/object:Gem::Dependency
63
+ name: rake
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ~>
68
+ - !ruby/object:Gem::Version
69
+ version: 10.0.0
70
+ type: :development
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ~>
76
+ - !ruby/object:Gem::Version
77
+ version: 10.0.0
78
+ - !ruby/object:Gem::Dependency
79
+ name: rspec
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ~>
84
+ - !ruby/object:Gem::Version
85
+ version: 2.11.0
48
86
  type: :development
49
- version_requirements: *id002
50
- description: Generic Microformats 2 Extractor
51
- email:
52
- - veganstraightedge@gmail.com
53
- executables:
54
- - microformats2
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ~>
92
+ - !ruby/object:Gem::Version
93
+ version: 2.11.0
94
+ - !ruby/object:Gem::Dependency
95
+ name: guard-rspec
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ~>
100
+ - !ruby/object:Gem::Version
101
+ version: 2.1.0
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ~>
108
+ - !ruby/object:Gem::Version
109
+ version: 2.1.0
110
+ - !ruby/object:Gem::Dependency
111
+ name: rb-fsevent
112
+ requirement: !ruby/object:Gem::Requirement
113
+ none: false
114
+ requirements:
115
+ - - ~>
116
+ - !ruby/object:Gem::Version
117
+ version: 0.9.1
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
122
+ requirements:
123
+ - - ~>
124
+ - !ruby/object:Gem::Version
125
+ version: 0.9.1
126
+ - !ruby/object:Gem::Dependency
127
+ name: simplecov
128
+ requirement: !ruby/object:Gem::Requirement
129
+ none: false
130
+ requirements:
131
+ - - ~>
132
+ - !ruby/object:Gem::Version
133
+ version: 0.7.1
134
+ type: :development
135
+ prerelease: false
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ none: false
138
+ requirements:
139
+ - - ~>
140
+ - !ruby/object:Gem::Version
141
+ version: 0.7.1
142
+ - !ruby/object:Gem::Dependency
143
+ name: debugger
144
+ requirement: !ruby/object:Gem::Requirement
145
+ none: false
146
+ requirements:
147
+ - - ~>
148
+ - !ruby/object:Gem::Version
149
+ version: 1.2.1
150
+ type: :development
151
+ prerelease: false
152
+ version_requirements: !ruby/object:Gem::Requirement
153
+ none: false
154
+ requirements:
155
+ - - ~>
156
+ - !ruby/object:Gem::Version
157
+ version: 1.2.1
158
+ description: parses HTML for microformats and return a collection of dynamically defined
159
+ Ruby objects
160
+ email:
161
+ - jlsuttles@gmail.com
162
+ executables: []
55
163
  extensions: []
56
-
57
- extra_rdoc_files:
58
- - History.txt
59
- - Manifest.txt
60
- files:
61
- - .autotest
62
- - History.txt
63
- - Manifest.txt
164
+ extra_rdoc_files: []
165
+ files:
166
+ - .gitignore
167
+ - .rspec
168
+ - .travis.yml
169
+ - Gemfile
170
+ - Guardfile
171
+ - LICENSE.txt
64
172
  - README.md
65
173
  - Rakefile
66
- - bin/microformats2
67
174
  - lib/microformats2.rb
68
- - test/test_microformats2.rb
69
- - test/simple.html
70
- - test/IndieWebCamp.html
71
- - .gemtest
72
- homepage: http://github.com/veganstraightedge/microformats2
175
+ - lib/microformats2/collection.rb
176
+ - lib/microformats2/format.rb
177
+ - lib/microformats2/format_parser.rb
178
+ - lib/microformats2/implied_property/foundation.rb
179
+ - lib/microformats2/implied_property/name.rb
180
+ - lib/microformats2/implied_property/photo.rb
181
+ - lib/microformats2/implied_property/url.rb
182
+ - lib/microformats2/property.rb
183
+ - lib/microformats2/property/date_time.rb
184
+ - lib/microformats2/property/embedded.rb
185
+ - lib/microformats2/property/foundation.rb
186
+ - lib/microformats2/property/text.rb
187
+ - lib/microformats2/property/url.rb
188
+ - lib/microformats2/property_parser.rb
189
+ - lib/microformats2/version.rb
190
+ - microformats2.gemspec
191
+ - spec/lib/microformats2/collection_spec.rb
192
+ - spec/lib/microformats2/implied_property/name_spec.rb
193
+ - spec/lib/microformats2/implied_property/photo_spec.rb
194
+ - spec/lib/microformats2/implied_property/url_spec.rb
195
+ - spec/lib/microformats2_spec.rb
196
+ - spec/spec_helper.rb
197
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-0.html
198
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-0.js
199
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-1.html
200
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-1.js
201
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-2.html
202
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-2.js
203
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-3.html
204
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-3.js
205
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-0.html
206
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-0.js
207
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-1.html
208
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-1.js
209
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-2.html
210
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-2.js
211
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-3.html
212
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-3.js
213
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.html
214
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
215
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.html
216
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
217
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.html
218
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
219
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-7.html
220
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-7.js
221
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-0.html
222
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-0.js
223
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-1.html
224
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-1.js
225
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-2.html
226
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-2.js
227
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-3.html
228
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-3.js
229
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-0.html
230
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-0.js
231
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-1.html
232
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-1.js
233
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.html
234
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
235
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.html
236
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
237
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-4.html
238
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-4.js
239
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-5.html
240
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-5.js
241
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-6.html
242
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-6.js
243
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-7.html
244
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-7.js
245
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-0.html
246
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-0.js
247
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-1.html
248
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-1.js
249
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-2.html
250
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-2.js
251
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-3.html
252
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-3.js
253
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-4.html
254
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-4.js
255
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-5.html
256
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-5.js
257
+ - spec/support/cases/microformat2-node.jit.su/h-news/h-news-0.html
258
+ - spec/support/cases/microformat2-node.jit.su/h-news/h-news-0.js
259
+ - spec/support/cases/microformat2-node.jit.su/h-news/h-news-1.html
260
+ - spec/support/cases/microformat2-node.jit.su/h-news/h-news-1.js
261
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-0.html
262
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-0.js
263
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-1.html
264
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-1.js
265
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-2.html
266
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-2.js
267
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-0.html
268
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-0.js
269
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-1.html
270
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-1.js
271
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-2.html
272
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-2.js
273
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-3.html
274
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-3.js
275
+ - spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-0.html
276
+ - spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-0.js
277
+ - spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-1.html
278
+ - spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-1.js
279
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-0.html
280
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-0.js
281
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-1.html
282
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-1.js
283
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.html
284
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
285
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.html
286
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
287
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-4.html
288
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-4.js
289
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-5.html
290
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-5.js
291
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-0.html
292
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-0.js
293
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-1.html
294
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-1.js
295
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-2.html
296
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-2.js
297
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-0.html
298
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-0.js
299
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-1.html
300
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-1.js
301
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-2.html
302
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-2.js
303
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-3.html
304
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-3.js
305
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-4.html
306
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-4.js
307
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-5.html
308
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-5.js
309
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-0.html
310
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-0.js
311
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-1.html
312
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-1.js
313
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-2.html
314
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-2.js
315
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-3.html
316
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-3.js
317
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-4.html
318
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-4.js
319
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-0.html
320
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-0.js
321
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-1.html
322
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-1.js
323
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-2.html
324
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-2.js
325
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-3.html
326
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-3.js
327
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-4.html
328
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-4.js
329
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-0.html
330
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-0.js
331
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-1.html
332
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-1.js
333
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-2.html
334
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-2.js
335
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-3.html
336
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-3.js
337
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-4.html
338
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-4.js
339
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-5.html
340
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-5.js
341
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-6.html
342
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-6.js
343
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-7.html
344
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-7.js
345
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-8.html
346
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-8.js
347
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-9.html
348
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-9.js
349
+ - spec/support/lib/microformats2/implied_property/name-fail.html
350
+ - spec/support/lib/microformats2/implied_property/name-pass.html
351
+ - spec/support/lib/microformats2/implied_property/photo-fail.html
352
+ - spec/support/lib/microformats2/implied_property/photo-pass.html
353
+ - spec/support/lib/microformats2/implied_property/url-fail.html
354
+ - spec/support/lib/microformats2/implied_property/url-pass.html
355
+ - spec/support/lib/microformats2/nested-format-with-property.html
356
+ - spec/support/lib/microformats2/nested-format-with-property.js
357
+ - spec/support/lib/microformats2/nested-format-without-property.html
358
+ - spec/support/lib/microformats2/nested-property.html
359
+ - spec/support/lib/microformats2/nested-property.js
360
+ - spec/support/lib/microformats2/simple.html
361
+ - spec/support/lib/microformats2/simple.js
362
+ homepage: https://github.com/G5/microformats2
73
363
  licenses: []
74
-
75
364
  post_install_message:
76
- rdoc_options:
77
- - --main
78
- - README.md
79
- require_paths:
365
+ rdoc_options: []
366
+ require_paths:
80
367
  - lib
81
- required_ruby_version: !ruby/object:Gem::Requirement
368
+ required_ruby_version: !ruby/object:Gem::Requirement
82
369
  none: false
83
- requirements:
84
- - - ">="
85
- - !ruby/object:Gem::Version
86
- hash: 3
87
- segments:
88
- - 0
89
- version: "0"
90
- required_rubygems_version: !ruby/object:Gem::Requirement
370
+ requirements:
371
+ - - ! '>='
372
+ - !ruby/object:Gem::Version
373
+ version: '0'
374
+ required_rubygems_version: !ruby/object:Gem::Requirement
91
375
  none: false
92
- requirements:
93
- - - ">="
94
- - !ruby/object:Gem::Version
95
- hash: 3
96
- segments:
97
- - 0
98
- version: "0"
376
+ requirements:
377
+ - - ! '>'
378
+ - !ruby/object:Gem::Version
379
+ version: 1.3.1
99
380
  requirements: []
100
-
101
- rubyforge_project: microformats2
102
- rubygems_version: 1.8.5
381
+ rubyforge_project:
382
+ rubygems_version: 1.8.24
103
383
  signing_key:
104
384
  specification_version: 3
105
- summary: Generic Microformats 2 Extractor
106
- test_files:
107
- - test/test_microformats2.rb
385
+ summary: microformats2 parser
386
+ test_files:
387
+ - spec/lib/microformats2/collection_spec.rb
388
+ - spec/lib/microformats2/implied_property/name_spec.rb
389
+ - spec/lib/microformats2/implied_property/photo_spec.rb
390
+ - spec/lib/microformats2/implied_property/url_spec.rb
391
+ - spec/lib/microformats2_spec.rb
392
+ - spec/spec_helper.rb
393
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-0.html
394
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-0.js
395
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-1.html
396
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-1.js
397
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-2.html
398
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-2.js
399
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-3.html
400
+ - spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-3.js
401
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-0.html
402
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-0.js
403
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-1.html
404
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-1.js
405
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-2.html
406
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-2.js
407
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-3.html
408
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-3.js
409
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.html
410
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
411
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.html
412
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
413
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.html
414
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
415
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-7.html
416
+ - spec/support/cases/microformat2-node.jit.su/h-card/h-card-7.js
417
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-0.html
418
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-0.js
419
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-1.html
420
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-1.js
421
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-2.html
422
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-2.js
423
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-3.html
424
+ - spec/support/cases/microformat2-node.jit.su/h-entry/h-entry-3.js
425
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-0.html
426
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-0.js
427
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-1.html
428
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-1.js
429
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.html
430
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-2.js
431
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.html
432
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-3.js
433
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-4.html
434
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-4.js
435
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-5.html
436
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-5.js
437
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-6.html
438
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-6.js
439
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-7.html
440
+ - spec/support/cases/microformat2-node.jit.su/h-event/h-event-7.js
441
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-0.html
442
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-0.js
443
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-1.html
444
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-1.js
445
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-2.html
446
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-2.js
447
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-3.html
448
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-3.js
449
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-4.html
450
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-4.js
451
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-5.html
452
+ - spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-5.js
453
+ - spec/support/cases/microformat2-node.jit.su/h-news/h-news-0.html
454
+ - spec/support/cases/microformat2-node.jit.su/h-news/h-news-0.js
455
+ - spec/support/cases/microformat2-node.jit.su/h-news/h-news-1.html
456
+ - spec/support/cases/microformat2-node.jit.su/h-news/h-news-1.js
457
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-0.html
458
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-0.js
459
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-1.html
460
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-1.js
461
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-2.html
462
+ - spec/support/cases/microformat2-node.jit.su/h-org/h-org-2.js
463
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-0.html
464
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-0.js
465
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-1.html
466
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-1.js
467
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-2.html
468
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-2.js
469
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-3.html
470
+ - spec/support/cases/microformat2-node.jit.su/h-product/h-product-3.js
471
+ - spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-0.html
472
+ - spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-0.js
473
+ - spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-1.html
474
+ - spec/support/cases/microformat2-node.jit.su/h-recipe/h-recipe-1.js
475
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-0.html
476
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-0.js
477
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-1.html
478
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-1.js
479
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.html
480
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
481
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.html
482
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
483
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-4.html
484
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-4.js
485
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-5.html
486
+ - spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-5.js
487
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-0.html
488
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-0.js
489
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-1.html
490
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-1.js
491
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-2.html
492
+ - spec/support/cases/microformat2-node.jit.su/h-review-aggregate/h-review-aggregate-2.js
493
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-0.html
494
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-0.js
495
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-1.html
496
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-1.js
497
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-2.html
498
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-2.js
499
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-3.html
500
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-3.js
501
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-4.html
502
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-4.js
503
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-5.html
504
+ - spec/support/cases/microformat2-node.jit.su/h-review/h-review-5.js
505
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-0.html
506
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-0.js
507
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-1.html
508
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-1.js
509
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-2.html
510
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-2.js
511
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-3.html
512
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-3.js
513
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-4.html
514
+ - spec/support/cases/microformat2-node.jit.su/includes/includes-4.js
515
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-0.html
516
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-0.js
517
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-1.html
518
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-1.js
519
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-2.html
520
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-2.js
521
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-3.html
522
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-3.js
523
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-4.html
524
+ - spec/support/cases/microformat2-node.jit.su/rel/rel-4.js
525
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-0.html
526
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-0.js
527
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-1.html
528
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-1.js
529
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-2.html
530
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-2.js
531
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-3.html
532
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-3.js
533
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-4.html
534
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-4.js
535
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-5.html
536
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-5.js
537
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-6.html
538
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-6.js
539
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-7.html
540
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-7.js
541
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-8.html
542
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-8.js
543
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-9.html
544
+ - spec/support/cases/microformats.org/microformats-2/microformats-2-9.js
545
+ - spec/support/lib/microformats2/implied_property/name-fail.html
546
+ - spec/support/lib/microformats2/implied_property/name-pass.html
547
+ - spec/support/lib/microformats2/implied_property/photo-fail.html
548
+ - spec/support/lib/microformats2/implied_property/photo-pass.html
549
+ - spec/support/lib/microformats2/implied_property/url-fail.html
550
+ - spec/support/lib/microformats2/implied_property/url-pass.html
551
+ - spec/support/lib/microformats2/nested-format-with-property.html
552
+ - spec/support/lib/microformats2/nested-format-with-property.js
553
+ - spec/support/lib/microformats2/nested-format-without-property.html
554
+ - spec/support/lib/microformats2/nested-property.html
555
+ - spec/support/lib/microformats2/nested-property.js
556
+ - spec/support/lib/microformats2/simple.html
557
+ - spec/support/lib/microformats2/simple.js