station 0.0.111 → 0.0.112

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: fb154e93b4b93526c7ef04c9a813a298c2b8d39fe37cdd16e162d6f36548c8d7
4
- data.tar.gz: 9830557ae8e8c30312f4410ed74b17e4c8b37e41c9bf37d2450b9ef3cbff0eaf
3
+ metadata.gz: dc0f6a5504a7c81bcb3a4be8d56c2afd020affaed9d31b0e200563f769ea863b
4
+ data.tar.gz: 94ec0827029739d8084d50cef7858fd10bfeaac0d7d3ec7f154aeed57aa6f272
5
5
  SHA512:
6
- metadata.gz: 456b2465bba91fa4e3090d1c4f15aff9370c7d232ef16a32fdffd23d29df62d4cab01c72c93e7a756844dd919759397fbe9eadd1e4f5e0a08229eb9c973d3305
7
- data.tar.gz: eeec9d0034905c15213572118111abd77529b13adac34cfbb9d6133c8f0972abc748a921df4ca4cd36d7e6cb04e6c1dbc86fe34d386751242910b60fac0d98dc
6
+ metadata.gz: 2643a342aca51a40e4f98f355f9816c1fbb191ac7393fa594351391e91788c22f78ed44cd207939fcbf08739e999a1bd46aeb649e1d1ce8478525b94c420f4b4
7
+ data.tar.gz: 99eff5cef6b2022518aabfe9bbedc55a5559ef706ba8a26ddba15868e338d65c9272c41e2754403dede3173990ddbaa8882233c440d008ad7868c1fe93144111
@@ -136,6 +136,11 @@ gem 'actionpack-page_caching', github: 'rails/actionpack-page_caching'
136
136
 
137
137
  gem 'sassc-rails', '~> 2.1'
138
138
 
139
+ gem 'gmaps4rails', '2.1.2'
140
+
141
+ # Create beautiful JavaScript charts with one line of Ruby
142
+ gem 'chartkick', '3.4.2'
143
+
139
144
  group :development, :test do
140
145
  gem 'awesome_print'
141
146
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
@@ -122,6 +122,7 @@ GEM
122
122
  rack-test (>= 0.6.3)
123
123
  regexp_parser (~> 1.5)
124
124
  xpath (~> 3.2)
125
+ chartkick (3.4.2)
125
126
  coderay (1.1.3)
126
127
  coffee-rails (5.0.0)
127
128
  coffee-script (>= 2.2.0)
@@ -185,6 +186,7 @@ GEM
185
186
  geocoder (1.6.4)
186
187
  globalid (0.4.2)
187
188
  activesupport (>= 4.2.0)
189
+ gmaps4rails (2.1.2)
188
190
  gravatar_image_tag (1.2.0)
189
191
  greenhouse_io (2.5.0)
190
192
  httmultiparty (~> 0.3.16)
@@ -294,7 +296,7 @@ GEM
294
296
  neatjson (0.9)
295
297
  nenv (0.3.0)
296
298
  netrc (0.11.0)
297
- newrelic_rpm (6.14.0)
299
+ newrelic_rpm (6.15.0)
298
300
  nexmo-oas-renderer (2.6.0)
299
301
  activemodel (~> 6.0)
300
302
  activesupport (~> 6.0)
@@ -554,6 +556,7 @@ DEPENDENCIES
554
556
  bugsnag
555
557
  byebug
556
558
  capybara
559
+ chartkick (= 3.4.2)
557
560
  coffee-rails (~> 5.0)
558
561
  colorize
559
562
  countries
@@ -565,6 +568,7 @@ DEPENDENCIES
565
568
  faker (= 2.15.1)
566
569
  ffi (>= 1.9.24)
567
570
  geocoder
571
+ gmaps4rails (= 2.1.2)
568
572
  gravatar_image_tag (= 1.2.0)
569
573
  greenhouse_io
570
574
  groupdate (= 5.2.1)
@@ -1,6 +1,5 @@
1
1
  class DashboardController < ApplicationController
2
2
  before_action :authenticate_admin!
3
- before_action :set_additional_scripts
4
3
 
5
4
  def stats
6
5
  @feedbacks = Feedback::Feedback.created_between(created_after, created_before)
