arcgis_vrps 0.0.2.5 → 0.0.2.6

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/arcgis_vrps/auth.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5f205bf6a2b5b2e41706e86d55b36150925e6c6
4
- data.tar.gz: 7552ec80fc80b23236da019dd41b840109095caa
3
+ metadata.gz: b22a04ebcd143d36d3e4c5e97b066ee8fbd16ec6
4
+ data.tar.gz: 0ac639fd6a4d1e61723aaae1dfaf7a755197fa58
5
5
  SHA512:
6
- metadata.gz: 29f8c6f7e8b378782ef34016115f51ed9fc4ffaa31bc0f2694fb754a18cfc6927bb9e10d5b998f96a3b7ee196a85ef919118103f0b35081c94953c7b4417791e
7
- data.tar.gz: 2d7a4ba51401f667a25076069eb9f0710cf8bdb8ed567de2f3034584f6bedb81168ddb54869aa59f072667ec6084ce2856f57f30cd77d2d49fbfb99e363a5ec2
6
+ metadata.gz: 72f3c0dd4d312ac52c3c24314d1571664450de6fec49f64ceed8fe6d80214bd9a48be07fd08d3d003201d5fd9ebad3bf2a39ff0b76b9dab1f745459f559442cb
7
+ data.tar.gz: fdd95623ff12ded46b2efc671890afed483b8dac550fc9cdd672736f5291decaad47892245bee9ddacbe81302fc64bf337003ee34df7d586364a1e262303907b
data/README.md CHANGED
@@ -15,4 +15,6 @@ Please follow the steps outlined [here](https://gist.github.com/fnichol/867550)
15
15
  To debug / test the gem do the following on the command line:
16
16
 
17
17
  - irb -Ilib -rarcgis_vrps
18
- - a=Arcgis_Vrps.new
18
+ -
19
+ a=Arcgis_Vrps.new("rdvAIjUCEMegkoId","a22acf9678c24b34960c320dddfe96cc")
20
+ auth = Auth.new("rdvAIjUCEMegkoId","a22acf9678c24b34960c320dddfe96cc")
@@ -20,7 +20,7 @@ class Auth
20
20
  grant_type: 'client_credentials'
21
21
 
22
22
  token = JSON.parse(res.body)['access_token']
23
- # puts "\n"+res.body
23
+ puts "\n"+res.body
24
24
  return token
25
25
  rescue => e
26
26
  puts "Error in generating token: " + e
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.5
4
+ version: 0.0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kiong