shipreal 1.0.0 → 2.0.0
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 +4 -4
- data/lib/shipreal/version.rb +1 -1
- data/lib/shipreal.rb +1 -2
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7d5a1d6b4537e9ca1f31487dee29c7126e98817ee78722ce88a4756c7866216
|
|
4
|
+
data.tar.gz: 7794ba54c0d3281bafc05acba5c41f540e95a06443425035394ef7a7c955fa2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53247adbb568c94b82b9a05a1ec60fda2d6bbd330f7ad91b26fb940ee04ee59443946b4cd989e8ce818b47d74ca72cc9fb90c75d3b65dba6511d3e58751829b2
|
|
7
|
+
data.tar.gz: d14cec1b9d69ba54203c5608c0237d98d6535658eb491d24308a486f886b6c775835a351b8b41d5e6ef6da62dc2a108b6bcdb8d47aed6105074a15646cf3b21c
|
data/lib/shipreal/version.rb
CHANGED
data/lib/shipreal.rb
CHANGED
|
@@ -107,8 +107,7 @@ module ShipReal
|
|
|
107
107
|
complete = every["complete"][region].dup
|
|
108
108
|
complete["url"] = every["complete"]["url"]
|
|
109
109
|
teams = every["teams"][region].dup
|
|
110
|
-
teams["
|
|
111
|
-
teams["perSeat"] = true
|
|
110
|
+
teams["packSeats"] = every["teams"]["packSeats"]
|
|
112
111
|
{ "region" => region, "free" => every["free"], "complete" => complete, "teams" => teams }
|
|
113
112
|
end
|
|
114
113
|
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shipreal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Lugassy
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: exe
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-09-05 00:00:00.000000000 Z
|
|
11
12
|
dependencies: []
|
|
12
13
|
description: 'Search the curriculum, read a module, read pricing. No authentication:
|
|
13
14
|
the API is public read-only reference data about one course. Standard library only,
|
|
@@ -33,6 +34,7 @@ metadata:
|
|
|
33
34
|
bug_tracker_uri: https://github.com/mluggy/shipreal-dev/issues
|
|
34
35
|
changelog_uri: https://github.com/mluggy/shipreal-dev/releases
|
|
35
36
|
rubygems_mfa_required: 'true'
|
|
37
|
+
post_install_message:
|
|
36
38
|
rdoc_options: []
|
|
37
39
|
require_paths:
|
|
38
40
|
- lib
|
|
@@ -47,7 +49,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
47
49
|
- !ruby/object:Gem::Version
|
|
48
50
|
version: '0'
|
|
49
51
|
requirements: []
|
|
50
|
-
rubygems_version: 3.
|
|
52
|
+
rubygems_version: 3.0.3.1
|
|
53
|
+
signing_key:
|
|
51
54
|
specification_version: 4
|
|
52
55
|
summary: SDK and CLI for the public ShipReal course API
|
|
53
56
|
test_files: []
|