arcgis_vrps 0.0.2.2 → 0.0.2.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/arcgis_vrps.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3af625d3074f6f84386182d7b120aa4a57c0d99
4
- data.tar.gz: 2f2d8fd5876c98473a09c5ba532d4b3c81be802c
3
+ metadata.gz: eef6386556c84f860bc9725640a25cb0a2587896
4
+ data.tar.gz: 99d55e3560a8693197c591a668f820739d26c4f0
5
5
  SHA512:
6
- metadata.gz: 2c67e0d567464c17c154c44ec418ad0ff9fcf3ad9021ec9f8defd751005faaee6aed6a72fe3da0ef0ea927e284d5f17d27fb03a79e74fd54d628e3b70964d311
7
- data.tar.gz: 66e43e5f763b7b51399bb11c17e69b0486ad63be53d55e6e011072fc33527cb84e3057a123ae0aad2d0b6db37ae48c0e643999c057ee37205c983c1e7f15ecf8
6
+ metadata.gz: 8c7c1977109fcbba0a9ef2ff292e4aa65eea54542949f944d011ce4c453b629df4f77e5fbbac46b0ae8a783aa409acdbd7f4845d6f9a3a15d9a92e2707cc8dad
7
+ data.tar.gz: f9ba170eafd5de5ed987b6b8bc86843ea76380c0125f37c4323c799c2ef0b825f6f7c17af6f77ffb9e677623cef6fc7cefcfed1f0364eaa854b0c70041ca3332
data/lib/arcgis_vrps.rb CHANGED
@@ -28,7 +28,7 @@ class Arcgis_Vrps
28
28
  # # getOutputOrders("jf163f4d4f7874fd69b4f6f90e2d5d9aa")
29
29
  # end
30
30
 
31
- # def initialize(client_id, client_secret)
31
+ def initialize(client_id, client_secret)
32
32
  auth = Auth.new(client_id, client_secret)
33
33
  @token = auth.generateToken
34
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arcgis_vrps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.2
4
+ version: 0.0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kiong