ruby_ptv 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94cd749c60cb0f297aced57c99e4176e081a657b
4
- data.tar.gz: 8483ef5042d542ce8d19ea7ff26f882fad85a2e3
3
+ metadata.gz: '039d87a822316df35d16e9b9bd482966142dfed5'
4
+ data.tar.gz: ea045a260573a0aa101aad70f0a1d7ab94ea071e
5
5
  SHA512:
6
- metadata.gz: c56393dc656a135c4344035b211a60852857587131328fe009fffedacbdcadb1ad27cdab49286e4cba47a1c4d3b657cddec2a23c1f7cb5add3c9ae75b97a7ba3
7
- data.tar.gz: 247de7a0c505aa6833a0005662e1871cb47cfd4fe4405801cc95d517e17a95920ce5bd817a63b4a93796dc99ed7238924ab68b123a44b01ec96443c456876ccd
6
+ metadata.gz: 9c73990f9138141ba56b4f61ab5a2adf016d67e3951f3f751e0f10de37f00a9a21ae5d85d3b24b6ee744f100e4512d6aac1dac4d6223cb808dc1b1ab5f3bc7a7
7
+ data.tar.gz: b4e509d187988418280c0e3ec5c4031f80b652172316d4744e5a6f56723369918b92f17e94bbb4d0fd0014b1a3416ccd520e419d6ea2c6e01239965c8092646c
@@ -1,3 +1,3 @@
1
1
  module RubyPtv
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/ruby_ptv.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Dylan Shaw"]
9
9
  spec.email = ["dylanshaw012@gmail.com"]
10
10
 
11
- spec.summary = "A wrapper for the Public Transport Victoria API written in Ruby. The official documentation is available here: https://timetableapi.ptv.vic.gov.au/swagger/ui/index."
12
- spec.description = "Add a description later.."
11
+ spec.summary = "PTV api wrapper written in Ruby."
12
+ spec.description = "A wrapper for the Public Transport Victoria API written in Ruby. The official documentation is available here: https://timetableapi.ptv.vic.gov.au/swagger/ui/index."
13
13
  spec.homepage = "https://github.com/dshaw1/ruby-ptv-api"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_ptv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Shaw
@@ -122,7 +122,8 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '3.1'
125
- description: Add a description later..
125
+ description: 'A wrapper for the Public Transport Victoria API written in Ruby. The
126
+ official documentation is available here: https://timetableapi.ptv.vic.gov.au/swagger/ui/index.'
126
127
  email:
127
128
  - dylanshaw012@gmail.com
128
129
  executables: []
@@ -176,6 +177,5 @@ rubyforge_project:
176
177
  rubygems_version: 2.6.8
177
178
  signing_key:
178
179
  specification_version: 4
179
- summary: 'A wrapper for the Public Transport Victoria API written in Ruby. The official
180
- documentation is available here: https://timetableapi.ptv.vic.gov.au/swagger/ui/index.'
180
+ summary: PTV api wrapper written in Ruby.
181
181
  test_files: []