station 0.0.103 → 0.0.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/How-To-Use.md +1 -1
- data/lib/nexmo_developer/Gemfile +2 -2
- data/lib/nexmo_developer/Gemfile.lock +9 -7
- data/lib/nexmo_developer/version.rb +1 -1
- data/package.json +2 -2
- data/station.gemspec +1 -1
- data/yarn.lock +18 -42
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 924c27c28823f6ab3fab402ec78cbd7fee942ff8ab422b3090abaa2929df1773
|
|
4
|
+
data.tar.gz: be61a033963db399d7ee15fbdf368c6f37b09ff4147abbf647006609bc0c194c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98e6db0b514214ba277b414bf290097d31f82b34cdbfe45f398d5a3da0dd48a3b2899a2c0168615e7d407d4e43b1701d28875cff1c053b1d8eda0d7ed89c789c
|
|
7
|
+
data.tar.gz: c90833f37990c46252acabdff1a25708e9e97071f7c1eee2306903b46187f244c5da6c3d71d821e7ff3977b3e4321fd9ccf6bfaeaf5b66bb099a1f436356ee75
|
data/docs/How-To-Use.md
CHANGED
|
@@ -49,7 +49,7 @@ The files required are:
|
|
|
49
49
|
* `business_info.yml`: Specific business/organizational information for the platform. This includes the platform name, the path to the header and footer logos, and more.
|
|
50
50
|
* `top_navigation.yml`: The links for the top navigation bar of the platform.
|
|
51
51
|
* `meta_info.yml`: Information used to generate the links in the platform's `<head>` tags, such as search engine optimization details.
|
|
52
|
-
* `products.yml`: A list of each product or item covered in the platform's content. The icon, documentation path
|
|
52
|
+
* `products.yml`: A list of each product or item covered in the platform's content. The icon, documentation path, color schema and automated translation frequency for each product is also specified here.
|
|
53
53
|
|
|
54
54
|
In addition to the above configuration files, Station also expects the following files to be created and placed inside the `/public/meta` path. These files are meta icons also used in the generation of the `<head>` content:
|
|
55
55
|
|
data/lib/nexmo_developer/Gemfile
CHANGED
|
@@ -13,7 +13,7 @@ gem 'webpacker'
|
|
|
13
13
|
# Use postgresql as the database for Active Record
|
|
14
14
|
gem 'pg', '~> 1.2'
|
|
15
15
|
# Use Puma as the app server
|
|
16
|
-
gem 'puma', '~> 5.
|
|
16
|
+
gem 'puma', '~> 5.1'
|
|
17
17
|
# Use SCSS for stylesheets
|
|
18
18
|
gem 'sassc-rails', '~> 2.1'
|
|
19
19
|
# Use Uglifier as compressor for JavaScript assets
|
|
@@ -131,7 +131,7 @@ gem 'country_select', '~> 4.0'
|
|
|
131
131
|
|
|
132
132
|
gem 'nexmo-oas-renderer', '~> 2.4.1', require: false
|
|
133
133
|
|
|
134
|
-
gem 'nexmo_markdown_renderer', '~> 0.7'
|
|
134
|
+
gem 'nexmo_markdown_renderer', '~> 0.7.1'
|
|
135
135
|
|
|
136
136
|
gem 'smartling'
|
|
137
137
|
|
|
@@ -258,7 +258,7 @@ GEM
|
|
|
258
258
|
activerecord
|
|
259
259
|
kaminari-core (= 1.2.1)
|
|
260
260
|
kaminari-core (1.2.1)
|
|
261
|
-
listen (3.3.
|
|
261
|
+
listen (3.3.3)
|
|
262
262
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
263
263
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
264
264
|
lograge (0.11.2)
|
|
@@ -308,7 +308,7 @@ GEM
|
|
|
308
308
|
sass (~> 3.1)
|
|
309
309
|
shotgun (~> 0.9)
|
|
310
310
|
sinatra (~> 2.0)
|
|
311
|
-
nexmo_markdown_renderer (0.7.
|
|
311
|
+
nexmo_markdown_renderer (0.7.1)
|
|
312
312
|
activemodel (~> 6.0)
|
|
313
313
|
banzai (~> 0.1.2)
|
|
314
314
|
i18n (~> 1.7)
|
|
@@ -350,7 +350,7 @@ GEM
|
|
|
350
350
|
coderay (~> 1.1)
|
|
351
351
|
method_source (~> 1.0)
|
|
352
352
|
public_suffix (4.0.6)
|
|
353
|
-
puma (5.0
|
|
353
|
+
puma (5.1.0)
|
|
354
354
|
nio4r (~> 2.0)
|
|
355
355
|
rack (2.2.3)
|
|
356
356
|
rack-protection (2.1.0)
|
|
@@ -475,10 +475,12 @@ GEM
|
|
|
475
475
|
shotgun (0.9.2)
|
|
476
476
|
rack (>= 1.0)
|
|
477
477
|
simple-random (1.0.3)
|
|
478
|
-
simplecov (0.
|
|
478
|
+
simplecov (0.20.0)
|
|
479
479
|
docile (~> 1.1)
|
|
480
480
|
simplecov-html (~> 0.11)
|
|
481
|
+
simplecov_json_formatter (~> 0.1)
|
|
481
482
|
simplecov-html (0.12.3)
|
|
483
|
+
simplecov_json_formatter (0.1.2)
|
|
482
484
|
sinatra (2.1.0)
|
|
483
485
|
mustermann (~> 1.0)
|
|
484
486
|
rack (~> 2.2)
|
|
@@ -544,7 +546,7 @@ GEM
|
|
|
544
546
|
woothee (1.11.1)
|
|
545
547
|
xpath (3.2.0)
|
|
546
548
|
nokogiri (~> 1.8)
|
|
547
|
-
zeitwerk (2.4.
|
|
549
|
+
zeitwerk (2.4.2)
|
|
548
550
|
|
|
549
551
|
PLATFORMS
|
|
550
552
|
ruby
|
|
@@ -590,12 +592,12 @@ DEPENDENCIES
|
|
|
590
592
|
neatjson
|
|
591
593
|
newrelic_rpm
|
|
592
594
|
nexmo-oas-renderer (~> 2.4.1)
|
|
593
|
-
nexmo_markdown_renderer (~> 0.7)
|
|
595
|
+
nexmo_markdown_renderer (~> 0.7.1)
|
|
594
596
|
nokogiri (~> 1.10.9)
|
|
595
597
|
octokit
|
|
596
598
|
pg (~> 1.2)
|
|
597
599
|
pry
|
|
598
|
-
puma (~> 5.
|
|
600
|
+
puma (~> 5.1)
|
|
599
601
|
rack (>= 2.0.6)
|
|
600
602
|
rails (~> 6.0.3)
|
|
601
603
|
rawler!
|
data/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@rails/ujs": "^6.0.3-4",
|
|
16
16
|
"@rails/webpacker": "^5.2.1",
|
|
17
17
|
"algoliasearch": "^4.8.2",
|
|
18
|
-
"@vonagevolta/volta2": "^0.1.
|
|
18
|
+
"@vonagevolta/volta2": "^0.1.5",
|
|
19
19
|
"autoprefixer": "^9.8.6",
|
|
20
20
|
"babel-loader": "^8.2.2",
|
|
21
21
|
"babel-preset-babili": "^0.1.4",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"jest": "^26.6.3",
|
|
86
86
|
"node-fetch": "^2.6.1",
|
|
87
87
|
"vue-jest": "^3.0.7",
|
|
88
|
-
"webpack-bundle-analyzer": "^4.
|
|
88
|
+
"webpack-bundle-analyzer": "^4.2.0",
|
|
89
89
|
"webpack-dev-server": "^3.11.0"
|
|
90
90
|
},
|
|
91
91
|
"version": "1.1.0",
|
data/station.gemspec
CHANGED
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
|
|
|
40
40
|
spec.add_runtime_dependency('rails', '~> 6.0')
|
|
41
41
|
spec.add_runtime_dependency('bootsnap', '~> 1.4')
|
|
42
42
|
spec.add_runtime_dependency('nexmo-oas-renderer', '~> 2.4')
|
|
43
|
-
spec.add_runtime_dependency('nexmo_markdown_renderer', '~> 0.7')
|
|
43
|
+
spec.add_runtime_dependency('nexmo_markdown_renderer', '~> 0.7.1')
|
|
44
44
|
spec.add_runtime_dependency('activesupport', '~> 6.0')
|
|
45
45
|
spec.add_runtime_dependency('bugsnag', '~> 6.13')
|
|
46
46
|
spec.add_runtime_dependency('railties', '~> 6.0')
|
data/yarn.lock
CHANGED
|
@@ -1766,10 +1766,10 @@
|
|
|
1766
1766
|
dependencies:
|
|
1767
1767
|
"@types/node" "*"
|
|
1768
1768
|
|
|
1769
|
-
"@vonagevolta/volta2@^0.1.
|
|
1770
|
-
version "0.1.
|
|
1771
|
-
resolved "https://registry.yarnpkg.com/@vonagevolta/volta2/-/volta2-0.1.
|
|
1772
|
-
integrity sha512
|
|
1769
|
+
"@vonagevolta/volta2@^0.1.5":
|
|
1770
|
+
version "0.1.5"
|
|
1771
|
+
resolved "https://registry.yarnpkg.com/@vonagevolta/volta2/-/volta2-0.1.5.tgz#cb402b5f6ce7c1e4fdea0d125e87e5e0797ca961"
|
|
1772
|
+
integrity sha512-/fcvOi9iexOqnUzcTkf7xm9+vdkgwhQrXMldwz+Z1ZHkLn6Tf8at2E/neWxTmqO2h/kwHoUH9Gh3hL4CWRkUnQ==
|
|
1773
1773
|
dependencies:
|
|
1774
1774
|
marked "^1.1.0"
|
|
1775
1775
|
marked-sanitizer-github "^1.0.0"
|
|
@@ -2346,11 +2346,6 @@ async-limiter@~1.0.0:
|
|
|
2346
2346
|
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
|
|
2347
2347
|
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
|
|
2348
2348
|
|
|
2349
|
-
async@0.9.x:
|
|
2350
|
-
version "0.9.2"
|
|
2351
|
-
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
|
|
2352
|
-
integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=
|
|
2353
|
-
|
|
2354
2349
|
async@^2.1.4, async@^2.4.1, async@^2.6.2:
|
|
2355
2350
|
version "2.6.3"
|
|
2356
2351
|
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
|
|
@@ -4773,7 +4768,7 @@ dotenv@^8.2.0:
|
|
|
4773
4768
|
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
|
|
4774
4769
|
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
|
|
4775
4770
|
|
|
4776
|
-
duplexer@^0.1.1:
|
|
4771
|
+
duplexer@^0.1.1, duplexer@^0.1.2:
|
|
4777
4772
|
version "0.1.2"
|
|
4778
4773
|
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
|
|
4779
4774
|
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
|
|
@@ -4816,13 +4811,6 @@ ejs@^2.6.1:
|
|
|
4816
4811
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
|
|
4817
4812
|
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
|
|
4818
4813
|
|
|
4819
|
-
ejs@^3.1.5:
|
|
4820
|
-
version "3.1.5"
|
|
4821
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.5.tgz#aed723844dc20acb4b170cd9ab1017e476a0d93b"
|
|
4822
|
-
integrity sha512-dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w==
|
|
4823
|
-
dependencies:
|
|
4824
|
-
jake "^10.6.1"
|
|
4825
|
-
|
|
4826
4814
|
electron-to-chromium@^1.3.30, electron-to-chromium@^1.3.523:
|
|
4827
4815
|
version "1.3.533"
|
|
4828
4816
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.533.tgz#d7e5ca4d57e9bc99af87efbe13e7be5dde729b0f"
|
|
@@ -5638,13 +5626,6 @@ file-uri-to-path@1.0.0:
|
|
|
5638
5626
|
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
|
|
5639
5627
|
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
|
|
5640
5628
|
|
|
5641
|
-
filelist@^1.0.1:
|
|
5642
|
-
version "1.0.1"
|
|
5643
|
-
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.1.tgz#f10d1a3ae86c1694808e8f20906f43d4c9132dbb"
|
|
5644
|
-
integrity sha512-8zSK6Nu0DQIC08mUC46sWGXi+q3GGpKydAG36k+JDba6VRpkevvOWUW5a/PhShij4+vHT9M+ghgG7eM+a9JDUQ==
|
|
5645
|
-
dependencies:
|
|
5646
|
-
minimatch "^3.0.4"
|
|
5647
|
-
|
|
5648
5629
|
filesize@^3.6.1:
|
|
5649
5630
|
version "3.6.1"
|
|
5650
5631
|
resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317"
|
|
@@ -6209,7 +6190,7 @@ gsap@^3.5.1:
|
|
|
6209
6190
|
resolved "https://registry.yarnpkg.com/gsap/-/gsap-3.5.1.tgz#36cf76787d1758e749469d5e9cbe365c186544c4"
|
|
6210
6191
|
integrity sha512-EMV0RSUKZNeTUzLKAizGlwxVOUyif3/g8I3S1aA/hf3gbqwBvmQ02x1RdTBQNQMOpHCVBv9y/vaHwfctoAg8zw==
|
|
6211
6192
|
|
|
6212
|
-
gzip-size@^5.0.0
|
|
6193
|
+
gzip-size@^5.0.0:
|
|
6213
6194
|
version "5.1.1"
|
|
6214
6195
|
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274"
|
|
6215
6196
|
integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==
|
|
@@ -6217,6 +6198,13 @@ gzip-size@^5.0.0, gzip-size@^5.1.1:
|
|
|
6217
6198
|
duplexer "^0.1.1"
|
|
6218
6199
|
pify "^4.0.1"
|
|
6219
6200
|
|
|
6201
|
+
gzip-size@^6.0.0:
|
|
6202
|
+
version "6.0.0"
|
|
6203
|
+
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
|
|
6204
|
+
integrity sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==
|
|
6205
|
+
dependencies:
|
|
6206
|
+
duplexer "^0.1.2"
|
|
6207
|
+
|
|
6220
6208
|
handle-thing@^2.0.0:
|
|
6221
6209
|
version "2.0.1"
|
|
6222
6210
|
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"
|
|
@@ -7227,16 +7215,6 @@ iterall@^1.2.2:
|
|
|
7227
7215
|
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
|
|
7228
7216
|
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
|
|
7229
7217
|
|
|
7230
|
-
jake@^10.6.1:
|
|
7231
|
-
version "10.8.2"
|
|
7232
|
-
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.2.tgz#ebc9de8558160a66d82d0eadc6a2e58fbc500a7b"
|
|
7233
|
-
integrity sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==
|
|
7234
|
-
dependencies:
|
|
7235
|
-
async "0.9.x"
|
|
7236
|
-
chalk "^2.4.2"
|
|
7237
|
-
filelist "^1.0.1"
|
|
7238
|
-
minimatch "^3.0.4"
|
|
7239
|
-
|
|
7240
7218
|
jest-changed-files@^26.6.2:
|
|
7241
7219
|
version "26.6.2"
|
|
7242
7220
|
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0"
|
|
@@ -13476,21 +13454,19 @@ webpack-bundle-analyzer@^3.4.1:
|
|
|
13476
13454
|
opener "^1.5.1"
|
|
13477
13455
|
ws "^6.0.0"
|
|
13478
13456
|
|
|
13479
|
-
webpack-bundle-analyzer@^4.
|
|
13480
|
-
version "4.
|
|
13481
|
-
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.
|
|
13482
|
-
integrity sha512-
|
|
13457
|
+
webpack-bundle-analyzer@^4.2.0:
|
|
13458
|
+
version "4.2.0"
|
|
13459
|
+
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.2.0.tgz#f19ed40e1767ab35cad78c517529596e885bf64a"
|
|
13460
|
+
integrity sha512-gmjpdL/AJeGAftSzA+bjIPiChUffjBelcH2+3woCUiRpQfuwrTJuWRyZuqegiwBAroMJp7gIwcJaGeol039zbQ==
|
|
13483
13461
|
dependencies:
|
|
13484
13462
|
acorn "^8.0.4"
|
|
13485
13463
|
acorn-walk "^8.0.0"
|
|
13486
13464
|
chalk "^4.1.0"
|
|
13487
13465
|
commander "^6.2.0"
|
|
13488
|
-
ejs "^3.1.5"
|
|
13489
13466
|
express "^4.17.1"
|
|
13490
13467
|
filesize "^6.1.0"
|
|
13491
|
-
gzip-size "^
|
|
13468
|
+
gzip-size "^6.0.0"
|
|
13492
13469
|
lodash "^4.17.20"
|
|
13493
|
-
mkdirp "^1.0.4"
|
|
13494
13470
|
opener "^1.5.2"
|
|
13495
13471
|
ws "^7.3.1"
|
|
13496
13472
|
|
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.
|
|
4
|
+
version: 0.0.104
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vonage DevRel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeadmin
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version:
|
|
75
|
+
version: 0.7.1
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version:
|
|
82
|
+
version: 0.7.1
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: activesupport
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -773,7 +773,7 @@ files:
|
|
|
773
773
|
- "./lib/nexmo_developer/public/android-chrome-512x512.png"
|
|
774
774
|
- "./lib/nexmo_developer/public/apple-touch-icon-precomposed.png"
|
|
775
775
|
- "./lib/nexmo_developer/public/apple-touch-icon.png"
|
|
776
|
-
- "./lib/nexmo_developer/public/assets/.sprockets-manifest-
|
|
776
|
+
- "./lib/nexmo_developer/public/assets/.sprockets-manifest-45e03d85623241075d513d23d9308c4f.json"
|
|
777
777
|
- "./lib/nexmo_developer/public/assets/active_admin-53c26e5835e5681ba87c5a1593ec718b9e96afe3347ff17066bbe79bea62a7d6.css"
|
|
778
778
|
- "./lib/nexmo_developer/public/assets/active_admin-53c26e5835e5681ba87c5a1593ec718b9e96afe3347ff17066bbe79bea62a7d6.css.gz"
|
|
779
779
|
- "./lib/nexmo_developer/public/assets/active_admin-9565b1736f29aa1460496db7d732a6af656d6b680f42629ca551b3d57219baf1.js"
|
|
@@ -913,9 +913,9 @@ files:
|
|
|
913
913
|
- "./lib/nexmo_developer/public/mstile-150x150.png"
|
|
914
914
|
- "./lib/nexmo_developer/public/nexmo-developer-logo.svg"
|
|
915
915
|
- "./lib/nexmo_developer/public/nexmo-vonage-white.svg"
|
|
916
|
-
- "./lib/nexmo_developer/public/packs/css/application-
|
|
917
|
-
- "./lib/nexmo_developer/public/packs/css/application-
|
|
918
|
-
- "./lib/nexmo_developer/public/packs/css/application-
|
|
916
|
+
- "./lib/nexmo_developer/public/packs/css/application-7ebc4471.chunk.css"
|
|
917
|
+
- "./lib/nexmo_developer/public/packs/css/application-7ebc4471.chunk.css.br"
|
|
918
|
+
- "./lib/nexmo_developer/public/packs/css/application-7ebc4471.chunk.css.gz"
|
|
919
919
|
- "./lib/nexmo_developer/public/packs/js/application-416b27af707ff35304c5.chunk.js"
|
|
920
920
|
- "./lib/nexmo_developer/public/packs/js/application-416b27af707ff35304c5.chunk.js.br"
|
|
921
921
|
- "./lib/nexmo_developer/public/packs/js/application-416b27af707ff35304c5.chunk.js.gz"
|