think_feel_do_engine 3.12.5 → 3.12.6

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
  SHA1:
3
- metadata.gz: 7c424bf129d83b553ad5026cdcc2dcffef8661b9
4
- data.tar.gz: f908680e54c34dd2cf8889196ae5250200b4810e
3
+ metadata.gz: c3fffe4a168f907910af2bc73c8751dffdc7e97e
4
+ data.tar.gz: 00ec4ed7cfd3ce1e6366447da23129f210220259
5
5
  SHA512:
6
- metadata.gz: daffa05c180b0cd7f4f9b8addb0fe8bdbae3c29cb63454ee8930aa79b8e7aef544843ed826a3cfed69d13e39aa15d9f9856e10910d6d3fc2d1c6ad249d0479d2
7
- data.tar.gz: 272318ee0392c0d501cabfccb50454f0a22e26b154927bd8915cd014cf8b7c11f709f7669143dfdf464eb1ca654dda387979fe4e680b6402ad59f9108e07bedf
6
+ metadata.gz: c424d52d40d995759051c283f1288bdd3a511e7a6aea4a2b65e704ba574fe9a7fa00834a9975cbfaa56c713b27247e0287cd587958d34292a491e3ad92a60fa9
7
+ data.tar.gz: 33f7ba0ea5118148b2f4e4bbc6a6f427d24b4bba3c2cc0496382a1f3161cd45a66d385b8ec5933f9d63eb6f358112f26982fd65b3bd8ca14965c1e3991b1bc56
@@ -8,11 +8,12 @@ module ThinkFeelDoEngine
8
8
  end
9
9
 
10
10
  def self.all
11
- Participant.select(:id, :study_id).map do |participant|
11
+ Participant.select(:id, :study_id, :is_admin).map do |participant|
12
12
  EventCapture::Event.where(participant_id: participant.id)
13
13
  .map do |event|
14
14
  {
15
15
  participant_id: participant.study_id,
16
+ is_admin: participant.is_admin,
16
17
  emitted_at: event.emitted_at.iso8601,
17
18
  current_url: event.current_url,
18
19
  headers: event.headers,
@@ -1,4 +1,4 @@
1
1
  # nodoc
2
2
  module ThinkFeelDoEngine
3
- VERSION = "3.12.5"
3
+ VERSION = "3.12.6"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: think_feel_do_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.5
4
+ version: 3.12.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Carty-Fickes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-04 00:00:00.000000000 Z
11
+ date: 2016-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails