tfgm 0.0.5 → 0.0.6
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 +8 -8
- metadata +1 -15
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MmNjNjk1N2RmODFiNzI4Y2FhNGE5OTYwMTA2MTIxMTgzZWFhZDc2Zg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Mjc0M2IxYTUxYTJjMGVmMmYzOTcwY2RkNGZlOThmNjkxMDgyOTZiZQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MjFjZDBmNzUwMDBmMmI5MDM0ODYwNGY5ZWI4NzcwZjViYTg1YTQ5NWZmNWVi
|
10
|
+
ZDJjMTFiY2RjZDRkNzFhNDcxNDg3NzA0ZTM5MTViY2UyMzA1MDcxODFjZGI5
|
11
|
+
MzdmYzc5NWVkZGFmNDg4MTVlYTgzZjljNTU1ZmUzNWVhN2RiZmM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjRmMTZhNTI1OWJhNzI5MzdjNmZmNWY0OTY4MTdhODY3YTdjZjA0YjU4YzY1
|
14
|
+
ZjE4NmVmM2YzZjE4NjdlM2I1NjExZDU4YmUxNWQ3ZjMyOTY3MzcwOTRhMTQ1
|
15
|
+
NTJkNTU3ZTVjYTM0YWRkNjA3YjE4YTVmNzMyNzUwNjY2MWUyMWI=
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tfgm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bilawal Hameed
|
@@ -38,20 +38,6 @@ dependencies:
|
|
38
38
|
- - ! '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: active_support
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - ! '>='
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '0'
|
48
|
-
type: :runtime
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - ! '>='
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: '0'
|
55
41
|
description: ! ' A simple Ruby wrapper for the Transport for Greater Manchester REST
|
56
42
|
API (i.e. bus routes, car parks, metrolinks).
|
57
43
|
|