xqcoretools 0.2.1 → 0.2.2
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 +7 -0
- data/bin/xqcoretools +2 -2
- metadata +6 -8
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 1612b660f9ce3bd64c960c35da80f93ed59f3c88
|
|
4
|
+
data.tar.gz: 3b66eea29a93e12042e6e75661971a31251a9d32
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 2a503cb439be0df7c5d46e3eff88a49730f4b5fbc27a6fc4503a830237851c71d0f772697682357f111fb96674c3e2758cf7aab6b62d4e0fc5ee68395e16d8e6
|
|
7
|
+
data.tar.gz: 4a47baf568a109780b46df0eaf1b7a3185d0b9466d5a5e0d66a5ebdbe3e4117b6413c882ebdeda928e7942db020047333fc149e1c3b0e7c6064b5d5bf8cfe40f
|
data/bin/xqcoretools
CHANGED
|
@@ -135,7 +135,7 @@ class XQCoreTools < Thor
|
|
|
135
135
|
|
|
136
136
|
desc "compile [PLATFORM] [PATH]", "Compiles a content package"
|
|
137
137
|
def compile(platform, path)
|
|
138
|
-
downloadCache = XQCoreToolsDownloadCache.new('
|
|
138
|
+
downloadCache = XQCoreToolsDownloadCache.new('xqcoredev.azurewebsites.net/xqcorelib', 'xqcoretoolslibrary')
|
|
139
139
|
|
|
140
140
|
XQCoreTools::compileDocumentRecursive(platform, path, downloadCache)
|
|
141
141
|
end
|
|
@@ -165,7 +165,7 @@ class XQCoreTools < Thor
|
|
|
165
165
|
end
|
|
166
166
|
|
|
167
167
|
if attribute != nil
|
|
168
|
-
srcComponents = attribute.scan(/
|
|
168
|
+
srcComponents = attribute.scan(/xqcoredev\.azurewebsites\.net\/xqcorelib\/local\/debug\/([^\/]+)\/([^\/]+)\.(\w+)/)
|
|
169
169
|
if srcComponents.length > 0
|
|
170
170
|
scriptVersion = srcComponents[0][0]
|
|
171
171
|
scriptName = srcComponents[0][1]
|
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xqcoretools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.2.2
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Mark Wong
|
|
@@ -24,26 +23,25 @@ files:
|
|
|
24
23
|
- LICENSE.txt
|
|
25
24
|
homepage: http://github.com/markslwong/XQ.Core.Tools
|
|
26
25
|
licenses: []
|
|
26
|
+
metadata: {}
|
|
27
27
|
post_install_message:
|
|
28
28
|
rdoc_options: []
|
|
29
29
|
require_paths:
|
|
30
30
|
- lib
|
|
31
31
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
-
none: false
|
|
33
32
|
requirements:
|
|
34
|
-
- -
|
|
33
|
+
- - '>='
|
|
35
34
|
- !ruby/object:Gem::Version
|
|
36
35
|
version: '0'
|
|
37
36
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
-
none: false
|
|
39
37
|
requirements:
|
|
40
|
-
- -
|
|
38
|
+
- - '>='
|
|
41
39
|
- !ruby/object:Gem::Version
|
|
42
40
|
version: '0'
|
|
43
41
|
requirements: []
|
|
44
42
|
rubyforge_project:
|
|
45
|
-
rubygems_version:
|
|
43
|
+
rubygems_version: 2.0.3
|
|
46
44
|
signing_key:
|
|
47
|
-
specification_version:
|
|
45
|
+
specification_version: 4
|
|
48
46
|
summary: Tools for using the XQ.Core framework.
|
|
49
47
|
test_files: []
|