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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82eb6a1f3a994d50f7e2ea9fb28d11349521f334
4
- data.tar.gz: 818c62e46ca97f207e21d892f894b2633ef2858d
3
+ metadata.gz: 9015584178cb869e420ac217e82c6308951977f3
4
+ data.tar.gz: b43b689f4609d84722cc67204e2c30d107da1341
5
5
  SHA512:
6
- metadata.gz: 6056e27d017d7b4595ab7cc85504827d13019f00e1b42257668a3952b314450b5d56ab2f4b99be1f3652ac838349ea833374f8501c556a8a58db2b21bbc24f08
7
- data.tar.gz: 601bc446428bbcbbfb261dd8c2c378d0168b43a46e105292e3547d2a2606cefa3e0440a01620406d205919d037b6f3c42980f75bdebe6914335187568b27bb54
6
+ metadata.gz: 18181ec77a6d7d73cbfa798c34f72f32b61901f9da145e102bf98ef1efa0f3e864a85efbe823e74bab37c8fbb2b5743da1fe2b6ca66f1af75456738097c7e293
7
+ data.tar.gz: fe22e4652c36d69714e3d679d621bb2343b0ca765bc0439f285d53aeed9b0920ef8c3128e210248eb192917e39b488b3c903585783ba511f0eaf56216424c05d
@@ -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
@@ -1 +1 @@
1
- 0.0.3
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.3
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.3
243
+ summary: bbc-a11y-0.0.4
243
244
  test_files:
244
245
  - features/01_core-purpose.md
245
246
  - features/02_validation.feature