forest_liana 1.9.5 → 1.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -113,7 +113,7 @@ module ForestLiana
113
113
  assert_routing({
114
114
  method: 'get', path: ':collection/:id/intercom_conversations'
115
115
  }, {
116
- controller: 'forest_liana/intercom', action: 'user_conversations',
116
+ controller: 'forest_liana/intercom', action: 'conversations',
117
117
  collection: ':collection', id: ':id'
118
118
  })
119
119
  assert_routing({
@@ -122,6 +122,12 @@ module ForestLiana
122
122
  controller: 'forest_liana/intercom', action: 'attributes',
123
123
  collection: ':collection', id: ':id'
124
124
  })
125
+ assert_routing({
126
+ method: 'get', path: '(*collection)_intercom_conversations/:conversation_id'
127
+ }, {
128
+ controller: 'forest_liana/intercom', action: 'conversation',
129
+ collection: '(*collection)', conversation_id: ':conversation_id'
130
+ })
125
131
 
126
132
  # Devise support
127
133
  assert_routing({
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5
4
+ version: 1.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-19 00:00:00.000000000 Z
11
+ date: 2017-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -175,6 +175,7 @@ files:
175
175
  - app/services/forest_liana/has_many_dissociator.rb
176
176
  - app/services/forest_liana/has_many_getter.rb
177
177
  - app/services/forest_liana/intercom_attributes_getter.rb
178
+ - app/services/forest_liana/intercom_conversation_getter.rb
178
179
  - app/services/forest_liana/intercom_conversations_getter.rb
179
180
  - app/services/forest_liana/line_stat_getter.rb
180
181
  - app/services/forest_liana/operator_date_interval_parser.rb