tfgm 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 +8 -8
- data/README.markdown +4 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OTczMGI0Y2Y0ODVkYWIzMjZlOWVlMGEyMzkxMzBhMGQwZWRmZmNmZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
M2M1NmY2MzkwZjMzYTIxYjU1NWYwMTczNGRmZTExMTI3YzAwMTE0Zg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YThjZjVhMGE2ZDM4ZTc2YjgwMmU4YmM2NjM5N2I1NDA2MTI2ODk0MDUyYjNi
|
10
|
+
YzcyZDRlZGIzZjZmOTMwZjE4ODg1NTdhNjA1OTU3YTZjNTE5ZWQ3ZTdlYjM4
|
11
|
+
YjIxOTFhZWZlZTEwZjc1MGI5ZDllMjk0OGZiMDQ4MmQ0MDE2NmI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Mzg2ZGY1ZjkwMWY0M2UwMTI1MTYzMjA1NmY0OGIzZTNkN2E1ZWZhYWJhOTRk
|
14
|
+
MjBhNzEyNzM5YWY5YzBhNWVkZTRiMzQ4OTRkNmQ1OGNmYWQ0MTFhNjYyMDJl
|
15
|
+
YzE4ZTE5NjA3OGU2YzBhOWM3YmExYzc0ZmMzM2IxZWRmMDhmNzI=
|
data/README.markdown
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|

|
2
|
-
|
2
|
+
|
3
|
+
[](https://travis-ci.org/bih/tfgm) []() [](https://gemnasium.com/bih/tfgm) [](https://codeclimate.com/github/bih/tfgm)
|
4
|
+
# Transport for Greater Manchester: Unofficial Rubygem
|
3
5
|
This is a Rubygem which acts as a wrapper for the [Transport for Greater Manchester REST API](http://developer.tfgm.com). This provides the most accurate car parks, bus and metrolink information available to freely consume through the **opendata.tfgm.com** REST API.
|
4
6
|
|
5
|
-
We built this to use internally in our project,
|
7
|
+
We built this to use internally in our project, EventRoute, for the [Innovation Challenge in Manchester](http://futureeverything.org/summit/conference/workshops-fringe-events/innovation-challenge/) (which won Best Under 21). The TFGM REST API is **new and unstable** as of March 2013 so we would avoid using it in production.
|
6
8
|
|
7
9
|
## Getting Started
|
8
10
|
* **Sign up for an API Key** — It's easy to sign up at [developer.tfgm.com](http://developer.tfgm.com) and you'll need a developer & application key. An example of what both the keys should like are: `a1b23cd4-ef67-890g-h123-4567i8jk9lmn` and they must be 36 characters in length.
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bilawal Hameed
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - ! '>='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: 3.2.13
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - ! '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: 3.2.13
|
55
55
|
description: ! ' A simple Ruby wrapper for the Transport for Greater Manchester REST
|
56
56
|
API (i.e. bus routes, car parks, metrolinks).
|
57
57
|
|