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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/spec/internal/log/test.log +12 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07c09cc7150a831d364a9a9e85db2be61949f698
4
- data.tar.gz: 7eb8a5600987d8322ca5018a6d78c91275d49b0a
3
+ metadata.gz: cc94758100bae2a4d86eaf9ef7ce726fcb61fc4a
4
+ data.tar.gz: df209f0eaa87092c1b0d55e20c7fa991c3982719
5
5
  SHA512:
6
- metadata.gz: b1a73a0839a79a858369eff2bec64d003ec5faef35afe9e775d2b38cfd8f03f0ce5fc34df06a2363649a01a2a8eb51b6486ec0b91dffcb2b5e2cc0d925b4aaaa
7
- data.tar.gz: e96c5a33b74c23c6b0eff0a251362d5a94fe8d9106a2a9423dcde5a5b62260546f1dfec33a43193edf7193cef63a31b3aacbe5374f960dbf2125bf499fb0b479
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.0.0
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: 2019-12-23 00:00:00.000000000 Z
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