tramway-event 1.9.21 → 1.9.21.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: 23b6d4b3797c9dc68f6a47ea3d6f9199568bab0688422236099896f89f407ffe
4
- data.tar.gz: 3310652fe1384b45bbaaed20264b4823c1225c919d898b1d36ecd75c51aafb92
3
+ metadata.gz: 05f7f0f7f06ebdf7373ba320b926319f14bd08aa0b6d30d5799d534cc7f4a3d3
4
+ data.tar.gz: 58d618005134bd70959d7d125d57d379dc0f328c6e07e8a2e3fc39de96e41564
5
5
  SHA512:
6
- metadata.gz: b7a0415ea480145cd4223cb400ad81f691cf680106c893cec740b35cac9903c7e611fa684d01348fab3fda8d293cf6260faf5aef4075fda9cd35712d1b11b908
7
- data.tar.gz: ed5a217f7b7742d31a642e922550f8668a0df65a4fa2b09829c50499c8dff20b8e1592162db975747173dfa19d3dbf9fe9a1ea84abe0955d2f0df4b2a1312031
6
+ metadata.gz: 12a20b93a75b062f5e6ba60fdc3fe5183da8de9482f9c72b43e50fc6ca9f22562a158083d63abab44dda8397bcb3798186796a78e4e24d1ea2663a19c9ce07b4
7
+ data.tar.gz: 22f44583d305e30750a12f0f40bf76281b95fe6de16f06f0f59eb1aba5b2927c5a6bc574d2c419cce94cf0ca16ee88a2f4ef9ad2c5387bda3d3de6538b670198
@@ -8,4 +8,4 @@
8
8
  ::Tramway::Event::Partaking,
9
9
  ::Tramway::Event::Place,
10
10
  project: :event)
11
- ::Tramway::Admin.set_notificable_queries new_participants: -> { ::Tramway::Event::Participant.where(participation_state: :requested) }
11
+ ::Tramway::Admin.set_notificable_queries new_participants: -> { ::Tramway::Event::Participant.active.where(participation_state: :requested) }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Event
5
- VERSION = '1.9.21'
5
+ VERSION = '1.9.21.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.21
4
+ version: 1.9.21.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-16 00:00:00.000000000 Z
11
+ date: 2020-01-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails engine for events
14
14
  email: