tramway-conference 1.9 → 1.9.0.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: 2beb2a282e77105cb33153396363229a90413e699be4a6287fa092c464a1e781
4
- data.tar.gz: 0b5ac36dde1cec6ad6fb214ec615c5be41baf9864f588edbce203bac3cc4ae57
3
+ metadata.gz: 7056a4851a68af5df70b72be584ebdc378a1de35c23fdeaaf67781c7ce57515a
4
+ data.tar.gz: 8133dd8802f3a9a33951190ee6acc5c93e7d39987c79bb3d43654f782ee1a318
5
5
  SHA512:
6
- metadata.gz: f58d3cfb99da0c890c5b4c82a573c4712ec4226cd90340dce4a17827ae592b731279b00cebb77282807bb8491d143adcfeaeecfe84f300db159b87fb229eb591
7
- data.tar.gz: a7a8592462e2a36274408af6cd387add76eb06d10eda544ed00b0319f35c7ef52fdd8d027ef47ba3bb7c4dc03123f747ec7413884c10e9864623b49d28e6014e
6
+ metadata.gz: 40b549f87941a984a022ab80b6eae308cc92c4ee01e455cd593b6de66e656089ff003fff46560e4f99ff9571e65db49faf5f277011847120c742fd62c04ad0a3
7
+ data.tar.gz: dbdacd98c63d8fdb213e97fa57a7a925c3369d28fd85a3efb15be8f09a1066c952a305342d6f9eaf011f986f83fb24eff636db390c772414ca9d9f464824a582
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::Conference::UnityForm < ::Tramway::Core::ApplicationForm
3
+ class Admin::Tramway::Conference::UnityForm < ::Tramway::Core::ApplicationForm
4
4
  properties :title, :tagline, :logo, :state, :phone, :address, :longtitude, :latitude, :url, :found_date, :email
5
5
 
6
6
  def initialize(object)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Conference
5
- VERSION = '1.9'
5
+ VERSION = '1.9.0.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.9'
4
+ version: 1.9.0.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-02-06 00:00:00.000000000 Z
12
+ date: 2020-02-11 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Engine for Conference web sites
15
15
  email:
@@ -30,7 +30,7 @@ files:
30
30
  - app/controllers/tramway/conference/web/welcome_controller.rb
31
31
  - app/decorators/tramway/conference/unity_decorator.rb
32
32
  - app/decorators/tramway/event/event_as_page_with_button_decorator.rb
33
- - app/forms/tramway/conference/unity_form.rb
33
+ - app/forms/admin/tramway/conference/unity_form.rb
34
34
  - app/helpers/tramway/conference/application_helper.rb
35
35
  - app/helpers/tramway/conference/web/welcome_helper.rb
36
36
  - app/jobs/tramway/conference/application_job.rb