tramway-sport_school 1.2.2 → 1.2.2.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: df508c9500e5d582bcfdd1c88edf1e7c7178e9a32584c1f204f8e9b2dfc3da6d
4
- data.tar.gz: 4bc934c6be475e825e4375c2060eb6eee77456389abafe3eff4358671975f76e
3
+ metadata.gz: 0076db827050e25a81dfab8bd176f967e76311c998bfca779ba73035e8b907d8
4
+ data.tar.gz: 3a419d74d63fbfe0fb743777d1d83c36648329cd3828c5906537cbb5105c7e7c
5
5
  SHA512:
6
- metadata.gz: 5851163f03c94c86d508bdc91c444947eab9aaaadc8347872dec9b7fddd58addd979f8f881f983940bb1d1f0ba6d67590a0a75c1f40f1bcecd5d61a02e540502
7
- data.tar.gz: 8b77617397753d10832b6e26d3482934fa97a0d4e28117736b8acab1c72239880d4e6d3c60dd8e4036048dd264b561a9ff2895ac010cb393c8b964379a434eab
6
+ metadata.gz: 7445984c7be9e5ae0bef64cb7ab685dce4768018269df1f264b46bc6833eedf9fb8566a9fdd6b313f55544dbe8ef7708704ef7ad57de79dae367e0aac20e817c
7
+ data.tar.gz: 6b92b839301393e951f2626f90d679f14d674740de1bc3135e9c5f79be14411c36ec6879ef34785e3996e93de1b3c59da21a9238c856f08ee2f050d6c538c9c6
@@ -14,5 +14,6 @@ class Tramway::SportSchool::Web::WelcomeController < ::Tramway::SportSchool::App
14
14
  @provision_documents = ::Tramway::SportSchool::Document.published.provision.map { |t| ::Tramway::SportSchool::Cards::DocumentDecorator.new t }
15
15
  @headers_documents = ::Tramway::SportSchool::Document.published.headers.map { |t| ::Tramway::SportSchool::Cards::DocumentDecorator.new t }
16
16
  @finance_documents = ::Tramway::SportSchool::Document.published.finance.map { |t| ::Tramway::SportSchool::Cards::DocumentDecorator.new t }
17
+ @materially_documents = ::Tramway::SportSchool::Document.published.materially.map { |t| ::Tramway::SportSchool::Cards::DocumentDecorator.new t }
17
18
  end
18
19
  end
@@ -48,3 +48,4 @@
48
48
  - @collection_provision = @provision_documents
49
49
  - @collection_headers = @headers_documents
50
50
  - @collection_finance = @finance_documents
51
+ - @collection_materially = @materially_documents
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module SportSchool
3
- VERSION = '1.2.2'
3
+ VERSION = '1.2.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-sport_school
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov