ts_routes 0.6.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ts_routes/runtime.ts +1 -1
- data/lib/ts_routes/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2063328f3c6c947ffda87c9b1a85b9305424115
|
4
|
+
data.tar.gz: 172ff30d43086c79a87e4182117e4c272ebdb698
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 339ea4f1bc85714c6873f6adb01b2e5d0e7d3d903ebbba68c1633f0a876c8da06797acbba694030934bda9f5f871e8cc2224f3a8db6ea1533ef97c84b84eddb5
|
7
|
+
data.tar.gz: 728d1e2d68e395f6ecdebe8425f2a3c45fab9bfb79ad770c31c8d6dbe3b53232b26ce0f9049add053d4fa34691107bab357ea8fbb484a44ae3421322459bb464
|
data/lib/ts_routes/runtime.ts
CHANGED
@@ -5,7 +5,7 @@ type ScalarType = string | number | boolean;
|
|
5
5
|
function $buildOptions(options: any, names: string[]): string {
|
6
6
|
if (options) {
|
7
7
|
let anchor = "";
|
8
|
-
const q = [];
|
8
|
+
const q = [] as string[];
|
9
9
|
for (const key of Object.keys(options)) {
|
10
10
|
if (names.indexOf(key) !== -1) {
|
11
11
|
// the key is already consumed
|
data/lib/ts_routes/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ts_routes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- FUJI Goro (gfx)
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|