places_scout 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fb4545fabed5b244cdf7286a4ec0c334da46bf6
4
- data.tar.gz: b1656588dbe562538908cca4a3dc6b660c72126c
3
+ metadata.gz: eaccc814de70df97d4aea0b3116c186f78881fe3
4
+ data.tar.gz: 4a6605185fd72276264b0613ba228ffcbf8f9bc1
5
5
  SHA512:
6
- metadata.gz: 3eb7b5ebe099c6aa822ad8f5eb9dcb63d6ca49020b352091817df06e6ffb0981135b1dc1427b860eccd99dd02c1f29db6af3e780d377628520e86c8c7edc7573
7
- data.tar.gz: e658722d41fd01a4b9298d7c4a27d4c139092eb46a46f5c9725ec7c85e1bfa56083a0bd974ed9564b41a49d5088aa2dbf1981666ca972be5b63e1f7e0d348242
6
+ metadata.gz: 2c02d5f5a06df11aadcebde2fd1dc0bff8611cb5e8ebab3c0ec0b1706fe520c9bd1fb6134e918debd1e59f158bdf3775de31d8066bc54e880f7a44d3be8b1567
7
+ data.tar.gz: 6b0ca8c2b49215fca017d43433f8de38ddf2d83f395354c0dad220fcdda6230f47c0348815dc77c694b7ec68d29ad0f9a07dce2830c45ac4d805421504bf6411
@@ -109,7 +109,7 @@ module PlacesScout
109
109
  ""
110
110
  end
111
111
 
112
- path = (opts[:clientid] && params[:locationid] == "" && all == "") ? "/rankingreports/#{opts[:clientid]}/allbyclient" : "/rankingreports#{all}#{opts[:reportid]}#{rundates}#{runs}#{newest}#{runid}#{summary}#{historical}#{keywords}#{keywordresults}#{keywordresultsid}#{keywordserpscreenshot}"
112
+ path = (opts[:clientid] && params[:locationid] == "" && all == "") ? "/rankingreports/#{opts[:clientid]}/allbyclient" : "/rankingreports#{all}#{reportid}#{rundates}#{runs}#{newest}#{runid}#{summary}#{historical}#{keywords}#{keywordresults}#{keywordresultsid}#{keywordserpscreenshot}"
113
113
  params[:Keyword] = opts[:keywordserpscreenshot] if opts[:keywordserpscreenshot]
114
114
  params[:GoogleLocation] = opts[:googlelocation] if opts[:googlelocation]
115
115
  params[:page] = opts[:page] || 1
@@ -1,3 +1,3 @@
1
1
  module PlacesScout
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: places_scout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hoskison
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-03 00:00:00.000000000 Z
11
+ date: 2016-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler