tramway-sport_school 1.2.11.3 → 1.2.12

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: 376293a007dfbe5b299bd53518c0fcb0b052dc63793a6f5a12593e4f60daa1c8
4
- data.tar.gz: 394a884525c6186e379875abea25d8ed1488af76b07571cd7ce6e851e45ea488
3
+ metadata.gz: e32e9656db9ed4369ce99cb5b68936fb11983b2493f04a79eda6e0a03b1aab03
4
+ data.tar.gz: db23cf866785de5be7d12eea83dfb1e10977483507be601b3bfcbd09c07bca78
5
5
  SHA512:
6
- metadata.gz: 6b55b2aa5d18097d91a7921604c233d2ae48305eb956de485afc98dfc3707caa806a8c10b4a70d783951b8e38d071a19296a5ecd328e6fa90378eb80e5bd32b5
7
- data.tar.gz: 4726465f0d8b0dce36f8459851ee42f532e4d5b818c06b781002a58e8186c7040521ff373635b843fd74a072ad3e0f2233b843b1f6f9062d38a485df31450d18
6
+ metadata.gz: 8807fcff43f24453aa68fa7653c5c258bb70d6f287a7efba9137427854aa8adbab4d6f00a72eb0d438eee8b6f87e6163bb2858396f0dce97df707a0990de07e4
7
+ data.tar.gz: d4f1d9dd5ea0c4266700d7333036993eafe105f52592db0699525b1381d897800b8eaebf0c026fe29d0eebc72385bf5f4d9504f6fc244313a900a58134d151ed
@@ -40,6 +40,7 @@ module Tramway::SportSchool::Generators
40
40
  add_url_to_tramway_sport_school_institutions
41
41
  add_found_date_to_tramway_sport_school_institutions
42
42
  add_name_to_tramway_sport_school_institutions
43
+ add_main_image_to_tramway_sport_school_institutions
43
44
  ]
44
45
  migrations.each do |migration|
45
46
  migration_template "#{migration}.rb", "db/migrate/#{migration}.rb"
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class AddMainImageToTramwaySportSchoolInstitutions < ActiveRecord::Migration[5.1]
4
+ def change
5
+ add_column :tramway_sport_school_institutions, :main_image, :text
6
+ end
7
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module SportSchool
5
- VERSION = '1.2.11.3'
5
+ VERSION = '1.2.12'
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.11.3
4
+ version: 1.2.12
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-19 00:00:00.000000000 Z
11
+ date: 2020-03-30 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_main_image_to_tramway_sport_school_institutions.rb
94
95
  - lib/tramway/sport_school/generates/templates/add_name_to_tramway_sport_school_institutions.rb
95
96
  - lib/tramway/sport_school/generates/templates/add_state_to_tramway_sport_school_kind_sports.rb
96
97
  - lib/tramway/sport_school/generates/templates/add_url_to_tramway_sport_school_institutions.rb