tml 5.1.3 → 5.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tml/generators/file.rb +1 -1
- data/lib/tml/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: b4a9a78a9ef6974fe0a3fa94d61eff6e3a46cfd4
|
4
|
+
data.tar.gz: c7d7048f4bd19193b965841ebaa2dce4df5a30c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8204a7e9fa2db257d53445beb0ed0dd7ad1c7f207b49ac5c98e8b3d80e86c6849486ff5a7c31c43476551eb8f904f1e4a1a46621bf733c73dbf14d5b70511361
|
7
|
+
data.tar.gz: 7bf3bfb7c10d0b9cb288926ab23c2c5c4af9ade547306afef0164489b54c5ff8b4664cd8aa49ecd096d9458e5c2716d9340f877cbeb5de4df79448e74ad53bf4
|
data/lib/tml/generators/file.rb
CHANGED
@@ -45,7 +45,7 @@ class Tml::Generators::File < Tml::Generators::Base
|
|
45
45
|
|
46
46
|
archive_name = "#{cache_version}.tar.gz"
|
47
47
|
path = "#{cache_path}/#{archive_name}"
|
48
|
-
url = "#{api_client.cdn_host}/#{Tml.config.application[:key]}/#{archive_name}"
|
48
|
+
url = "#{api_client.application.cdn_host}/#{Tml.config.application[:key]}/#{archive_name}"
|
49
49
|
|
50
50
|
log("Downloading cache file: #{url}")
|
51
51
|
open(path, 'wb') do |file|
|
data/lib/tml/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Berkovich
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|