bbc-a11y 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9015584178cb869e420ac217e82c6308951977f3
4
- data.tar.gz: b43b689f4609d84722cc67204e2c30d107da1341
3
+ metadata.gz: 57852d504ecfb1f43c79ffd2aa4f351cff773313
4
+ data.tar.gz: 2c3e3cb185c52bda5e4eea0dc7cb85e7f39dddad
5
5
  SHA512:
6
- metadata.gz: 18181ec77a6d7d73cbfa798c34f72f32b61901f9da145e102bf98ef1efa0f3e864a85efbe823e74bab37c8fbb2b5743da1fe2b6ca66f1af75456738097c7e293
7
- data.tar.gz: fe22e4652c36d69714e3d679d621bb2343b0ca765bc0439f285d53aeed9b0920ef8c3128e210248eb192917e39b488b3c903585783ba511f0eaf56216424c05d
6
+ metadata.gz: 6c804515aa01568b8c608f70ae4545d55e7bc110895f13beecd73aa97a0f00d42dc7b7badef4468260284c6635894b621c5722a8b085c153d9133774b79bdd27
7
+ data.tar.gz: 99a9e4ef75d72731b778b0cad73e1d5a24b6534f819ead7a537363a9dde035f61d7e73161e961a8470ca79dfc093d189d0e23e35b46f4624f223ace610603625
@@ -14,7 +14,7 @@ end
14
14
  Then(/^the title should describe the primary content of the document$/) do
15
15
  begin
16
16
  page.must_have_title_that_contains_h1_text
17
- rescue => error
17
+ rescue Exception => error
18
18
  assert_title_describes_primary_content_of_document(browser.title, browser)
19
19
  end
20
20
  end
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbc-a11y
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wynne
@@ -240,7 +240,7 @@ rubyforge_project:
240
240
  rubygems_version: 2.4.5
241
241
  signing_key:
242
242
  specification_version: 4
243
- summary: bbc-a11y-0.0.4
243
+ summary: bbc-a11y-0.0.5
244
244
  test_files:
245
245
  - features/01_core-purpose.md
246
246
  - features/02_validation.feature