tramway-conference 1.8.14 → 1.8.14.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: 39fad41a25957107229ca5b260a8ff8d8254571b1a1818508a5bbff5639dae02
4
- data.tar.gz: 7c871a685c72d73eaa68a7701d203542b2417ef5900045b4591e3fc955352d1e
3
+ metadata.gz: c0784bb7db064d62dce0b7ddd09b2df4d9213291a13131c4108284b9e1ae3db6
4
+ data.tar.gz: 4ba800e7f46504e0474d1ef6e9a4be48126e3d33b63003dcfbf3c9b5d61c54b3
5
5
  SHA512:
6
- metadata.gz: 49aa82414d0a809d566a72175c57cdaaaaf9919457e16935c5359e6bc93f0c8deef92487af93d4f24840fa8053c146d2e10ba1fd604b34b810086d06a554d5c5
7
- data.tar.gz: cf9dcd8b01d1af9df9a5f4c4b8669076890952eaa529f70eb2199a8a59146b89f528acfbea68e6e7d80e697d1d52be6ddd497f90c0e0e0da76c396820c92fb8b
6
+ metadata.gz: 0d83cfe6bb83da29adc6897ba8da50ae4bee964ab7394a4abd028ddca7794692dfc2244b7578e2850dc69c29d1f67d1c89373d6c071a2ffa13a23d12662daf54
7
+ data.tar.gz: 7a216da66f7d5be4e6e6978c807a6b31d5dee14cdee3453aa6781e2bdfaec2e11946ccb2285bb458964d4473ea47bb4d15bbb3eefe0577458d71c17dec5e7d73
data/README.md CHANGED
@@ -22,6 +22,16 @@ $ rails db:create db:migrate
22
22
  $ rails tramway:conference:prepare
23
23
  ```
24
24
 
25
+ #### Versions table
26
+
27
+ Versions table
28
+
29
+ | tramway-conference | tramway-event | tramway-landing |
30
+ | ------------------ | ------------- | --------------- |
31
+ | < 1.8.14.1 | < 1.9.27.2 | 1.x |
32
+ | >= 1.8.14.1 | >= 1.9.27.2 | 2.x |
33
+
34
+
25
35
  ## Contributing
26
36
  Contribution directions go here.
27
37
 
@@ -1,7 +1,3 @@
1
- = content_for :head_content do
2
- = stylesheet_link_tag 'tramway/conference/application', media: 'all'
3
- = javascript_include_tag 'tramway/conference/application'
4
-
5
1
  = content_for :application_name do
6
2
  = @application&.title || t('application.name')
7
3
 
@@ -31,7 +27,6 @@
31
27
 
32
28
  - @collection_news = @news
33
29
 
34
-
35
30
  - if @main_event.present?
36
31
  - content_for :main_image do
37
32
  = request.protocol + request.host_with_port + @main_event.background.url
@@ -5,3 +5,7 @@
5
5
  ::Tramway::Admin.set_available_models ::Tramway::User::User, project: :conference
6
6
  ::Tramway::Profiles.records = [::Tramway::Conference::Unity]
7
7
  ::Tramway::Core.initialize_application model_class: ::Tramway::Conference::Unity
8
+ ::Tramway::Landing.head_content = lambda do
9
+ concat stylesheet_link_tag 'tramway/conference/application', media: 'all'
10
+ concat javascript_include_tag 'tramway/conference/application'
11
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Conference
5
- VERSION = '1.8.14'
5
+ VERSION = '1.8.14.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-conference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.14
4
+ version: 1.8.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Korotin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-01-22 00:00:00.000000000 Z
12
+ date: 2020-01-29 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Engine for Conference web sites
15
15
  email: