dynarex 1.7.28 → 1.7.29
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/dynarex.rb +2 -2
- metadata +6 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0023c0ed8b272762e22e69967630f7cbe56f6484
|
|
4
|
+
data.tar.gz: a20df8902abbeca4647d7e65ee50354958e4f08f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfd5900dc3c1aaa0bef0f186aa9a7eb657a65e572d220eddf4c31ab98b270e0e4eba8ab70e7e1e72c22d4712db08be39bca45b0069584b3a506eb6da6c91bdbf
|
|
7
|
+
data.tar.gz: 3ceeacb39630aedaf1c1b82651cdb8bf8e00be6d647b8ef66d5431fcffe20c135bda857268770a9674075c4d881bf56a493f32e1a2debd64bc0de5aa78e63ad7
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/dynarex.rb
CHANGED
|
@@ -1101,7 +1101,7 @@ EOF
|
|
|
1101
1101
|
|
|
1102
1102
|
dynarex_new(s)
|
|
1103
1103
|
|
|
1104
|
-
elsif s[/^
|
|
1104
|
+
elsif s[/^(?:http|df)s?:\/\//] then # url
|
|
1105
1105
|
buffer, _ = RXFHelper.read s, {username: @username, password: @password}
|
|
1106
1106
|
else # local file
|
|
1107
1107
|
@local_filepath = s
|
|
@@ -1353,4 +1353,4 @@ XSL
|
|
|
1353
1353
|
end
|
|
1354
1354
|
end
|
|
1355
1355
|
|
|
1356
|
-
end
|
|
1356
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dynarex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.29
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
7ELNqcn7p7un/tZgEIU+gYBxvhUWftO9MF8fbJsCaMyfSZjXxXM+6+3Q0lBpYCSS
|
|
32
32
|
nuO5b3MqW2dcBw==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2018-
|
|
34
|
+
date: 2018-02-25 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: dynarex-import
|
|
@@ -82,7 +82,7 @@ dependencies:
|
|
|
82
82
|
version: '0.6'
|
|
83
83
|
- - ">="
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: 0.6.
|
|
85
|
+
version: 0.6.11
|
|
86
86
|
type: :runtime
|
|
87
87
|
prerelease: false
|
|
88
88
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -92,7 +92,7 @@ dependencies:
|
|
|
92
92
|
version: '0.6'
|
|
93
93
|
- - ">="
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 0.6.
|
|
95
|
+
version: 0.6.11
|
|
96
96
|
- !ruby/object:Gem::Dependency
|
|
97
97
|
name: dynarex-xslt
|
|
98
98
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -182,7 +182,7 @@ dependencies:
|
|
|
182
182
|
version: '0.4'
|
|
183
183
|
- - ">="
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: 0.4.
|
|
185
|
+
version: 0.4.5
|
|
186
186
|
type: :runtime
|
|
187
187
|
prerelease: false
|
|
188
188
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -192,7 +192,7 @@ dependencies:
|
|
|
192
192
|
version: '0.4'
|
|
193
193
|
- - ">="
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
|
-
version: 0.4.
|
|
195
|
+
version: 0.4.5
|
|
196
196
|
- !ruby/object:Gem::Dependency
|
|
197
197
|
name: kvx
|
|
198
198
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|