places_scout 0.1.1 → 0.1.2

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: eaccc814de70df97d4aea0b3116c186f78881fe3
4
- data.tar.gz: 4a6605185fd72276264b0613ba228ffcbf8f9bc1
3
+ metadata.gz: f440cab434622af128a6384ee030633dc851ae50
4
+ data.tar.gz: 975f83b748566573af6fe9f863c11fb71b3e57a4
5
5
  SHA512:
6
- metadata.gz: 2c02d5f5a06df11aadcebde2fd1dc0bff8611cb5e8ebab3c0ec0b1706fe520c9bd1fb6134e918debd1e59f158bdf3775de31d8066bc54e880f7a44d3be8b1567
7
- data.tar.gz: 6b0ca8c2b49215fca017d43433f8de38ddf2d83f395354c0dad220fcdda6230f47c0348815dc77c694b7ec68d29ad0f9a07dce2830c45ac4d805421504bf6411
6
+ metadata.gz: 83bde4dbc82c9916dad408f2cc72a522dfa05947dd1dfa76e9c917124de77948495073ccbfb814e4ce6952ebe73c4e106accfd541896b028ded2ebe1b73d24c3
7
+ data.tar.gz: 64c5b786c32045922aa72979de9fec36c83f5307c225b30d664eee63eb6cfd9786ccf43c3cb9cd3b22e713da0e21c8be3bdc1e15d07d01f0a280c58ca3eada21
data/lib/places_scout.rb CHANGED
@@ -98,7 +98,7 @@ module PlacesScout
98
98
  summary = (opts[:summary] && opts[:runid] && opts[:runs] && rundates == "" && all == "") ? "/summarymetrics" : ""
99
99
  keywordresults = (opts[:keywordresults] && opts[:runid] && opts[:runs] && opts[:reportid] && rundates =="" && summary == "" && all == "") ? "/keywordsearchresults" : ""
100
100
  keywordresultsid = (opts[:keywordresultsid] && opts[:keywordresults] && opts[:runid] && opts[:runs] && opts[:reportid] && rundates =="" && summary == "" && all == "") ? "/#{opts[:keywordresultsid]}" : ""
101
- keywordserpscreenshot = (opts[:runid] && opts[:runs] && opts[:reportid] && rundates == "" && keywordresults == "" && keywordresultsid == "" && summary == "" && all == "") ? "/keywordserpscreenshot" : ""
101
+ keywordserpscreenshot = (opts[:runid] && opts[:runs] && opts[:reportid] && opts[:googlelocation] && rundates == "" && keywordresults == "" && keywordresultsid == "" && summary == "" && all == "") ? "/keywordserpscreenshot" : ""
102
102
 
103
103
  newest = case opts[:newest]
104
104
  when opts[:newest] = true
@@ -1,3 +1,3 @@
1
1
  module PlacesScout
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
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-07 00:00:00.000000000 Z
11
+ date: 2016-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler