bus-o-matic 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bus-o-matic.gemspec +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 936a143045e6ff73ce2be0bcc7317d256bed228c
4
- data.tar.gz: 56d6896c23dc66050685af758ade0e4bfe6988b0
3
+ metadata.gz: 3b000cbdebe9dbfc74bafe2bf636d7b8e40b9822
4
+ data.tar.gz: e508b38b3d5ea646c68a1e44a9f5c1ca6b102102
5
5
  SHA512:
6
- metadata.gz: fb56cba3aef288c72fdc089c0b751e6bfe50a920a107e92b4d06119a2c7380052d9468b89a4dca64bc3ec7b4d1e9318ffeb2a6503ae9afc323410f0092bbfc2e
7
- data.tar.gz: d1b94aba2552af9c5f71a20abac9ff0b5d343e4f45b7a482bf6134c39e0ee0cca2fe21c1d5a6a8b6993e73854de3d4ce4f02a7c271e752996da6fa4f2703b9d0
6
+ metadata.gz: ce40b89a8e7eb77b757d514987b8fb2e3fa12b7b80f8f4a2c6435035ba46e60fbd3732a8f2acdfa3b82126ac68b2ffcf12e6e1c833e4381aa418c7a5bd8d610e
7
+ data.tar.gz: ca1dc6e19bff5cdf4e7593fbe41fa6e553b3bf3a43ba8cb959870380edc1587dcbeb2c305ff22d7fbe768d057dfd279fcd73866ca91e2125fe77900f6ffb3bcd
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = "bus-o-matic"
4
- s.version = "0.0.5"
4
+ s.version = "0.0.6"
5
5
  s.authors = ["Matt Cone"]
6
6
  s.email = ["matt@macinstruct.com"]
7
7
  s.summary = %q{A wrapper for the Pittsburgh Port Authority TrueTime Bus API}
8
8
  s.description = %q{A wrapper for the Pittsburgh Port Authority TrueTime Bus API}
9
- s.homepage = "https://github.com/mattcone/bus-o-matic"
9
+ s.homepage = "https://www.busomatic.com/"
10
10
  s.license = "MIT"
11
11
  s.platform = Gem::Platform::RUBY
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bus-o-matic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Cone
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-04 00:00:00.000000000 Z
11
+ date: 2015-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -112,7 +112,7 @@ files:
112
112
  - spec/bus-o-matic_spec.rb
113
113
  - spec/spec_helper.rb
114
114
  - spec/vehicles.xml
115
- homepage: https://github.com/mattcone/bus-o-matic
115
+ homepage: https://www.busomatic.com/
116
116
  licenses:
117
117
  - MIT
118
118
  metadata: {}