gtfs 0.5.0 → 0.5.1
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/.github/workflows/ci.yml +2 -2
- data/.github/workflows/gem-push.yml +3 -3
- data/Gemfile.lock +1 -1
- data/lib/gtfs/version.rb +1 -1
- metadata +6 -32
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c2423ddcf1fb4c1c7185c89a39fabeefc6856a36aae3834e73ae3c11f6a6690
|
|
4
|
+
data.tar.gz: d1f8a595f5d0f7c4d19f8ccc665867a43a288da5b48593a60cb555873c8cd50d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa623f572680b2ba7becf09992ae7b2aecc8e706a41570f88801a91d337c4df36e7ded4e48d30fcb175240185d734ecc9ac60023de8575af892466f300193ce0
|
|
7
|
+
data.tar.gz: 65aef92957beefbbdfe0379d31021ab5e6458d8d82d3e0582ba53c60d78b3d90701d52ee8bd6d6475b70c3a2ffff95b28accb2f32193a9f8ba4c4b9280c8f5d3
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -15,14 +15,14 @@ jobs:
|
|
|
15
15
|
packages: write
|
|
16
16
|
|
|
17
17
|
steps:
|
|
18
|
-
- uses: actions/checkout@
|
|
19
|
-
- name: Set up Ruby
|
|
18
|
+
- uses: actions/checkout@v4
|
|
19
|
+
- name: Set up Ruby 3.0
|
|
20
20
|
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
|
|
21
21
|
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
|
22
22
|
# uses: ruby/setup-ruby@v1
|
|
23
23
|
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
|
|
24
24
|
with:
|
|
25
|
-
ruby-version: 2
|
|
25
|
+
ruby-version: 3.2
|
|
26
26
|
|
|
27
27
|
- name: Check if version exists
|
|
28
28
|
id: checkversionexists
|
data/Gemfile.lock
CHANGED
data/lib/gtfs/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gtfs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nerdEd
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2024-08-04 00:00:00.000000000 Z
|
|
@@ -193,7 +193,7 @@ homepage: https://github.com/nerdEd/gtfs
|
|
|
193
193
|
licenses:
|
|
194
194
|
- MIT
|
|
195
195
|
metadata: {}
|
|
196
|
-
post_install_message:
|
|
196
|
+
post_install_message:
|
|
197
197
|
rdoc_options: []
|
|
198
198
|
require_paths:
|
|
199
199
|
- lib
|
|
@@ -208,34 +208,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
208
208
|
- !ruby/object:Gem::Version
|
|
209
209
|
version: '0'
|
|
210
210
|
requirements: []
|
|
211
|
-
rubygems_version: 3.4.
|
|
212
|
-
signing_key:
|
|
211
|
+
rubygems_version: 3.4.10
|
|
212
|
+
signing_key:
|
|
213
213
|
specification_version: 4
|
|
214
214
|
summary: Load and read GTFS data from zip bundles
|
|
215
|
-
test_files:
|
|
216
|
-
- spec/fixtures/cassettes/invalid_gtfs_uri.yml
|
|
217
|
-
- spec/fixtures/cassettes/valid_gtfs_uri.yml
|
|
218
|
-
- spec/fixtures/missing_files.zip
|
|
219
|
-
- spec/fixtures/valid_gtfs.zip
|
|
220
|
-
- spec/gtfs/agency_spec.rb
|
|
221
|
-
- spec/gtfs/attribution_spec.rb
|
|
222
|
-
- spec/gtfs/calendar_date_spec.rb
|
|
223
|
-
- spec/gtfs/calendar_spec.rb
|
|
224
|
-
- spec/gtfs/fare_attribute_spec.rb
|
|
225
|
-
- spec/gtfs/fare_rule_spec.rb
|
|
226
|
-
- spec/gtfs/feed_info_spec.rb
|
|
227
|
-
- spec/gtfs/frequency_spec.rb
|
|
228
|
-
- spec/gtfs/level_spec.rb
|
|
229
|
-
- spec/gtfs/local_source_spec.rb
|
|
230
|
-
- spec/gtfs/pathway_spec.rb
|
|
231
|
-
- spec/gtfs/route_spec.rb
|
|
232
|
-
- spec/gtfs/shape_spec.rb
|
|
233
|
-
- spec/gtfs/source_spec.rb
|
|
234
|
-
- spec/gtfs/stop_spec.rb
|
|
235
|
-
- spec/gtfs/stop_time_spec.rb
|
|
236
|
-
- spec/gtfs/transfer_spec.rb
|
|
237
|
-
- spec/gtfs/translation_spec.rb
|
|
238
|
-
- spec/gtfs/trip_spec.rb
|
|
239
|
-
- spec/gtfs/url_source_spec.rb
|
|
240
|
-
- spec/spec_helper.rb
|
|
241
|
-
- spec/support/model_shared_examples.rb
|
|
215
|
+
test_files: []
|