bbc-a11y 0.0.3 → 0.0.4
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 +4 -4
- data/bbc-a11y.gemspec +1 -0
- data/lib/bbc/a11y/version +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9015584178cb869e420ac217e82c6308951977f3
|
4
|
+
data.tar.gz: b43b689f4609d84722cc67204e2c30d107da1341
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18181ec77a6d7d73cbfa798c34f72f32b61901f9da145e102bf98ef1efa0f3e864a85efbe823e74bab37c8fbb2b5743da1fe2b6ca66f1af75456738097c7e293
|
7
|
+
data.tar.gz: fe22e4652c36d69714e3d679d621bb2343b0ca765bc0439f285d53aeed9b0920ef8c3128e210248eb192917e39b488b3c903585783ba511f0eaf56216424c05d
|
data/bbc-a11y.gemspec
CHANGED
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
s.rubygems_version = ">= 1.6.1"
|
28
28
|
s.files = `git ls-files`.split("\n").reject {|path| path =~ /\.gitignore$/ }
|
29
29
|
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
30
|
+
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
30
31
|
s.rdoc_options = ["--charset=UTF-8"]
|
31
32
|
s.require_path = "lib"
|
32
33
|
end
|
data/lib/bbc/a11y/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
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
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Wynne
|
@@ -154,7 +154,8 @@ dependencies:
|
|
154
154
|
description: A tool for testing the compliance of web URLs against the BBC's accessibilty
|
155
155
|
guidelines
|
156
156
|
email: github@ipouncey.co.uk
|
157
|
-
executables:
|
157
|
+
executables:
|
158
|
+
- a11y
|
158
159
|
extensions: []
|
159
160
|
extra_rdoc_files: []
|
160
161
|
files:
|
@@ -239,7 +240,7 @@ rubyforge_project:
|
|
239
240
|
rubygems_version: 2.4.5
|
240
241
|
signing_key:
|
241
242
|
specification_version: 4
|
242
|
-
summary: bbc-a11y-0.0.
|
243
|
+
summary: bbc-a11y-0.0.4
|
243
244
|
test_files:
|
244
245
|
- features/01_core-purpose.md
|
245
246
|
- features/02_validation.feature
|