meibo 0.5.0 → 0.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9a62c4aa9e3b8eab409ec63beb7d05679357c1ed5b00c2f8d636a6e1dc0b0a5
4
- data.tar.gz: ced2629cdf7af8dd09589938fa8df4f16d16b7ee99f324ed573a0005514bd9e2
3
+ metadata.gz: ee98db67f94bba31bd48233fa71065f84b4746b8b4b642e7eafe0146b6520697
4
+ data.tar.gz: de476c94b10aac629e4e4455fb68531ce4446111a857c1a32fb6403e5018502f
5
5
  SHA512:
6
- metadata.gz: 1edf8f4c409dd84280b1c97bc947af3395504b46f046983e358e3eba1e811c0f725130cce28851b23e1314beef78a07ed07e557753b1b85dffd2488dbc191d21
7
- data.tar.gz: 7f2a21335e41b284e288fd2b72032ead11e7df8287d671e48f42c350f513ea7856fa636a0e7026276e9621aa75c8b5282db91617c7398fb4c835ef89280c2c4e
6
+ metadata.gz: b999a02ae324f9a8a7b00e2b080c91e3b4d6b9a495801a154108fbbe402a31e4a1b0943fb1a9a4806594534dbcd7f3a7301e360d021e221ba006f1f353dea3ae
7
+ data.tar.gz: acdb373e0e411ab84df2a2cb762aea90fe6c702cc95f6a182370a77ec56c25ac008c7f9549ca5bcccfcb72895c0c83faaae60b565c0a4051faba7f7badd2416f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- meibo (0.5.0)
4
+ meibo (0.6.0)
5
5
  rubyzip
6
6
  zeitwerk
7
7
 
@@ -33,7 +33,7 @@ module Meibo
33
33
  }
34
34
  )
35
35
 
36
- def initialize(sourced_id:, status: nil, date_last_modified: nil, class_sourced_id:, school_sourced_id:, user_sourced_id:, role:, primary: nil, begin_date: nil, end_date: nil, shusseki_no: nil, public_flg: nil, **extension_fields)
36
+ def initialize(sourced_id:, status: nil, date_last_modified: nil, class_sourced_id:, school_sourced_id:, user_sourced_id:, role:, primary: nil, begin_date: nil, end_date: nil, **extension_fields)
37
37
  @sourced_id = sourced_id
38
38
  @status = status
39
39
  @date_last_modified = date_last_modified
@@ -43,8 +43,6 @@ module Meibo
43
43
  @role = role
44
44
  @begin_date = begin_date
45
45
  @end_date = end_date
46
- @shusseki_no = shusseki_no
47
- @public_flg = public_flg
48
46
  @extension_fields = extension_fields
49
47
  end
50
48
 
data/lib/meibo/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meibo
4
- VERSION = "0.5.0"
4
+ VERSION = "0.6.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meibo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seiei Miyagi
@@ -125,7 +125,7 @@ metadata:
125
125
  allowed_push_host: https://rubygems.org/
126
126
  homepage_uri: https://github.com/hanachin/meibo
127
127
  source_code_uri: https://github.com/hanachin/meibo
128
- changelog_uri: https://github.com/hanachin/meibo/blob/meibo/v0.5.0/CHANGELOG.md
128
+ changelog_uri: https://github.com/hanachin/meibo/blob/meibo/v0.6.0/CHANGELOG.md
129
129
  post_install_message:
130
130
  rdoc_options: []
131
131
  require_paths: