gosquared-rails 1.0.0 → 1.1.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/spec/internal/log/test.log +12 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc94758100bae2a4d86eaf9ef7ce726fcb61fc4a
|
|
4
|
+
data.tar.gz: df209f0eaa87092c1b0d55e20c7fa991c3982719
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69b0c2bca9dc932bf98a312f9ba4a09f7f89360663d82a254ed34f6006f03819a9c40dd9ed1981bda990c378bd261b0dafa80096a03763baea3afc97fdc5dd79
|
|
7
|
+
data.tar.gz: 2cef301fc6f9563e33782c9b485f44c731f59e6ec9d9fb91532cd85f54c0993aa0001b7efc02751e161e37dc4246b1273222dd8afb16f3cd8f53cfbaff659d60
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Processing by AnonymousController#index as HTML
|
|
2
|
+
Rendering html template
|
|
3
|
+
Rendered html template (0.0ms)
|
|
4
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
|
5
|
+
Processing by AnonymousController#new as HTML
|
|
6
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
|
7
|
+
Processing by AnonymousController#index as HTML
|
|
8
|
+
Rendering html template
|
|
9
|
+
Rendered html template (0.0ms)
|
|
10
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
|
11
|
+
Processing by AnonymousController#new as HTML
|
|
12
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
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: 1.
|
|
4
|
+
version: 1.1.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: 2020-01-28 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.
|
|
@@ -38,6 +38,7 @@ files:
|
|
|
38
38
|
- spec/internal/app/generators/config_generator.rb
|
|
39
39
|
- spec/internal/app/generators/templates/gosquared_rails.rb.erb
|
|
40
40
|
- spec/internal/app/models/user.rb
|
|
41
|
+
- spec/internal/log/test.log
|
|
41
42
|
- spec/property_config_spec.rb
|
|
42
43
|
- spec/spec_helper.rb
|
|
43
44
|
- spec/tracker_intject_spec.rb
|
|
@@ -75,6 +76,7 @@ test_files:
|
|
|
75
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
|
|
79
|
+
- spec/internal/log/test.log
|
|
78
80
|
- spec/property_config_spec.rb
|
|
79
81
|
- spec/tracker_intject_spec.rb
|
|
80
82
|
- spec/helpers/anonymous_controller_helper_spec.rb
|