national_rail_wrapper 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: 003f7b98dffb2dbc7ef0627362f487f3473b204b26222c93bc3a77ca44ee56f4
4
- data.tar.gz: b698258d03c8d0e2fdf2dca84c92c9df5469996e03ae326b3cb1bc31ddda15d7
3
+ metadata.gz: 51437140b30b89c764fa6c109d77d4cd297461c52fde30293e90f67d572ee0ac
4
+ data.tar.gz: aa1b0c7213f92e622391efbaf9d8adb35628b5517e0d1576789f5ad8e299ff17
5
5
  SHA512:
6
- metadata.gz: c6f8e5445f0b2b9239acc70cd53376697a352add2e03e1a6e54b6e6f91c72e1c331fafbda972c843ae2460869894223a77cd9200d92c7333a554e8589332029c
7
- data.tar.gz: 42578829f95c9c7a1433459a9dffaa8753b6cc8540b427e813c51ebfc1088130f3576c9a27445638c8caaf9b181d4e77200098b0e2156566b906e5a04ded1e23
6
+ metadata.gz: b56172b92d537b53e7db54ea661cae240179b161253f891c80a5eae0154e6c65b1509480ef54f6418f10ef87096a19d2a9f5af611224fddab7afa328012f45ac
7
+ data.tar.gz: fd11583390c172b1d11887f3670b1246c872204e46d0f37a68fe9b6e86a3cd2c1e436bc25eced96c1746477ae6933d344fef2e63f4472300ff6598ef5a1b74e3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- national_rail_wrapper (0.1.3)
4
+ national_rail_wrapper (0.1.4)
5
5
  nokogiri
6
6
  ox
7
7
  typhoeus
@@ -1,7 +1,7 @@
1
1
  module NationalRailWrapper
2
2
  class Client
3
3
 
4
- def initialize(username: username, password: password)
4
+ def initialize(username:, password:)
5
5
  @credentials = {username: username, password: password}
6
6
  end
7
7
 
@@ -1,3 +1,3 @@
1
1
  module NationalRailWrapper
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: national_rail_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Best
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-18 00:00:00.000000000 Z
11
+ date: 2020-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
181
  requirements: []
182
- rubygems_version: 3.1.2
182
+ rubygems_version: 3.0.6
183
183
  signing_key:
184
184
  specification_version: 4
185
185
  summary: A wrapper for the National Rail open data API