openactive-dataset_site 6.0.1 → 6.0.2

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: 0d3e2a2d08572b7e27b405a0dc905409cac23c891bdf9f5abc3ac699bdba48d3
4
- data.tar.gz: 967b8743bb67803f64219d5547424a7b2b93c92edad7b19f4ec934a134f69988
3
+ metadata.gz: 41e57531c64aa44f749dd5cc7cac95caa1bdf7820eb01f054c908d3dbedc051f
4
+ data.tar.gz: 98d245c810e947288b2698872868f15af642f42b7e1616cd8cd5ec0f2a06e3b9
5
5
  SHA512:
6
- metadata.gz: a932ddad0242f2eb224fa6424258e0e42d99d48622b5f7e9d151d05142582cbe6dea0d995789c25c01904935292a341c9af771dbdb9f6c2671adcfc2b93bf4de
7
- data.tar.gz: b188e7aeb892c75e5e7ab5ec27831a4cd0f7595cddfe45ac88aade37f323f01e9d2c12c2a0898918086b7c4e46f79d6d3736132236b70a108acc7d5ec326684d
6
+ metadata.gz: e41ca1b251354680130a47f1da2f24b7ff90e902b84257ecf7a08310777aaec11e26d4fcea9f402657f535de5fc9d0b1ebc0f25e87cbd882e56f27027273fdbe
7
+ data.tar.gz: e7c7e3e02a9543c57a8d04d8cba145ba2fe2863ba24b402803c373efbb9d142465a88532e212cc2d2c8138b17fb015bd3bec3277e2e40c9e47bc22343a5e09e4
data/README.md CHANGED
@@ -58,7 +58,7 @@ settings = OpenActive::DatasetSite::Settings.new(
58
58
  organisation_email: "info@better.org.uk",
59
59
  platform_name: "AcmeBooker",
60
60
  platform_url: "https://acmebooker.example.com/",
61
- platform_software_version: "2.0",
61
+ platform_software_version: "2.0.1",
62
62
  background_image_url: "https://data.better.org.uk/images/bg.jpg",
63
63
  date_first_published: "2019-10-28",
64
64
  open_booking_api_base_url: "https://reference-implementation.openactive.io/api/openbooking",
@@ -202,6 +202,7 @@ dataset = OpenActive::Models::Dataset.new(
202
202
  OpenActive::Models::BookingService.new(
203
203
  name: "SimpleWeb Booking",
204
204
  url: "https://www.example.com/",
205
+ software_version: "2.0.0",
205
206
  has_credential: "https://certificates.reference-implementation.openactive.io/examples/all-features/controlled/",
206
207
  )
207
208
  )
@@ -27,6 +27,7 @@ settings = OpenActive::DatasetSite::Settings.new(
27
27
  date_first_published: "2019-11-05",
28
28
  platform_name: "AcmeBooker",
29
29
  platform_url: "https://acmebooker.example.com/",
30
+ platform_software_version: "2.0.1",
30
31
  open_booking_api_base_url: "https://reference-implementation.openactive.io/api/openbooking",
31
32
  open_booking_api_authentication_authority_url: "https://auth.reference-implementation.openactive.io",
32
33
  open_booking_api_documentation_url: "https://permalink.openactive.io/dataset-site/open-booking-api-documentation",
@@ -83,6 +83,7 @@ dataset = OpenActive::Models::Dataset.new(
83
83
  OpenActive::Models::BookingService.new(
84
84
  name: "SimpleWeb Booking",
85
85
  url: "https://www.example.com/",
86
+ software_version: "2.0.0",
86
87
  has_credential: "https://certificates.reference-implementation.openactive.io/examples/all-features/controlled/",
87
88
  ),
88
89
  )
@@ -83,6 +83,7 @@ dataset = OpenActive::Models::Dataset.new(
83
83
  OpenActive::Models::BookingService.new(
84
84
  name: "SimpleWeb Booking",
85
85
  url: "https://www.example.com/",
86
+ software_version: "2.0.0",
86
87
  has_credential: "https://certificates.reference-implementation.openactive.io/examples/all-features/controlled/",
87
88
  ),
88
89
  )
@@ -1,5 +1,5 @@
1
1
  module OpenActive
2
2
  module DatasetSite
3
- VERSION = "6.0.1".freeze
3
+ VERSION = "6.0.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openactive-dataset_site
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenActive Community