@@ -104,10 +103,6 @@ class DashboardController < ApplicationController
104
103
 
105
104
  private
106
105
 
107
- def set_additional_scripts
108
- @additional_scripts = ['stats']
109
- end
110
-
111
106
  def ignore_languages
112
107
  return params[:ignore].split(',') if params[:ignore].present?
113
108
 
@@ -7,13 +7,14 @@ class ImprovePagePresenter
7
7
  @github_url ||= "https://github.com/#{docs_repo}/blob/#{ENV.fetch('branch', 'master')}/#{path_to_url}"
8
8
  end
9
9
 
10
- private
11
-
12
- def path_to_url
13
- @document_path&.gsub("#{Rails.configuration.docs_base_path}/", '')
10
+ def docs_repo
11
+ @docs_repo ||= begin
12
+ path_to_url.start_with?('lib/nexmo_developer/app/') ? 'nexmo/station' : YAML.safe_load(File.open("#{Rails.configuration.docs_base_path}/config/business_info.yml"))['docs_repo']
13
+ end
14
14
  end
15
15
 
16
- def docs_repo
17
- @docs_repo ||= YAML.safe_load(File.open("#{Rails.configuration.docs_base_path}/config/business_info.yml"))['docs_repo']
16
+ def path_to_url
17
+ @document_path&.gsub!("#{Rails.configuration.docs_base_path}/", '')
18
+ @document_path.start_with?('app/') ? @document_path.prepend('lib/nexmo_developer/') : @document_path
18
19
  end
19
20
  end
@@ -126,6 +126,16 @@ They auto-magically color when you use verbs like [POST] or [DELETE]
126
126
  |
127
127
  | Nullam id dolor id nibh ultricies vehicula ut id elit. Donec ullamcorper nulla non metus auctor fringilla. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
128
128
 
129
+ ````
130
+ | ### Click me
131
+ |
132
+ | Here is some hidden content.
133
+ |
134
+ | Markdown _still_ works `here`!
135
+ |
136
+ | Nullam id dolor id nibh ultricies vehicula ut id elit. Donec ullamcorper nulla non metus auctor fringilla. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
137
+ ````
138
+
129
139
  | ### Alpha
130
140
  |
131
141
  | Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ullamcorper nulla non metus auctor fringilla.
@@ -134,14 +144,32 @@ They auto-magically color when you use verbs like [POST] or [DELETE]
134
144
  |
135
145
  | Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec id elit non mi porta gravida at eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo.
136
146
 
147
+ ````
148
+ | ### Alpha
149
+ |
150
+ | Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ullamcorper nulla non metus auctor fringilla.
151
+ |
152
+ | Donec id elit non mi porta gravida at eget metus. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nulla vitae elit libero, a pharetra augue. Donec sed odio dui. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cras mattis consectetur purus sit amet fermentum.
153
+ |
154
+ | Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec id elit non mi porta gravida at eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo.
155
+ ````
156
+
137
157
  **Tooltips (custom plugin)**
138
158
 
