gosquared-rails 0.1.0 → 1.2.0
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 +5 -5
- data/Gemfile +1 -1
- data/README.md +10 -9
- data/lib/tracker_inject/injector.rb +50 -53
- data/lib/tracker_inject/property_config.rb +1 -1
- data/spec/helpers/anonymous_controller_helper_spec.rb +1 -1
- data/spec/internal/log/test.log +0 -2562
- metadata +16 -17
metadata
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gosquared-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Russell Vaughan
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |-
|
14
|
-
GoSquared is
|
15
|
-
This
|
14
|
+
GoSquared is the All-in-one growth software for SaaS businesses.
|
15
|
+
This gem is for quickly installing the GoSquared intelligent in-app messaging and live chat Assistant, GoSquared Real-time Analytics and the People Customer Data Hub in your Rails App .
|
16
16
|
email:
|
17
|
-
-
|
17
|
+
- russell@gosquared.com
|
18
18
|
executables: []
|
19
19
|
extensions: []
|
20
20
|
extra_rdoc_files: []
|
@@ -46,7 +46,7 @@ homepage: https://github.com/gosquared/gosquared-rails
|
|
46
46
|
licenses:
|
47
47
|
- MIT
|
48
48
|
metadata: {}
|
49
|
-
post_install_message:
|
49
|
+
post_install_message:
|
50
50
|
rdoc_options: []
|
51
51
|
require_paths:
|
52
52
|
- lib
|
@@ -61,22 +61,21 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
|
-
|
65
|
-
|
66
|
-
signing_key:
|
64
|
+
rubygems_version: 3.1.4
|
65
|
+
signing_key:
|
67
66
|
specification_version: 4
|
68
|
-
summary: Gem for injecting and configuring the GoSquared
|
69
|
-
and Identify method
|
67
|
+
summary: Gem for injecting and configuring the new GoSquared Assistant via our JavaScript
|
68
|
+
tracking code and Identify method
|
70
69
|
test_files:
|
71
|
-
- spec/
|
72
|
-
- spec/gosquared_generator_spec.rb
|
70
|
+
- spec/spec_helper.rb
|
73
71
|
- spec/gosquared_spec.rb
|
74
|
-
- spec/
|
72
|
+
- spec/gosquared_generator_spec.rb
|
73
|
+
- spec/configuration_spec.rb
|
75
74
|
- spec/internal/app/config/initializers/gosquared_rails.rb
|
75
|
+
- spec/internal/app/models/user.rb
|
76
76
|
- spec/internal/app/generators/config_generator.rb
|
77
77
|
- spec/internal/app/generators/templates/gosquared_rails.rb.erb
|
78
|
-
- spec/internal/app/models/user.rb
|
79
78
|
- spec/internal/log/test.log
|
80
79
|
- spec/property_config_spec.rb
|
81
|
-
- spec/spec_helper.rb
|
82
80
|
- spec/tracker_intject_spec.rb
|
81
|
+
- spec/helpers/anonymous_controller_helper_spec.rb
|