tramway-event 0.2 → 0.3

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: b22ae6f73b2b6cf206d19d4a02409bf52c33333e941d9ceb5cd2b763d9f8681e
4
- data.tar.gz: 53b210e5a819d93a4f0513455747cb35a3e3262d5c1b588fb365ae0428c5aeed
3
+ metadata.gz: ebc19b336a73e7894a5e72575ee42bb05072289d28580608d4e78ac2cf71069e
4
+ data.tar.gz: df34e22424f2ac690de22bcd515ec2ac9b290cf9a99abc833eac16c5d9a5fefc
5
5
  SHA512:
6
- metadata.gz: 65aa858353c98836235acc260f41039e56c49087c9b4aafadf53c3ef7e159533de552fe2fa6c557e592fd4598447be38e931c709805e2776630d256b02426ae4
7
- data.tar.gz: e4682df231a05059ef37a46406c07fb129a24d8901afd4970f36541cc3d156517f76e1e05eac45564290628a491b190df3af5350fb66a5a1f7a5cc2f93a560e9
6
+ metadata.gz: 7f085a7c88b40e402ead07ec6a2bed1014c76ed5b80f95560c53104e3b8d050ca271aa79153560835ca5f21365917bfc24ba818fbcfc8e9b217b4651a2bb2f8c
7
+ data.tar.gz: 56c85189d034c25e04bba1751c8816804be2f4b67df16f58a18a359104aab88f4128fb33aaced0aeb82d7351aea4707b9c348994fd3ce09196cdb02745302882
@@ -0,0 +1,7 @@
1
+ class Tramway::Event::EventLinkDecorator < ::Tramway::Core::ApplicationDecorator
2
+ delegate :title, to: :object
3
+
4
+ def link
5
+ ''
6
+ end
7
+ end
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Event
3
- VERSION = '0.2'
3
+ VERSION = '0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-event
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-30 00:00:00.000000000 Z
11
+ date: 2018-09-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails engine for events
14
14
  email:
@@ -25,6 +25,7 @@ files:
25
25
  - app/assets/stylesheets/tramway/event/application.css
26
26
  - app/controllers/tramway/event/application_controller.rb
27
27
  - app/decorators/tramway/event/event_decorator.rb
28
+ - app/decorators/tramway/event/event_link_decorator.rb
28
29
  - app/forms/tramway/event/event_form.rb
29
30
  - app/helpers/tramway/event/application_helper.rb
30
31
  - app/jobs/tramway/event/application_job.rb