arcrest 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '094692ab842a296611709975fe686c760c663f0979a6ac610d4cb05c9cee8154'
4
- data.tar.gz: 714b1484b6edbd395ca8b54735b267f46936afaea06d904c3ebdfeab1d7d7045
3
+ metadata.gz: 948d7b288f2b704e1437945ec175ad399e2d419edce9692c042009f36af2f072
4
+ data.tar.gz: a63cb3c9e7efacff80129324d6a3ad5f947170b6932fef3fa117bed207b0096f
5
5
  SHA512:
6
- metadata.gz: 9ff644960db61b5fd69bccfb5a5dae58c475f157a48eb01cdedd0b7b348f4c4be71687b51ea7da4508a740b7d1a11f806f2363255ba0ac512ecd9ebcb6790415
7
- data.tar.gz: 3c3f64142e4c687ffc3e03fe1e023ff323510eec51b047440547c9d725f4d5232176b890acf46125acc645f47b6d8369199429cf5f888bb9495b6067e1f331eb
6
+ metadata.gz: bb831237a571a7928ca0736094545c4bd3ef530faad8c6d9873d7eb6c9a55718d2b5acf006586ae87850aa43f3f00de85d2e14bb197cf8a986d6a1641a6f5645
7
+ data.tar.gz: f53a0d06535c3a932571e369ffa98a429d17db3edb70cf9b7eee6ad0f09ad38c09b0c0baeed8a62bacfb6825ce2ff4c01297136bbdb03e5891160283de4fcf0e
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = 'Wrapper for ArcGIS REST API'
14
14
  spec.description = 'Wrapper for ArcGIS REST API'
15
- spec.homepage = 'https://gitlab.com/matzfan/ArcREST'
15
+ spec.homepage = 'https://gitlab.com/matzfan/arcrest'
16
16
  spec.required_ruby_version = '>= 2.4'
17
17
  spec.license = 'MIT'
18
18
 
@@ -27,7 +27,6 @@ module Curlable
27
27
 
28
28
  def configure(curl, headers)
29
29
  curl.follow_location = true
30
- curl.headers['Upgrade-Insecure-Requests'] = 1
31
30
  headers.each { |k, v| curl.headers[k.capitalize] = v }
32
31
  end
33
32
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ArcREST
4
- VERSION = '0.0.4'
4
+ VERSION = '0.0.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arcrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - matzfan
@@ -149,7 +149,7 @@ files:
149
149
  - lib/arcrest/server.rb
150
150
  - lib/arcrest/service.rb
151
151
  - lib/arcrest/version.rb
152
- homepage: https://gitlab.com/matzfan/ArcREST
152
+ homepage: https://gitlab.com/matzfan/arcrest
153
153
  licenses:
154
154
  - MIT
155
155
  metadata: {}