tramway-sport_school 1.2.9.2 → 1.2.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3281e3f12ad1736cc55c612880fce0df9ee8de352d3bb2507264b818ae4d325
4
- data.tar.gz: b5baa84a74a9d5755fb7733152a5a4679ce819d277d94db8962bdb804bbdfd33
3
+ metadata.gz: 05dfb40f3081f9e6cf6e42ef5c2f0c374235ec491510682bb5bde27e9b1319e7
4
+ data.tar.gz: ce8e86d7b2c13e557b5d38f7d79d4f462c1577506b6fd88452359b8299d0d2ee
5
5
  SHA512:
6
- metadata.gz: f363e9b8c08fe6b1e02bb3e9e2ea32f355993eaa4f28dc3dca22105032017d5e09b2e4079ae4ebd7a0314d0ad56d2a996aab2d073d5b53f958bf561ec93cfc77
7
- data.tar.gz: 4dfd2024c3561774217ed076ea1a2b0fdda48ad58236913cf5f0db326ffcdfe9a805dcaf8153ab7d563299704c1e5ec8396475fa8df6887026211a9bace9491c
6
+ metadata.gz: b01839db199f1e5c4e8961746f91688450b6f1380851a6dd75b5ee74c37a56888f33c074523be346852acedd34959f568ad913565df4ce6c7eb51d12a7075609
7
+ data.tar.gz: '092feb533e21658138270db8fe20fee04376e507f57ceb6adaf7c05cf2c045e8e419cf99e4357be5b0c046316a16fb48b5fbb55c9bc19b695bbbf6178d7fd0b6'
@@ -39,6 +39,7 @@ module Tramway::SportSchool::Generators
39
39
  add_document_type_to_tramway_sport_school_documents
40
40
  add_url_to_tramway_sport_school_institutions
41
41
  add_found_date_to_tramway_sport_school_institutions
42
+ add_name_to_tramway_sport_school_institutions
42
43
  ]
43
44
  migrations.each do |migration|
44
45
  migration_template "#{migration}.rb", "db/migrate/#{migration}.rb"
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class AddContactsToTramwaySportSchoolInstitutions < ActiveRecord::Migration[5.1]
4
+ def change
5
+ add_column :tramway_sport_school_institutions, :name, :text
6
+ end
7
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module SportSchool
5
- VERSION = '1.2.9.2'
5
+ VERSION = '1.2.10'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-sport_school
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.9.2
4
+ version: 1.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-13 00:00:00.000000000 Z
11
+ date: 2020-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg
@@ -91,6 +91,7 @@ files:
91
91
  - lib/tramway/sport_school/generates/templates/add_found_date_to_tramway_sport_school_institutions.rb
92
92
  - lib/tramway/sport_school/generates/templates/add_image_to_tramway_sport_school_kind_sports.rb
93
93
  - lib/tramway/sport_school/generates/templates/add_ll_to_tramway_sport_school_institutions.rb
94
+ - lib/tramway/sport_school/generates/templates/add_name_to_tramway_sport_school_institutions.rb
94
95
  - lib/tramway/sport_school/generates/templates/add_state_to_tramway_sport_school_kind_sports.rb
95
96
  - lib/tramway/sport_school/generates/templates/add_url_to_tramway_sport_school_institutions.rb
96
97
  - lib/tramway/sport_school/generates/templates/create_tramway_sport_school_documents.rb