gosquared-rails 0.2.0 → 0.3.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 +4 -4
- data/README.md +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e838ac027335c4d0919d9725c64d777972c58311
|
|
4
|
+
data.tar.gz: 341e27535fee52cd1458efba25a79c0651c66bb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb35e998f861aef7a2f47b6a2eaa31fe9259594ae4de1aa75726228532c3df88b17418748d181b57ea98f810b8bba53302055dc81783973d3e189080f5016084
|
|
7
|
+
data.tar.gz: 5fd6305096d022cd522058c4d140ffb2bc8ef2db7e190e00dac18655aefe7320f8ee85b44221aa5b3c36e5011326511630b934262a4f9838284cada1f90aa6bd
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/gosquared/gosquared-rails)
|
|
4
4
|
|
|
5
|
-
The GoSquared Rails Gem will allow you to quickly and easily install GoSquared Live Chat,
|
|
5
|
+
The GoSquared Rails Gem will allow you to quickly and easily install GoSquared Live Chat, Analytics and People in your Rails app.
|
|
6
6
|
|
|
7
7
|
**Note, this gem is currently dependent on jQuery which Rails has dropped as a dependency as of Rails v5.1.0. If you are not already using jQuery within your app, you'll have to include it via a gem such as [Jquery-rails](https://github.com/rails/jquery-rails)**
|
|
8
8
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gosquared-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Russell Vaughan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |-
|
|
14
14
|
GoSquared is the Intelligent live chat software designed to engage with visitors at the perfect time.
|
|
@@ -68,15 +68,15 @@ specification_version: 4
|
|
|
68
68
|
summary: Gem for injecting and configuring the GoSquared Assistant via our JavaScript
|
|
69
69
|
tracking code and Identify method
|
|
70
70
|
test_files:
|
|
71
|
-
- spec/
|
|
72
|
-
- spec/gosquared_generator_spec.rb
|
|
71
|
+
- spec/spec_helper.rb
|
|
73
72
|
- spec/gosquared_spec.rb
|
|
74
|
-
- spec/
|
|
73
|
+
- spec/gosquared_generator_spec.rb
|
|
74
|
+
- spec/configuration_spec.rb
|
|
75
75
|
- spec/internal/app/config/initializers/gosquared_rails.rb
|
|
76
|
+
- spec/internal/app/models/user.rb
|
|
76
77
|
- spec/internal/app/generators/config_generator.rb
|
|
77
78
|
- spec/internal/app/generators/templates/gosquared_rails.rb.erb
|
|
78
|
-
- spec/internal/app/models/user.rb
|
|
79
79
|
- spec/internal/log/test.log
|
|
80
80
|
- spec/property_config_spec.rb
|
|
81
|
-
- spec/spec_helper.rb
|
|
82
81
|
- spec/tracker_intject_spec.rb
|
|
82
|
+
- spec/helpers/anonymous_controller_helper_spec.rb
|