workarea-callrail 1.0.0.pre → 1.0.1.pre

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: 395d1eb27dc248ce7fabdd4247b94e46f44f5a7e8febc1609b6b620d3fdb34c6
4
- data.tar.gz: 1e719f0592d9c6fa9a13152dac8ff17a9beb1ad6d821fbc98c50ef3607c4e6ee
3
+ metadata.gz: 8949fdc72e54d52637676e9f575cff9e6a2788462dd2fd51335a4b873e0dfb05
4
+ data.tar.gz: 1908c4cb6a0e8045948ae02b507c86cc203970223ae41d0017a1af65f0f842cb
5
5
  SHA512:
6
- metadata.gz: 397502b7a46a64e2aa6f571f4f12a60615b1941195c91acc3cf920b79e00567cee26f6c46ae42444e4003e4b3b33d17cdd164435e5cd7247759c79f269f5822c
7
- data.tar.gz: bacd36728a43bdc0f6660a1313a4cdb5fa09c0a3bc75624c89b87e46224414bc84a622d99a0ba094927b09898f9eea591c38aaf6f0852f8b54d33b94af2ceafa
6
+ metadata.gz: e385f326d85ba56e73db1de45840275017eea0e88029170bff55f89cb0597d57a9e1b7f5c4cf98bc47ca03e88ae4a0f51df367c9b240285d48c72db2719e3e81
7
+ data.tar.gz: 89606f6b7f35f83373706fa1ed4c77aa93d1aee2ed6234f3ecd04a85ea11ca525887ef9fa22e78c709b75ca3990f13b5e62e88228b179c89884155cee2679725
@@ -4,7 +4,7 @@ Workarea::Plugin.append_partials(
4
4
  )
5
5
 
6
6
  Workarea::Plugin.append_partials(
7
- 'storefront.page_header',
7
+ 'storefront.page-header__callrails',
8
8
  'workarea/storefront/tracking_num'
9
9
  )
10
10
 
@@ -1,5 +1,5 @@
1
1
  module Workarea
2
2
  module Callrail
3
- VERSION = "1.0.0.pre".freeze
3
+ VERSION = "1.0.1.pre".freeze
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ module Workarea
4
4
  class WebWidgetSystemTest < Workarea::SystemTest
5
5
  def test_callrail_script
6
6
  Workarea.with_config do |config|
7
- config.callrail_script_src = '//cdn.callrail.com/companies/915289901/d0742ed6dadcb0d29449/12/swap.js'
7
+ config.callrail_script_src = '//cdn.callrail.com/companies/12/swap.js'
8
8
  visit storefront.root_path
9
9
 
10
10
  assert page.has_xpath?('//script[@id="cr-snippet"]', visible: false)
@@ -18,10 +18,10 @@ module Workarea
18
18
 
19
19
  def test_tracking_num
20
20
  Workarea.with_config do |config|
21
- config.callrail_target_num = '8105813686'
21
+ config.callrail_target_num = '8205823687'
22
22
  visit storefront.root_path
23
23
 
24
- assert(page.has_content?('8105813686'))
24
+ assert(page.has_content?('5862108932'))
25
25
  end
26
26
  end
27
27
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.name = "workarea-callrail"
9
9
  spec.version = Workarea::Callrail::VERSION
10
10
  spec.authors = ["Laxmi Pattar"]
11
- spec.email = ["sathyteja.dvs@trikatechnologies"]
11
+ spec.email = ["laxmi.p@trikatechnologies.com"]
12
12
  spec.homepage = "http://workarea.com"
13
13
  spec.summary = "Workarea Callrail."
14
14
  spec.description = "Tracking and analytics for phone calls and web forms. Optimize your marketing and increase ROI on your PPC, SEO, and offline ad campaigns."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workarea-callrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre
4
+ version: 1.0.1.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laxmi Pattar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-28 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: workarea
@@ -27,7 +27,7 @@ dependencies:
27
27
  description: Tracking and analytics for phone calls and web forms. Optimize your marketing
28
28
  and increase ROI on your PPC, SEO, and offline ad campaigns.
29
29
  email:
30
- - sathyteja.dvs@trikatechnologies
30
+ - laxmi.p@trikatechnologies.com
31
31
  executables: []
32
32
  extensions: []
33
33
  extra_rdoc_files: []
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: 1.3.1
126
126
  requirements: []
127
- rubygems_version: 3.0.3
127
+ rubygems_version: 3.0.6
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Workarea Callrail.