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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5791b921e57c9b8768e01ec57f89ae9c6f0f4df3
4
- data.tar.gz: f4b841749d954fea3dd98a8282d78ae6cac99a8a
3
+ metadata.gz: b2063328f3c6c947ffda87c9b1a85b9305424115
4
+ data.tar.gz: 172ff30d43086c79a87e4182117e4c272ebdb698
5
5
  SHA512:
6
- metadata.gz: 620ce508b12955929636d97a8206158a59d596263c7b5e66fef5d90ef068af62516052606dd551f9aed6e28a5b82e8ede3a20de73739e01af506200e3412c0fd
7
- data.tar.gz: e145fbd28361b12b71bab30213479489ece90e92c511017f5ade3d5b2593d38152a1bf7e8306106a2c669a81a1961e6175581ad773f030b45600d96378b3c2c0
6
+ metadata.gz: 339ea4f1bc85714c6873f6adb01b2e5d0e7d3d903ebbba68c1633f0a876c8da06797acbba694030934bda9f5f871e8cc2224f3a8db6ea1533ef97c84b84eddb5
7
+ data.tar.gz: 728d1e2d68e395f6ecdebe8425f2a3c45fab9bfb79ad770c31c8d6dbe3b53232b26ce0f9049add053d4fa34691107bab357ea8fbb484a44ae3421322459bb464
@@ -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
@@ -1,3 +1,3 @@
1
1
  module TsRoutes
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.0"
3
3
  end
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.6.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-19 00:00:00.000000000 Z
11
+ date: 2017-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties