mvcStudentXD 1.2.0 → 1.2.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: 8d8b520fd39dd43823ee20d89e786703fa02862efad5c0b46901c613ceca99f3
4
- data.tar.gz: 8b7a86450b00ebbcff4ac66811ca2de894af9282625fb8dc75386d6f16344986
3
+ metadata.gz: dac26f460cc0a196117b3e71d92bebeaf12c3c0abb8e0f33402851dc4dc958d2
4
+ data.tar.gz: 69947502e1b58e271311917b5fef5cd5401dccd643f6356d85d66929b865bdbd
5
5
  SHA512:
6
- metadata.gz: 7c3bf8c5d78ed0a23ad7b3f65fe03f78c6f8fcc64f13b1118b8397df660117e4d7112104b34187f1036697e3d955182a3e5382c48bffbf9aaa67de7972c47bd2
7
- data.tar.gz: 4fa861a9937031b720d4ab3e21006be6ede7c595a91995b90339893451dbce32bff7866801d4d522a3a64ed7940d39826102cabff2bb8ca6594e5309a462576c
6
+ metadata.gz: e3ea30dabf585d0fd1f5358f437d15e7801c236a785de81e11ccac2c9b60bd551f286763b3a3af20a84e0d5e3cb0d09a378725bb9235bc043d9db12833bd5cb4
7
+ data.tar.gz: dbc2ff28c507776a296f8d2f0d477f2f9a823e98095e75d4e484e98bf08a7c49710e2cc4707e3b67d9f64004a84d7b2a202766620dc88e00d96563cc38b33e52
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MvcStudentXD
4
- VERSION = "1.2.0"
4
+ VERSION = "1.2.2"
5
5
  end
data/lib/mvcStudentXD.rb CHANGED
@@ -1,10 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "source/mvcStudentXD/version"
3
+ require_relative "mvcStudentXD/version"
4
4
 
5
5
  module MvcStudentXD
6
6
  Dir[File.dirname(__FILE__) + 'source/**/*.rb'].each { |file|
7
- puts "IM TRYING"
8
7
  puts file
9
8
  require file
10
9
  }
data/mvcStudentXD.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "lib/source/mvcStudentXD/version"
3
+ require_relative "lib/mvcStudentXD/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "mvcStudentXD"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mvcStudentXD
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - papaSquid
@@ -24,6 +24,7 @@ files:
24
24
  - README.md
25
25
  - Rakefile
26
26
  - lib/mvcStudentXD.rb
27
+ - lib/mvcStudentXD/version.rb
27
28
  - lib/source/adapters/student_list_adapter.rb
28
29
  - lib/source/containers/Data_list.rb
29
30
  - lib/source/containers/Data_list_student_short.rb
@@ -42,11 +43,9 @@ files:
42
43
  - lib/source/model/Student.rb
43
44
  - lib/source/model/StudentBase.rb
44
45
  - lib/source/model/Student_short.rb
45
- - lib/source/mvcStudentXD/version.rb
46
46
  - lib/source/repositories/Student_list.rb
47
47
  - lib/source/repositories/student_list_adv.rb
48
48
  - lib/source/util/LoggerHolder.rb
49
- - mvcStudentXD-1.1.1.gem
50
49
  - mvcStudentXD.gemspec
51
50
  - sig/mvcStudentXD.rbs
52
51
  homepage: https://github.com/KiTTeNqz/mvcStudentXD
Binary file