model_XD 0.1.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.
data/sig/model_XD.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module ModelXD
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: model_XD
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - papaSquid
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-05-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: some student models
14
+ email:
15
+ - mrxameleonx@mail.ru
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".rubocop.yml"
21
+ - CHANGELOG.md
22
+ - CODE_OF_CONDUCT.md
23
+ - Gemfile
24
+ - README.md
25
+ - Rakefile
26
+ - lib/Converter.rb
27
+ - lib/Converter_json.rb
28
+ - lib/Converter_txt.rb
29
+ - lib/Converter_yaml.rb
30
+ - lib/Data_list.rb
31
+ - lib/Data_list_student_short.rb
32
+ - lib/Data_table.rb
33
+ - lib/Student.rb
34
+ - lib/StudentBase.rb
35
+ - lib/Student_list.rb
36
+ - lib/Student_short.rb
37
+ - lib/database/scripts/create_table.sql
38
+ - lib/database/scripts/insert_data.sql
39
+ - lib/database/student_list_db.rb
40
+ - lib/database/students_db.rb
41
+ - lib/model_XD.rb
42
+ - lib/model_XD/version.rb
43
+ - lib/mvcStudentXD.rb
44
+ - lib/student_edit_form_controller.rb
45
+ - lib/student_input_form.rb
46
+ - lib/student_input_form_controller.rb
47
+ - lib/student_list_adapter.rb
48
+ - lib/student_list_adv.rb
49
+ - lib/student_list_controller.rb
50
+ - lib/tab_students.rb
51
+ - sig/model_XD.rbs
52
+ homepage: https://github.com/KiTTeNqz/model_XD
53
+ licenses:
54
+ - MIT
55
+ metadata:
56
+ allowed_push_host: https://rubygems.org
57
+ homepage_uri: https://github.com/KiTTeNqz/model_XD
58
+ source_code_uri: https://github.com/KiTTeNqz/model_XD
59
+ changelog_uri: https://github.com/KiTTeNqz/model_XD/blob/master/CHANGELOG.md
60
+ post_install_message:
61
+ rdoc_options: []
62
+ require_paths:
63
+ - lib
64
+ required_ruby_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 2.6.0
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: '0'
74
+ requirements: []
75
+ rubygems_version: 3.4.10
76
+ signing_key:
77
+ specification_version: 4
78
+ summary: MC structure from MVC for Student View
79
+ test_files: []