Sha256: e2418042ef3c195734f7dfa378d026d78b93a0e7c71f228dfb5e14cd38ffc668

Contents?: true

Size: 286 Bytes

Versions: 13

Compression:

Stored size: 286 Bytes

Contents

module Responses
  
  module Hello
    
    Hello = <<-XML
HTTP/1.1 200 OK
Content-Type: application/xml; charset=utf-8
Connection: keep-alive
Vary: Accept-Encoding
Status: 200
Content-Length: 67

<?xml version="1.0" encoding="UTF-8"?>
<hello>test message</hello>
XML
    
  end
  
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
geocerts-1.0.1 test/fixtures/responses/hello.rb
geocerts-1.0.0 test/fixtures/responses/hello.rb
geocerts-0.0.25 test/fixtures/responses/hello.rb
geocerts-0.0.24 test/fixtures/responses/hello.rb
geocerts-0.0.23 test/fixtures/responses/hello.rb
geocerts-0.0.22 test/fixtures/responses/hello.rb
geocerts-0.0.21 test/fixtures/responses/hello.rb
geocerts-0.0.20 test/fixtures/responses/hello.rb
geocerts-0.0.19 test/fixtures/responses/hello.rb
geocerts-0.0.18 test/fixtures/responses/hello.rb
geocerts-0.0.17 test/fixtures/responses/hello.rb
geocerts-0.0.16 test/fixtures/responses/hello.rb
geocerts-0.0.15 test/fixtures/responses/hello.rb