139
159
  Find out ^[more](Tooltips are useful for when you have more information to convey, but don't want to break context.).
140
160
 
161
+ ````
162
+ Find out ^[more](Tooltips are useful for when you have more information to convey, but don't want to break context.).
163
+ ````
164
+
141
165
  ## Images
142
166
 
143
167
  ![Please always add alt-text](https://media.giphy.com/media/pDTLSpqNvNxlu/giphy.gif)
144
168
 
169
+ ````
170
+ ![Please always add alt-text](https://media.giphy.com/media/pDTLSpqNvNxlu/giphy.gif)
171
+ ````
172
+
145
173
  > Images should be used sparingly, try to avoid using screenshots that might go out of date.
146
174
  >
147
175
  > Also... Please ALWAYS write descriptive alt text.
@@ -183,8 +211,6 @@ See our detailed [code examples guide](/contribute/guides/code-examples) for adv
183
211
  ## Tables
184
212
 
185
213
  > Pipes should only be between cells. Two hyphens `--` should be used to 'underline' the headings.
186
- >
187
- > You'll have to view the `markdown-guide.md` source to see how since showing you the syntax would result in it being processed.
188
214
 
189
215
  | Key | Description |
190
216
  | ------------ | ------------------------------------------------------------------------------------------ |
@@ -192,6 +218,14 @@ See our detailed [code examples guide](/contribute/guides/code-examples) for adv
192
218
  | `API_KEY` | You can find this in your [account overview](https://dashboard.nexmo.com/account-overview) |
193
219
  | `API_SECRET` | You can find this in your [account overview](https://dashboard.nexmo.com/account-overview) |
194
220
 
221
+ ````
222
+ | Key | Description |
223
+ | ------------ | ------------------------------------------------------------------------------------------ |
224
+ | `TO_NUMBER` | The number you are sending the SMS to |
225
+ | `API_KEY` | You can find this in your [account overview](https://dashboard.nexmo.com/account-overview) |
226
+ | `API_SECRET` | You can find this in your [account overview](https://dashboard.nexmo.com/account-overview) |
227
+ ````
228
+
195
229
  ## Tabbed Content (custom plugin)
196
230
 
197
231
  To use the tabbed content block, add a section like this to your markdown to point out where the directory holding the examples is:
@@ -70,7 +70,7 @@
70
70
  { name: 'Neutral', color: '#e1e2e6', data: @feedbacks.neutral.group_by_week('feedback_feedbacks.created_at').count },
71
71
  { name: 'Negative', color: '#ea5353', data: @feedbacks.negative.group_by_week('feedback_feedbacks.created_at').count },
72
72
  ],
73
- stacked: true
73
+ stacked: true, defer: true
74
74
  ) %>
75
75
 
76
76
  <%
@@ -109,7 +109,7 @@
109
109
  { name: 'Neutral', color: '#e1e2e6', data: neutral },
110
110
  { name: 'Negative', color: '#ea5353', data: negative },
111
111
  ],
112
- stacked: true
112
+ stacked: true, defer: true
113
113
  ) %>
114
114
 
115
115
  <hr>
@@ -76,11 +76,7 @@
76
76
  <%= javascript_include_tag 'application', defer: true %>
77
77
 
78
78
  <%= javascript_packs_with_chunks_tag 'application', defer: true %>
79
- <% if @additional_scripts %>
80
- <% @additional_scripts.each do |script| %>
81
- <%= javascript_include_tag script %>
82
- <% end %>
83
- <% end %>
79
+
84
80
  <% if ENV['ENVIRONMENT_SCRIPTS'] %>
85
81
  <%= ENV['ENVIRONMENT_SCRIPTS'].html_safe %>
86
82
  <% end %>
@@ -1390,7 +1390,11 @@ Volta.tab = function () {
1390
1390
  var link = link;
1391
1391
 
1392
1392
  link.index = index;
1393
- link.addEventListener('keyup', _this._keyUpEventListener.bind(_this));
1393
+ link.addEventListener('keyup', _this._keyUpEventListener.bind(_this));
1394
+ link.addEventListener('toggle', function() {
1395
+ _this.toggle(link);
1396
+ });
1397
+
1394
1398
  link.addEventListener('click', function () {
1395
1399
  _this.toggle(link);
1396
1400
  });
@@ -40,3 +40,5 @@ require 'newrelic_rpm'
40
40
  require 'redis'
41
41
  require 'rake'
42
42
  require 'sassc-rails'
43
+ require 'gmaps4rails'
44
+ require 'chartkick'
@@ -1,3 +1,3 @@
1
1
  module NexmoDeveloper
2
- VERSION = '0.0.111'.freeze
2
+ VERSION = '0.0.112'.freeze
3
3
  end
@@ -13,7 +13,7 @@
13
13
  "@babel/plugin-syntax-dynamic-import": "^7.0.0",
14
14
  "@babel/plugin-syntax-import-meta": "^7.10.4",
15
15
  "@babel/preset-env": "^7.12.11",
16
- "@googlemaps/google-maps-services-js": "^3.1.13",
16
+ "@googlemaps/google-maps-services-js": "^3.1.15",
17
17
  "@rails/ujs": "^6.1.0",
18
18
  "@rails/webpacker": "^5.2.1",
19
19
  "@vonagevolta/volta2": "^0.1.6",
@@ -78,9 +78,11 @@ Gem::Specification.new do |spec|
78
78
  spec.add_runtime_dependency('countries', '3.0.1')
79
79
  spec.add_runtime_dependency('country_select', '4.0.0')
80
80
  spec.add_runtime_dependency('smartling', '2.0.3')
81
- spec.add_runtime_dependency('newrelic_rpm', '6.14.0')
81
+ spec.add_runtime_dependency('newrelic_rpm', '6.15.0')
82
82
  spec.add_runtime_dependency('redis', '4.2.5')
83
83
  spec.add_runtime_dependency('sassc-rails', '2.1.2')
84
+ spec.add_runtime_dependency('gmaps4rails', '2.1.2')
85
+ spec.add_runtime_dependency('chartkick', '3.4.2')
84
86
 
85
87
  spec.add_development_dependency('rubocop', '~> 1.8.0')
86
88
  spec.add_development_dependency('rubocop-rails', '~> 2.6')
data/yarn.lock CHANGED
@@ -1064,13 +1064,13 @@
1064
1064
  minimatch "^3.0.4"
1065
1065
  strip-json-comments "^3.1.1"
1066
1066
 
1067
- "@googlemaps/google-maps-services-js@^3.1.13":
1068
- version "3.1.14"
1069
- resolved "https://registry.yarnpkg.com/@googlemaps/google-maps-services-js/-/google-maps-services-js-3.1.14.tgz#34053fb1ca3ebc1012e85023675e95d5245ec9a9"
1070
- integrity sha512-uYCl4j2JCo6M0ApuLscYfiD8f0nNBz+3epWp2zB31DnvgqZ4iyHU4YYPPbsVIuCpjfU1Hh8itQTFFsBKLm+L+g==
1067
+ "@googlemaps/google-maps-services-js@^3.1.15":
1068
+ version "3.1.15"
1069
+ resolved "https://registry.yarnpkg.com/@googlemaps/google-maps-services-js/-/google-maps-services-js-3.1.15.tgz#c77437b96b286ee445568769eb4b6d19e213f42a"
1070
+ integrity sha512-MlAGWldzqfRq67WOIa/JUoBI8WfoOqZYKUy47GO3kSsuOzv+tmmtG+Nx20RHwGSpPAmtpNFOwI383+9pjt+ESg==
1071
1071
  dependencies:
1072
1072
  agentkeepalive "^4.1.0"
1073
- axios "0.19.0 || ^0.20.1"
1073
+ axios "^0.21.1"
1074
1074
  query-string "^6.11.0"
1075
1075
  retry-axios "^2.2.1"
1076
1076
 
@@ -2506,13 +2506,12 @@ aws4@^1.8.0:
2506
2506
  resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
2507
2507
  integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
2508
2508
 
2509
- "axios@0.19.0 || ^0.20.1":
2510
- version "0.19.0"
2511
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
2512
- integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==
2509
+ axios@^0.21.1:
2510
+ version "0.21.1"
2511
+ resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2512
+ integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2513
2513
  dependencies:
2514
- follow-redirects "1.5.10"
2515
- is-buffer "^2.0.2"
2514
+ follow-redirects "^1.10.0"
2516
2515
 
2517
2516
  babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
2518
2517
  version "6.26.0"
@@ -4963,13 +4962,6 @@ debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
4963
4962
  dependencies:
4964
4963
  ms "2.1.2"
4965
4964
 
4966
- debug@=3.1.0:
4967
- version "3.1.0"
4968
- resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
4969
- integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
4970
- dependencies:
4971
- ms "2.0.0"
4972
-
4973
4965
  debug@^3.1.0, debug@^3.1.1, debug@^3.2.6:
4974
4966
  version "3.2.7"
4975
4967
  resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -6365,14 +6357,7 @@ flush-write-stream@^1.0.0:
6365
6357
  inherits "^2.0.3"
6366
6358
  readable-stream "^2.3.6"
6367
6359
 
6368
- follow-redirects@1.5.10:
6369
- version "1.5.10"
6370
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
6371
- integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
6372
- dependencies:
6373
- debug "=3.1.0"
6374
-
6375
- follow-redirects@^1.0.0:
6360
+ follow-redirects@^1.0.0, follow-redirects@^1.10.0:
6376
6361
  version "1.13.1"
6377
6362
  resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
6378
6363
  integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
@@ -7672,7 +7657,7 @@ is-binary-path@~2.1.0:
7672
7657
  dependencies:
7673
7658
  binary-extensions "^2.0.0"
7674
7659
 
7675
- is-buffer@^2.0.0, is-buffer@^2.0.2:
7660
+ is-buffer@^2.0.0:
7676
7661
  version "2.0.5"
7677
7662
  resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
7678
7663
  integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: station
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.111
4
+ version: 0.0.112
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vonage DevRel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-18 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -610,14 +610,14 @@ dependencies:
610
610
  requirements:
611
611
  - - '='
612
612
  - !ruby/object:Gem::Version
613
- version: 6.14.0
613
+ version: 6.15.0
614
614
  type: :runtime
615
615
  prerelease: false
616
616
  version_requirements: !ruby/object:Gem::Requirement
617
617
  requirements:
618
618
  - - '='
619
619
  - !ruby/object:Gem::Version
620
- version: 6.14.0
620
+ version: 6.15.0
621
621
  - !ruby/object:Gem::Dependency
622
622
  name: redis
623
623
  requirement: !ruby/object:Gem::Requirement
@@ -646,6 +646,34 @@ dependencies:
646
646
  - - '='
647
647
  - !ruby/object:Gem::Version
648
648
  version: 2.1.2
649
+ - !ruby/object:Gem::Dependency
650
+ name: gmaps4rails
651
+ requirement: !ruby/object:Gem::Requirement
652
+ requirements:
653
+ - - '='
654
+ - !ruby/object:Gem::Version
655
+ version: 2.1.2
656
+ type: :runtime
657
+ prerelease: false
658
+ version_requirements: !ruby/object:Gem::Requirement
659
+ requirements:
660
+ - - '='
661
+ - !ruby/object:Gem::Version
662
+ version: 2.1.2
663
+ - !ruby/object:Gem::Dependency
664
+ name: chartkick
665
+ requirement: !ruby/object:Gem::Requirement
666
+ requirements:
667
+ - - '='
668
+ - !ruby/object:Gem::Version
669
+ version: 3.4.2
670
+ type: :runtime
671
+ prerelease: false
672
+ version_requirements: !ruby/object:Gem::Requirement
673
+ requirements:
674
+ - - '='
675
+ - !ruby/object:Gem::Version
676
+ version: 3.4.2
649
677
  - !ruby/object:Gem::Dependency
650
678
  name: rubocop
651
679
  requirement: !ruby/object:Gem::Requirement
@@ -689,7 +717,7 @@ files:
689
717
  - "./lib/nexmo_developer/public/android-chrome-512x512.png"
690
718
  - "./lib/nexmo_developer/public/apple-touch-icon-precomposed.png"
691
719
  - "./lib/nexmo_developer/public/apple-touch-icon.png"
692
- - "./lib/nexmo_developer/public/assets/.sprockets-manifest-6a28773535662f0e7b0b561deb738bd9.json"
720
+ - "./lib/nexmo_developer/public/assets/.sprockets-manifest-951ca0267b50c573b714527ef3660528.json"
693
721
  - "./lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js"
694
722
  - "./lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js.gz"
695
723
  - "./lib/nexmo_developer/public/assets/application-f940d308cf06d7b6e09ec4ebd9263213ccd2cc54faf3c09dfc92f3af40e6f369.css"
@@ -809,12 +837,12 @@ files:
809
837
  - "./lib/nexmo_developer/public/packs/js/active_admin-f58784cfc5d622b18326.chunk.js.map.gz"
810
838
  - "./lib/nexmo_developer/public/packs/js/active_admin/print-f78d3cae27b3b5877438.chunk.js"
811
839
  - "./lib/nexmo_developer/public/packs/js/active_admin/print-f78d3cae27b3b5877438.chunk.js.map"
812
- - "./lib/nexmo_developer/public/packs/js/application-ddc5ca5ca988dad819c7.chunk.js"
813
- - "./lib/nexmo_developer/public/packs/js/application-ddc5ca5ca988dad819c7.chunk.js.br"
814
- - "./lib/nexmo_developer/public/packs/js/application-ddc5ca5ca988dad819c7.chunk.js.gz"
815
- - "./lib/nexmo_developer/public/packs/js/application-ddc5ca5ca988dad819c7.chunk.js.map"
816
- - "./lib/nexmo_developer/public/packs/js/application-ddc5ca5ca988dad819c7.chunk.js.map.br"
817
- - "./lib/nexmo_developer/public/packs/js/application-ddc5ca5ca988dad819c7.chunk.js.map.gz"
840
+ - "./lib/nexmo_developer/public/packs/js/application-2635877b6b564d071d53.chunk.js"
841
+ - "./lib/nexmo_developer/public/packs/js/application-2635877b6b564d071d53.chunk.js.br"
842
+ - "./lib/nexmo_developer/public/packs/js/application-2635877b6b564d071d53.chunk.js.gz"
843
+ - "./lib/nexmo_developer/public/packs/js/application-2635877b6b564d071d53.chunk.js.map"
844
+ - "./lib/nexmo_developer/public/packs/js/application-2635877b6b564d071d53.chunk.js.map.br"
845
+ - "./lib/nexmo_developer/public/packs/js/application-2635877b6b564d071d53.chunk.js.map.gz"
818
846
  - "./lib/nexmo_developer/public/packs/js/runtime~active_admin-c8b7b734110087921398.js"
819
847
  - "./lib/nexmo_developer/public/packs/js/runtime~active_admin-c8b7b734110087921398.js.br"
820
848
  - "./lib/nexmo_developer/public/packs/js/runtime~active_admin-c8b7b734110087921398.js.gz"
@@ -847,13 +875,13 @@ files:
847
875
  - "./lib/nexmo_developer/public/packs/js/vendors~active_admin~application-9d705d47c11e6e54319d.chunk.js.map"
848
876
  - "./lib/nexmo_developer/public/packs/js/vendors~active_admin~application-9d705d47c11e6e54319d.chunk.js.map.br"
849
877
  - "./lib/nexmo_developer/public/packs/js/vendors~active_admin~application-9d705d47c11e6e54319d.chunk.js.map.gz"
850
- - "./lib/nexmo_developer/public/packs/js/vendors~application-9c327e63eb63ccad1667.chunk.js"
851
- - "./lib/nexmo_developer/public/packs/js/vendors~application-9c327e63eb63ccad1667.chunk.js.LICENSE.txt"
852
- - "./lib/nexmo_developer/public/packs/js/vendors~application-9c327e63eb63ccad1667.chunk.js.br"
853
- - "./lib/nexmo_developer/public/packs/js/vendors~application-9c327e63eb63ccad1667.chunk.js.gz"
854
- - "./lib/nexmo_developer/public/packs/js/vendors~application-9c327e63eb63ccad1667.chunk.js.map"
855
- - "./lib/nexmo_developer/public/packs/js/vendors~application-9c327e63eb63ccad1667.chunk.js.map.br"
856
- - "./lib/nexmo_developer/public/packs/js/vendors~application-9c327e63eb63ccad1667.chunk.js.map.gz"
878
+ - "./lib/nexmo_developer/public/packs/js/vendors~application-a6a5663be03227a00f97.chunk.js"
879
+ - "./lib/nexmo_developer/public/packs/js/vendors~application-a6a5663be03227a00f97.chunk.js.LICENSE.txt"
880
+ - "./lib/nexmo_developer/public/packs/js/vendors~application-a6a5663be03227a00f97.chunk.js.br"
881
+ - "./lib/nexmo_developer/public/packs/js/vendors~application-a6a5663be03227a00f97.chunk.js.gz"
882
+ - "./lib/nexmo_developer/public/packs/js/vendors~application-a6a5663be03227a00f97.chunk.js.map"
883
+ - "./lib/nexmo_developer/public/packs/js/vendors~application-a6a5663be03227a00f97.chunk.js.map.br"
884
+ - "./lib/nexmo_developer/public/packs/js/vendors~application-a6a5663be03227a00f97.chunk.js.map.gz"
857
885
  - "./lib/nexmo_developer/public/packs/manifest.json"
858
886
  - "./lib/nexmo_developer/public/packs/manifest.json.br"
859
887
  - "./lib/nexmo_developer/public/packs/manifest.json.gz"