saxon-xslt 0.8.2-java → 0.8.2.1-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/Gemfile +0 -2
- data/lib/saxon/xslt/version.rb +1 -1
- data/saxon-xslt.gemspec +5 -5
- metadata +10 -16
- data/spec/fixtures/cassettes/Saxon_SourceHelper/returning_a_StreamSource/StreamSource_systemId/for_inputs_where_we_can_infer_the_path_or_URI/is_set_to_an_open-uri_d_URI_s_URI.yml +0 -61
- data/spec/fixtures/cassettes/Saxon_SourceHelper/returning_a_StreamSource/StreamSource_systemId/for_inputs_where_we_can_infer_the_path_or_URI/overrides_the_inferred_system_ID_if_set_explicitly.yml +0 -61
- data/spec/fixtures/cassettes/Saxon_SourceHelper/returning_a_StreamSource/for_input_backed_by_an_InputStream/converts_an_open-uri_d_Uri_correctly.yml +0 -119
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a3fde84c872f4c0418dba70f6cd30755204c6cd
|
4
|
+
data.tar.gz: e9cd1ddce755f88b7c53efe90ec2eb8f132f107f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f630c302a010b087bb75f988fba291adb7ce42f53fc91ee5cb7022d174d67fe8e9fca3584be1be754cd2691dbaa85dc435218ebf47e39a3b0b90fee87382a3ea
|
7
|
+
data.tar.gz: 8bc7ade00f1be24f399f31a053994680eaadd1fe1815366084f2724f5957974df1f9be54688299956e63fc5f4a2df0b648be7b14fc16af8f0cd713f1a5e76c12
|
data/.travis.yml
CHANGED
@@ -12,7 +12,7 @@ env:
|
|
12
12
|
JDK_VERSION_FOR_CODECLIMATE: oraclejdk8
|
13
13
|
JRUBY_OPTS: "--debug"
|
14
14
|
before_script:
|
15
|
-
- if [ "$TRAVIS_JDK_VERSION" = "$JDK_VERSION_FOR_CODECLIMATE" ]; then curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; chmod +x ./cc-test-reporter; fi
|
15
|
+
- if [ "$TRAVIS_JDK_VERSION" = "$JDK_VERSION_FOR_CODECLIMATE" ]; then curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; chmod +x ./cc-test-reporter; ./cc-test-reporter before-build; fi
|
16
16
|
script:
|
17
17
|
- bundle exec rspec
|
18
18
|
- if [[ "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_JDK_VERSION" = "$JDK_VERSION_FOR_CODECLIMATE" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
|
data/Gemfile
CHANGED
data/lib/saxon/xslt/version.rb
CHANGED
data/saxon-xslt.gemspec
CHANGED
@@ -14,16 +14,16 @@ Gem::Specification.new do |gem|
|
|
14
14
|
gem.licenses = ["MIT", "MPL-1.0"]
|
15
15
|
gem.platform = 'java'
|
16
16
|
|
17
|
-
gem.files = `git ls-files`.split($/)
|
17
|
+
gem.files = `git ls-files`.split($/).reject { |f| f.match(%r{^spec/fixtures/cassettes}) }
|
18
18
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
19
19
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
20
20
|
gem.require_paths = ["lib"]
|
21
21
|
|
22
|
-
gem.add_development_dependency('rake', '~>
|
22
|
+
gem.add_development_dependency('rake', '~> 11.3')
|
23
23
|
gem.add_development_dependency('rspec', '~> 3.0')
|
24
|
-
gem.add_development_dependency('vcr', '~>
|
24
|
+
gem.add_development_dependency('vcr', '~> 4.0')
|
25
25
|
gem.add_development_dependency('addressable', '~> 2.4.0')
|
26
|
-
gem.add_development_dependency('webmock', '~>
|
26
|
+
gem.add_development_dependency('webmock', '~> 2.3.2')
|
27
27
|
gem.add_development_dependency('yard', '~> 0.9.12')
|
28
|
-
gem.add_development_dependency('simplecov', '~> 0.
|
28
|
+
gem.add_development_dependency('simplecov', '~> 0.15')
|
29
29
|
end
|
metadata
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: saxon-xslt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.2
|
4
|
+
version: 0.8.2.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Matt Patterson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '
|
18
|
+
version: '11.3'
|
19
19
|
name: rake
|
20
20
|
prerelease: false
|
21
21
|
type: :development
|
@@ -23,7 +23,7 @@ dependencies:
|
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '11.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version:
|
46
|
+
version: '4.0'
|
47
47
|
name: vcr
|
48
48
|
prerelease: false
|
49
49
|
type: :development
|
@@ -51,7 +51,7 @@ dependencies:
|
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: '4.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
@@ -71,7 +71,7 @@ dependencies:
|
|
71
71
|
requirements:
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version:
|
74
|
+
version: 2.3.2
|
75
75
|
name: webmock
|
76
76
|
prerelease: false
|
77
77
|
type: :development
|
@@ -79,7 +79,7 @@ dependencies:
|
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version:
|
82
|
+
version: 2.3.2
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
requirement: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
@@ -99,7 +99,7 @@ dependencies:
|
|
99
99
|
requirements:
|
100
100
|
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: '0.
|
102
|
+
version: '0.15'
|
103
103
|
name: simplecov
|
104
104
|
prerelease: false
|
105
105
|
type: :development
|
@@ -107,7 +107,7 @@ dependencies:
|
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: '0.
|
110
|
+
version: '0.15'
|
111
111
|
description: Wraps the Saxon 9.8 HE XSLT 2.0 processor so that you can transform XSLT
|
112
112
|
2 stylesheets in JRuby. Sticks closely to the Nokogiri API
|
113
113
|
email:
|
@@ -139,9 +139,6 @@ files:
|
|
139
139
|
- saxon-licenses/THAI.txt
|
140
140
|
- saxon-licenses/UNICODE.txt
|
141
141
|
- saxon-xslt.gemspec
|
142
|
-
- spec/fixtures/cassettes/Saxon_SourceHelper/returning_a_StreamSource/StreamSource_systemId/for_inputs_where_we_can_infer_the_path_or_URI/is_set_to_an_open-uri_d_URI_s_URI.yml
|
143
|
-
- spec/fixtures/cassettes/Saxon_SourceHelper/returning_a_StreamSource/StreamSource_systemId/for_inputs_where_we_can_infer_the_path_or_URI/overrides_the_inferred_system_ID_if_set_explicitly.yml
|
144
|
-
- spec/fixtures/cassettes/Saxon_SourceHelper/returning_a_StreamSource/for_input_backed_by_an_InputStream/converts_an_open-uri_d_Uri_correctly.yml
|
145
142
|
- spec/fixtures/config.xml
|
146
143
|
- spec/fixtures/eg.xml
|
147
144
|
- spec/fixtures/eg.xsl
|
@@ -180,9 +177,6 @@ signing_key:
|
|
180
177
|
specification_version: 4
|
181
178
|
summary: Saxon 9.8 HE XSLT 2.0 for JRuby with Nokogiri's API
|
182
179
|
test_files:
|
183
|
-
- spec/fixtures/cassettes/Saxon_SourceHelper/returning_a_StreamSource/StreamSource_systemId/for_inputs_where_we_can_infer_the_path_or_URI/is_set_to_an_open-uri_d_URI_s_URI.yml
|
184
|
-
- spec/fixtures/cassettes/Saxon_SourceHelper/returning_a_StreamSource/StreamSource_systemId/for_inputs_where_we_can_infer_the_path_or_URI/overrides_the_inferred_system_ID_if_set_explicitly.yml
|
185
|
-
- spec/fixtures/cassettes/Saxon_SourceHelper/returning_a_StreamSource/for_input_backed_by_an_InputStream/converts_an_open-uri_d_Uri_correctly.yml
|
186
180
|
- spec/fixtures/config.xml
|
187
181
|
- spec/fixtures/eg.xml
|
188
182
|
- spec/fixtures/eg.xsl
|
@@ -1,61 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://example.org/
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- '*/*'
|
12
|
-
User-Agent:
|
13
|
-
- Ruby
|
14
|
-
response:
|
15
|
-
status:
|
16
|
-
code: 200
|
17
|
-
message: OK
|
18
|
-
headers:
|
19
|
-
Cache-Control:
|
20
|
-
- max-age=604800
|
21
|
-
Content-Type:
|
22
|
-
- text/html
|
23
|
-
Date:
|
24
|
-
- Thu, 07 Dec 2017 14:55:49 GMT
|
25
|
-
Etag:
|
26
|
-
- '"359670651+ident"'
|
27
|
-
Expires:
|
28
|
-
- Thu, 14 Dec 2017 14:55:49 GMT
|
29
|
-
Last-Modified:
|
30
|
-
- Fri, 09 Aug 2013 23:54:35 GMT
|
31
|
-
Server:
|
32
|
-
- ECS (dca/532C)
|
33
|
-
Vary:
|
34
|
-
- Accept-Encoding
|
35
|
-
X-Cache:
|
36
|
-
- HIT
|
37
|
-
Content-Length:
|
38
|
-
- '1270'
|
39
|
-
body:
|
40
|
-
encoding: US-ASCII
|
41
|
-
string: "<!doctype html>\n<html>\n<head>\n <title>Example Domain</title>\n\
|
42
|
-
\n <meta charset=\"utf-8\" />\n <meta http-equiv=\"Content-type\" content=\"\
|
43
|
-
text/html; charset=utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width,\
|
44
|
-
\ initial-scale=1\" />\n <style type=\"text/css\">\n body {\n \
|
45
|
-
\ background-color: #f0f0f2;\n margin: 0;\n padding: 0;\n \
|
46
|
-
\ font-family: \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial,\
|
47
|
-
\ sans-serif;\n \n }\n div {\n width: 600px;\n \
|
48
|
-
\ margin: 5em auto;\n padding: 50px;\n background-color: #fff;\n\
|
49
|
-
\ border-radius: 1em;\n }\n a:link, a:visited {\n color:\
|
50
|
-
\ #38488f;\n text-decoration: none;\n }\n @media (max-width:\
|
51
|
-
\ 700px) {\n body {\n background-color: #fff;\n }\n\
|
52
|
-
\ div {\n width: auto;\n margin: 0 auto;\n \
|
53
|
-
\ border-radius: 0;\n padding: 1em;\n }\n }\n\
|
54
|
-
\ </style> \n</head>\n\n<body>\n<div>\n <h1>Example Domain</h1>\n\
|
55
|
-
\ <p>This domain is established to be used for illustrative examples in\
|
56
|
-
\ documents. You may use this\n domain in examples without prior coordination\
|
57
|
-
\ or asking for permission.</p>\n <p><a href=\"http://www.iana.org/domains/example\"\
|
58
|
-
>More information...</a></p>\n</div>\n</body>\n</html>\n"
|
59
|
-
http_version:
|
60
|
-
recorded_at: Thu, 07 Dec 2017 14:55:49 GMT
|
61
|
-
recorded_with: VCR 2.9.3
|
@@ -1,61 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://example.org/
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- '*/*'
|
12
|
-
User-Agent:
|
13
|
-
- Ruby
|
14
|
-
response:
|
15
|
-
status:
|
16
|
-
code: 200
|
17
|
-
message: OK
|
18
|
-
headers:
|
19
|
-
Cache-Control:
|
20
|
-
- max-age=604800
|
21
|
-
Content-Type:
|
22
|
-
- text/html
|
23
|
-
Date:
|
24
|
-
- Thu, 07 Dec 2017 14:55:50 GMT
|
25
|
-
Etag:
|
26
|
-
- '"359670651+ident"'
|
27
|
-
Expires:
|
28
|
-
- Thu, 14 Dec 2017 14:55:50 GMT
|
29
|
-
Last-Modified:
|
30
|
-
- Fri, 09 Aug 2013 23:54:35 GMT
|
31
|
-
Server:
|
32
|
-
- ECS (dca/53F7)
|
33
|
-
Vary:
|
34
|
-
- Accept-Encoding
|
35
|
-
X-Cache:
|
36
|
-
- HIT
|
37
|
-
Content-Length:
|
38
|
-
- '1270'
|
39
|
-
body:
|
40
|
-
encoding: US-ASCII
|
41
|
-
string: "<!doctype html>\n<html>\n<head>\n <title>Example Domain</title>\n\
|
42
|
-
\n <meta charset=\"utf-8\" />\n <meta http-equiv=\"Content-type\" content=\"\
|
43
|
-
text/html; charset=utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width,\
|
44
|
-
\ initial-scale=1\" />\n <style type=\"text/css\">\n body {\n \
|
45
|
-
\ background-color: #f0f0f2;\n margin: 0;\n padding: 0;\n \
|
46
|
-
\ font-family: \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial,\
|
47
|
-
\ sans-serif;\n \n }\n div {\n width: 600px;\n \
|
48
|
-
\ margin: 5em auto;\n padding: 50px;\n background-color: #fff;\n\
|
49
|
-
\ border-radius: 1em;\n }\n a:link, a:visited {\n color:\
|
50
|
-
\ #38488f;\n text-decoration: none;\n }\n @media (max-width:\
|
51
|
-
\ 700px) {\n body {\n background-color: #fff;\n }\n\
|
52
|
-
\ div {\n width: auto;\n margin: 0 auto;\n \
|
53
|
-
\ border-radius: 0;\n padding: 1em;\n }\n }\n\
|
54
|
-
\ </style> \n</head>\n\n<body>\n<div>\n <h1>Example Domain</h1>\n\
|
55
|
-
\ <p>This domain is established to be used for illustrative examples in\
|
56
|
-
\ documents. You may use this\n domain in examples without prior coordination\
|
57
|
-
\ or asking for permission.</p>\n <p><a href=\"http://www.iana.org/domains/example\"\
|
58
|
-
>More information...</a></p>\n</div>\n</body>\n</html>\n"
|
59
|
-
http_version:
|
60
|
-
recorded_at: Thu, 07 Dec 2017 14:55:50 GMT
|
61
|
-
recorded_with: VCR 2.9.3
|
@@ -1,119 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://example.org/
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- '*/*'
|
12
|
-
User-Agent:
|
13
|
-
- Ruby
|
14
|
-
response:
|
15
|
-
status:
|
16
|
-
code: 200
|
17
|
-
message: OK
|
18
|
-
headers:
|
19
|
-
Cache-Control:
|
20
|
-
- max-age=604800
|
21
|
-
Content-Type:
|
22
|
-
- text/html
|
23
|
-
Date:
|
24
|
-
- Thu, 07 Dec 2017 14:55:48 GMT
|
25
|
-
Etag:
|
26
|
-
- '"359670651+ident"'
|
27
|
-
Expires:
|
28
|
-
- Thu, 14 Dec 2017 14:55:48 GMT
|
29
|
-
Last-Modified:
|
30
|
-
- Fri, 09 Aug 2013 23:54:35 GMT
|
31
|
-
Server:
|
32
|
-
- ECS (dca/2454)
|
33
|
-
Vary:
|
34
|
-
- Accept-Encoding
|
35
|
-
X-Cache:
|
36
|
-
- HIT
|
37
|
-
Content-Length:
|
38
|
-
- '1270'
|
39
|
-
body:
|
40
|
-
encoding: US-ASCII
|
41
|
-
string: "<!doctype html>\n<html>\n<head>\n <title>Example Domain</title>\n\
|
42
|
-
\n <meta charset=\"utf-8\" />\n <meta http-equiv=\"Content-type\" content=\"\
|
43
|
-
text/html; charset=utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width,\
|
44
|
-
\ initial-scale=1\" />\n <style type=\"text/css\">\n body {\n \
|
45
|
-
\ background-color: #f0f0f2;\n margin: 0;\n padding: 0;\n \
|
46
|
-
\ font-family: \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial,\
|
47
|
-
\ sans-serif;\n \n }\n div {\n width: 600px;\n \
|
48
|
-
\ margin: 5em auto;\n padding: 50px;\n background-color: #fff;\n\
|
49
|
-
\ border-radius: 1em;\n }\n a:link, a:visited {\n color:\
|
50
|
-
\ #38488f;\n text-decoration: none;\n }\n @media (max-width:\
|
51
|
-
\ 700px) {\n body {\n background-color: #fff;\n }\n\
|
52
|
-
\ div {\n width: auto;\n margin: 0 auto;\n \
|
53
|
-
\ border-radius: 0;\n padding: 1em;\n }\n }\n\
|
54
|
-
\ </style> \n</head>\n\n<body>\n<div>\n <h1>Example Domain</h1>\n\
|
55
|
-
\ <p>This domain is established to be used for illustrative examples in\
|
56
|
-
\ documents. You may use this\n domain in examples without prior coordination\
|
57
|
-
\ or asking for permission.</p>\n <p><a href=\"http://www.iana.org/domains/example\"\
|
58
|
-
>More information...</a></p>\n</div>\n</body>\n</html>\n"
|
59
|
-
http_version:
|
60
|
-
recorded_at: Thu, 07 Dec 2017 14:55:48 GMT
|
61
|
-
- request:
|
62
|
-
method: get
|
63
|
-
uri: http://example.org/
|
64
|
-
body:
|
65
|
-
encoding: US-ASCII
|
66
|
-
string: ''
|
67
|
-
headers:
|
68
|
-
Accept:
|
69
|
-
- '*/*'
|
70
|
-
User-Agent:
|
71
|
-
- Ruby
|
72
|
-
response:
|
73
|
-
status:
|
74
|
-
code: 200
|
75
|
-
message: OK
|
76
|
-
headers:
|
77
|
-
Cache-Control:
|
78
|
-
- max-age=604800
|
79
|
-
Content-Type:
|
80
|
-
- text/html
|
81
|
-
Date:
|
82
|
-
- Thu, 07 Dec 2017 14:55:48 GMT
|
83
|
-
Etag:
|
84
|
-
- '"359670651+ident"'
|
85
|
-
Expires:
|
86
|
-
- Thu, 14 Dec 2017 14:55:48 GMT
|
87
|
-
Last-Modified:
|
88
|
-
- Fri, 09 Aug 2013 23:54:35 GMT
|
89
|
-
Server:
|
90
|
-
- ECS (dca/2454)
|
91
|
-
Vary:
|
92
|
-
- Accept-Encoding
|
93
|
-
X-Cache:
|
94
|
-
- HIT
|
95
|
-
Content-Length:
|
96
|
-
- '1270'
|
97
|
-
body:
|
98
|
-
encoding: US-ASCII
|
99
|
-
string: "<!doctype html>\n<html>\n<head>\n <title>Example Domain</title>\n\
|
100
|
-
\n <meta charset=\"utf-8\" />\n <meta http-equiv=\"Content-type\" content=\"\
|
101
|
-
text/html; charset=utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width,\
|
102
|
-
\ initial-scale=1\" />\n <style type=\"text/css\">\n body {\n \
|
103
|
-
\ background-color: #f0f0f2;\n margin: 0;\n padding: 0;\n \
|
104
|
-
\ font-family: \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial,\
|
105
|
-
\ sans-serif;\n \n }\n div {\n width: 600px;\n \
|
106
|
-
\ margin: 5em auto;\n padding: 50px;\n background-color: #fff;\n\
|
107
|
-
\ border-radius: 1em;\n }\n a:link, a:visited {\n color:\
|
108
|
-
\ #38488f;\n text-decoration: none;\n }\n @media (max-width:\
|
109
|
-
\ 700px) {\n body {\n background-color: #fff;\n }\n\
|
110
|
-
\ div {\n width: auto;\n margin: 0 auto;\n \
|
111
|
-
\ border-radius: 0;\n padding: 1em;\n }\n }\n\
|
112
|
-
\ </style> \n</head>\n\n<body>\n<div>\n <h1>Example Domain</h1>\n\
|
113
|
-
\ <p>This domain is established to be used for illustrative examples in\
|
114
|
-
\ documents. You may use this\n domain in examples without prior coordination\
|
115
|
-
\ or asking for permission.</p>\n <p><a href=\"http://www.iana.org/domains/example\"\
|
116
|
-
>More information...</a></p>\n</div>\n</body>\n</html>\n"
|
117
|
-
http_version:
|
118
|
-
recorded_at: Thu, 07 Dec 2017 14:55:49 GMT
|
119
|
-
recorded_with: VCR 2.9.3
|