tramway-event 1.9.24 → 1.9.24.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: b5958b4032cf120b5f9d0f7cf4ebe18f17ec2ebb44cc2ec71dc6b1d51b7454d6
4
- data.tar.gz: 2c5a343cb390eaee3c3cee050d1fa2d89b028facb49c1e512a312d90ff4f79b9
3
+ metadata.gz: ff89685223593f305e6e2468ce673aeea92de0fee60ec9a9016583485e637543
4
+ data.tar.gz: 636065e3f8eb3ac328b937ab8c8f888f3d7ef8b4a1b599ebe3ef0ce40dd0cd42
5
5
  SHA512:
6
- metadata.gz: c5c7549fe496068b3a0952e97ff938894e35378af15e8968495b925a11e65d586a8784235a38170a72fb11f8ad09864678a8574643ba8d4ea87715617992e67a
7
- data.tar.gz: 9c8578d4c7b5eecaf097e08a3653a85eb38688346f569209c8280e28de389ad5048936963b12a34ff5d397fdb7677d6a120f0d4051299ec07126dab3ca1b9eaa
6
+ metadata.gz: 5d73b236fccb8b28bced3e9068365330d5646dd6ab33bd1dfe798f50bda2acad85665ab618b085bcec75dbbbe75b13385f06543fd6e87a380c2449c09a9017df
7
+ data.tar.gz: b9861ee6079d9e713c76b1af5a85f76b36fedf046890396b6e0b390cef31ff1ce161ba2dfd16d10ec334cb461b12d2496aa20abcf1d43eaf780c8eb1bcc60a61
@@ -3,7 +3,7 @@
3
3
  require 'securerandom'
4
4
 
5
5
  class Tramway::Event::ParticipantForm < ::Tramway::Core::ApplicationForm
6
- properties :participation_state, :comment
6
+ properties :participation_state_event, :comment
7
7
  association :event
8
8
 
9
9
  def self.new(object)
@@ -12,7 +12,7 @@ class Tramway::Event::ParticipantForm < ::Tramway::Core::ApplicationForm
12
12
  SecureRandom.hex,
13
13
  object.event,
14
14
  comment: :string,
15
- participation_state: :string
15
+ participation_state_event: :string
16
16
  ).new object
17
17
  else
18
18
  super(object).tap do |obj|
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Event
5
- VERSION = '1.9.24'
5
+ VERSION = '1.9.24.1'
6
6
  end
7
7
  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: 1.9.24
4
+ version: 1.9.24.1
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-23 00:00:00.000000000 Z
11
+ date: 2020-01-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails engine for events
14
14
  email: