tramway-sport_school 1.2.12 → 1.2.12.1

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: e32e9656db9ed4369ce99cb5b68936fb11983b2493f04a79eda6e0a03b1aab03
4
- data.tar.gz: db23cf866785de5be7d12eea83dfb1e10977483507be601b3bfcbd09c07bca78
3
+ metadata.gz: 7ef58288c046bb163f5ed448b30bfef425a27bd2eb871eb18edd7f5f4322ac5a
4
+ data.tar.gz: db06e42171129972a5b385b5b587184d63020e191edb80929595699b518d8c30
5
5
  SHA512:
6
- metadata.gz: 8807fcff43f24453aa68fa7653c5c258bb70d6f287a7efba9137427854aa8adbab4d6f00a72eb0d438eee8b6f87e6163bb2858396f0dce97df707a0990de07e4
7
- data.tar.gz: d4f1d9dd5ea0c4266700d7333036993eafe105f52592db0699525b1381d897800b8eaebf0c026fe29d0eebc72385bf5f4d9504f6fc244313a900a58134d151ed
6
+ metadata.gz: 105e23c8ea133a1cb0f6488cb8089375f5bdd40c63fde07d6aae13c4b62ddfd93bc17e0f9af919c9642e1d1c58fe7cf13d27708c3c31987d9381b2da41a0394d
7
+ data.tar.gz: 5834fea585231b5399601fd242facfc0075a294d238928b8a1c2e370bbb845862e74f41ebf1388d824247a0ffacc36887199824be8d1f885469e8ac00cbfc492
@@ -21,7 +21,7 @@ class Tramway::SportSchool::TrainerDecorator < ::Tramway::Core::ApplicationDecor
21
21
 
22
22
  alias title full_name
23
23
 
24
- delegate_attributes :photo, :degree, :description
24
+ delegate_attributes :photo, :degree, :description
25
25
 
26
26
  def view_state
27
27
  object.human_view_state_name
@@ -41,6 +41,7 @@ module Tramway::SportSchool::Generators
41
41
  add_found_date_to_tramway_sport_school_institutions
42
42
  add_name_to_tramway_sport_school_institutions
43
43
  add_main_image_to_tramway_sport_school_institutions
44
+ add_favicon_to_tramway_sport_school_institutions
44
45
  ]
45
46
  migrations.each do |migration|
46
47
  migration_template "#{migration}.rb", "db/migrate/#{migration}.rb"
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class AddFaviconToTramwaySportSchoolInstitutions < ActiveRecord::Migration[5.1]
4
+ def change
5
+ add_column :tramway_sport_school_institutions, :favicon, :text
6
+ end
7
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module SportSchool
5
- VERSION = '1.2.12'
5
+ VERSION = '1.2.12.1'
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.12
4
+ version: 1.2.12.1
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-03-30 00:00:00.000000000 Z
11
+ date: 2020-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg
@@ -88,6 +88,7 @@ files:
88
88
  - lib/tramway/sport_school/generates/templates/add_description_to_tramway_sport_school_kind_sports.rb
89
89
  - lib/tramway/sport_school/generates/templates/add_description_to_tramway_sport_school_trainers.rb
90
90
  - lib/tramway/sport_school/generates/templates/add_document_type_to_tramway_sport_school_documents.rb
91
+ - lib/tramway/sport_school/generates/templates/add_favicon_to_tramway_sport_school_institutions.rb
91
92
  - lib/tramway/sport_school/generates/templates/add_found_date_to_tramway_sport_school_institutions.rb
92
93
  - lib/tramway/sport_school/generates/templates/add_image_to_tramway_sport_school_kind_sports.rb
93
94
  - lib/tramway/sport_school/generates/templates/add_ll_to_tramway_sport_school_institutions.rb