tramway-sport_school 1.2.10.3 → 1.2.10.4

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: 75129d8ad8e15d341bc2948a3d6324fcbf9b6ea07652f82c03b5f4275e72b7d4
4
- data.tar.gz: 4e2ffdbf63dee0c6a534234c4b9132d79ab7fef982c7faaf4f484b143f02bd94
3
+ metadata.gz: 3bcd761088fa6f680786dc412cba62fb86288992adb2f73e44d4ec1267f6e9fe
4
+ data.tar.gz: 75cf44491464c0d50cbd1d82041bbe63c800255fbce68298772c545041d02a7a
5
5
  SHA512:
6
- metadata.gz: dae327baeaf3c1fb647db1b9774c459ca97db614c32239d9e614fcc0baa197dfa355bbe330f4f1710a1e7343b5a005c77843ba1930131286817fd34e1d38a83e
7
- data.tar.gz: 7dec03cc004b7a6b2655256e679008fbf1c53207436321832f5758200f944b0e75e03472be4a21361db9b2df8d30329e053ae4f22196939f0af6cde3cb123a12
6
+ metadata.gz: 8b88325974e7a0c19f92b399b63bab80582bdeab9d9d44cd5e55b8190ff32d482b2f48b3cb2385e4b52c8ee4dec88f2c50593206a4338aff72d0deb9a4f7ed04
7
+ data.tar.gz: 0ea30210faa598ede7c17cd3c9032a662d6b0b3957b56c99ce6917b05ba15b7d79e58913bb4397fa32e879b6ac2f5a7f79f571c4681f4f6ea803e3906344f246
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::SportSchool::DocumentForm < ::Tramway::Core::ApplicationForm
3
+ class Admin::Tramway::SportSchool::DocumentForm < ::Tramway::Core::ApplicationForm
4
4
  properties :title, :file, :view_state_event, :document_type
5
5
 
6
6
  def initialize(object)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::SportSchool::InstitutionForm < ::Tramway::Core::ApplicationForm
3
+ class Admin::Tramway::SportSchool::InstitutionForm < ::Tramway::Core::ApplicationForm
4
4
  properties :title, :tagline, :logo, :state, :phone, :address, :longtitude, :latitude, :url, :found_date
5
5
 
6
6
  def initialize(object)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::SportSchool::KindSportForm < ::Tramway::Core::ApplicationForm
3
+ class Admin::Tramway::SportSchool::KindSportForm < ::Tramway::Core::ApplicationForm
4
4
  properties :title, :view_state, :image, :description
5
5
 
6
6
  def initialize(object)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::SportSchool::OrganizationForm < ::Tramway::Core::ApplicationForm
3
+ class Admin::Tramway::SportSchool::OrganizationForm < ::Tramway::Core::ApplicationForm
4
4
  properties :title, :description, :logo, :organization_type, :state, :view_state_event, :link
5
5
 
6
6
  def initialize(object)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::SportSchool::TrainerForm < ::Tramway::Core::ApplicationForm
3
+ class Admin::Tramway::SportSchool::TrainerForm < ::Tramway::Core::ApplicationForm
4
4
  properties :first_name, :last_name, :patronymic, :photo, :degree, :view_state_event, :description
5
5
 
6
6
  def initialize(object)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module SportSchool
5
- VERSION = '1.2.10.3'
5
+ VERSION = '1.2.10.4'
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.10.3
4
+ version: 1.2.10.4
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-30 00:00:00.000000000 Z
11
+ date: 2020-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg
@@ -48,11 +48,11 @@ files:
48
48
  - app/decorators/tramway/sport_school/kind_sport_decorator.rb
49
49
  - app/decorators/tramway/sport_school/organization_decorator.rb
50
50
  - app/decorators/tramway/sport_school/trainer_decorator.rb
51
- - app/forms/tramway/sport_school/document_form.rb
52
- - app/forms/tramway/sport_school/institution_form.rb
53
- - app/forms/tramway/sport_school/kind_sport_form.rb
54
- - app/forms/tramway/sport_school/organization_form.rb
55
- - app/forms/tramway/sport_school/trainer_form.rb
51
+ - app/forms/admin/tramway/sport_school/document_form.rb
52
+ - app/forms/admin/tramway/sport_school/institution_form.rb
53
+ - app/forms/admin/tramway/sport_school/kind_sport_form.rb
54
+ - app/forms/admin/tramway/sport_school/organization_form.rb
55
+ - app/forms/admin/tramway/sport_school/trainer_form.rb
56
56
  - app/helpers/tramway/sport_school/application_helper.rb
57
57
  - app/helpers/tramway/sport_school/web/welcome_helper.rb
58
58
  - app/jobs/tramway/sport_school/application_job.rb