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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/README.markdown +4 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWYzMDM3YWQxNDYzMDVmMjlkM2NlMWFjMTk5ZTBlYzBjOWViNzE0Mw==
4
+ OTczMGI0Y2Y0ODVkYWIzMjZlOWVlMGEyMzkxMzBhMGQwZWRmZmNmZA==
5
5
  data.tar.gz: !binary |-
6
- Mzk4NzlmNWE2NGNjZTc3MGRkMWY1ODJkODE2YzNhZDk1YmYyMDk2Yg==
6
+ M2M1NmY2MzkwZjMzYTIxYjU1NWYwMTczNGRmZTExMTI3YzAwMTE0Zg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- OGI1NjhjNzJjZDJlZTdjYTY4NGY3YTAxOGVhZTU5ZWY4NGRlMGJmZDhmYmVj
10
- ZjJkY2ViZmMxYmEzMjEwZmMwZjk1NWFkYTIwNWUwMDA4MThhNDdiYWVmYTAy
11
- MWRhMmM3YmMwMTA5NTgzYjU2Zjg0NWE1MzdmOTQwNDBlZWMxMmQ=
9
+ YThjZjVhMGE2ZDM4ZTc2YjgwMmU4YmM2NjM5N2I1NDA2MTI2ODk0MDUyYjNi
10
+ YzcyZDRlZGIzZjZmOTMwZjE4ODg1NTdhNjA1OTU3YTZjNTE5ZWQ3ZTdlYjM4
11
+ YjIxOTFhZWZlZTEwZjc1MGI5ZDllMjk0OGZiMDQ4MmQ0MDE2NmI=
12
12
  data.tar.gz: !binary |-
13
- MmU1ZjA0Zjg2NTUzNDVlNjM2MjlkODg5NTRhNThlMTU3M2I4YTAwMTZhYmE1
14
- YjJhZWRlMTM5NmYwYTZiMTM3YWM2YTdjZTA4Yzg2MWE3MDZmNWJlYTdkMWU2
15
- ZGI5Y2NmOWRmNmM5NDU1NTIyNWM2Y2RkOGU0YTY2NWFlYjQzODk=
13
+ Mzg2ZGY1ZjkwMWY0M2UwMTI1MTYzMjA1NmY0OGIzZTNkN2E1ZWZhYWJhOTRk
14
+ MjBhNzEyNzM5YWY5YzBhNWVkZTRiMzQ4OTRkNmQ1OGNmYWQ0MTFhNjYyMDJl
15
+ YzE4ZTE5NjA3OGU2YzBhOWM3YmExYzc0ZmMzM2IxZWRmMDhmNzI=
@@ -1,8 +1,10 @@
1
1
  ![](http://i.imgur.com/6PGUo4g.png)
2
- # TFGM Unofficial Rubygem
2
+
3
+ [![Build Status](https://travis-ci.org/bih/tfgm.png?branch=master)](https://travis-ci.org/bih/tfgm) [![Build Status](https://d25lcipzij17d.cloudfront.net/badge.png?title=gem&type=3c&v=0.0.3)]() [![Dependency Status](https://gemnasium.com/bih/tfgm.png)](https://gemnasium.com/bih/tfgm) [![Code Climate](https://codeclimate.com/github/bih/tfgm.png)](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, EventBrite, 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.
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.3
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: '0'
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: '0'
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