gb-station-data 6.0.2 → 7.0.0

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.
data/lib/data/tocs.json CHANGED
@@ -107,6 +107,10 @@
107
107
  "displayName": "Transport for Wales",
108
108
  "colour": "#ff0000"
109
109
  },
110
+ "tyneAndWearMetro": {
111
+ "displayName": "Tyne and Wear Metro",
112
+ "colour": "#feb300"
113
+ },
110
114
  "westMidlandsTrains": {
111
115
  "displayName": "West Midlands Trains",
112
116
  "colour": "#e07709"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GbStationData
4
- VERSION = "6.0.2"
4
+ VERSION = "7.0.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gb-station-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.2
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - TangledWires Ltd