shnaider_code 2.0.2 → 2.0.4

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: c2a1a18fe11233036bcd9a91521ca4157873f04a8c4e2e00bc84d75804b4ddae
4
- data.tar.gz: e82a4685a1c7bcd9a6c0b86e950bda198a6950663008ea84e660db6fa45d2698
3
+ metadata.gz: 6dae5f3a9bca6761327a90c5b5f95384ecc3540f0f5c266cf12662a9619db7da
4
+ data.tar.gz: 3456ab90916aa8e69dcd802080962d209ef547653940a334ff5386cdbb73a280
5
5
  SHA512:
6
- metadata.gz: 47b532cdc6ce0dccca51fe729b3623a2e02c4fbe920ffa13c4d113981f13523f5574ec621ea6db5eb6aaaac0d4a10438c1557e1d045d4bd1edf175ec3f60b6d1
7
- data.tar.gz: ebfddcef7ac59b87b533b6d0f54e4e0ece4a2db2116ccf6f866585b4603a4c3f8af026617f26647d63a607446cadea2cfa75a6d0cd54cb61646007c204130ebb
6
+ metadata.gz: 65d010055e39fe9ab2fff10a90422f750ba0dc1f6300e9e60d72ff07bdc5b2325b324c3275b2f376a0dbcfd8047811d19b3ba415fbc285689c72ebaed1038121
7
+ data.tar.gz: bf49462ce7f66489d704132d46f26d5ef9b33ef2b677244010bed6b30f4c049d1114af324b51001b40e83f93bfd4af7917d81b2b858e746f2b47a5a237901d11
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ShnaiderCode
4
- VERSION = "2.0.2"
4
+ VERSION = "2.0.4"
5
5
  end
@@ -10,5 +10,5 @@ ROW("Шнайдер", "Ий", "Альбертович", "@shnaider", NULL, NULL,
10
10
  ROW("Сайксов", "Олег", "Васильевич", "@olifmus", NULL, NULL, @music3000),
11
11
  ROW("Водянов", "Андрей", "Александрович", "@ovipivo", NULL, "yandexfan@yandex.ru", NULL),
12
12
  ROW("Фейков", "Александр", "Александрович", "@fakegit", NULL, NULL, @empty),
13
- ROW("Сайксов", "Оливер", "Брингович", "@bmth", NULL, NULL, @olybmth),
13
+ ROW("Сайксов", "Оливер", "Брингович", "@bmth", NULL, NULL, @olybmth)
14
14
 
@@ -6,7 +6,7 @@ module ShnaiderCode
6
6
  attr_private_accessor :db_connection
7
7
 
8
8
  def initialize()
9
- self.db_connection = Mysql2::Client.new(:host => "localhost", :username => "root")
9
+ self.db_connection = Mysql2::Client.new(:host => "localhost", :username => "root", :password => "root")
10
10
  self.db_connection.query('CREATE DATABASE IF NOT EXISTS my_db')
11
11
  self.db_connection.query('USE my_db')
12
12
  self.db_connection.query('DROP TABLE IF EXISTS student')
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shnaider_code
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Iya
@@ -54,6 +54,8 @@ files:
54
54
  - lib/source/students_list_format_strategy.rb
55
55
  - shnaider_code-2.0.0.gem
56
56
  - shnaider_code-2.0.1.gem
57
+ - shnaider_code-2.0.2.gem
58
+ - shnaider_code-2.0.3.gem
57
59
  - shnaider_code.gemspec
58
60
  homepage: https://github.com/bushmrz/learning-patterns-with-ruby
59
61
  licenses: