gosquared 3.0.4 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosquared
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.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: 2017-05-02 00:00:00.000000000 Z
11
+ date: 2020-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -38,8 +38,9 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: A Ruby library for posting data from your application to the GoSquared
42
- Tracking API and fetching metrics from the GoSquared Reporting API.
41
+ description: |-
42
+ GoSquared is the all-in-one growth software for SaaS businesses.
43
+ This gem is for posting data from your application to the GoSquared Tracking API and fetching metrics from the GoSquared Reporting API.
43
44
  email:
44
45
  - russell@gosquared.com
45
46
  executables: []
@@ -89,10 +90,10 @@ signing_key:
89
90
  specification_version: 4
90
91
  summary: GoSquared Ruby Library
91
92
  test_files:
92
- - spec/account_spec.rb
93
- - spec/client_spec.rb
94
- - spec/now_spec.rb
95
- - spec/people_spec.rb
96
93
  - spec/spec_helper.rb
97
94
  - spec/tracking_spec.rb
95
+ - spec/account_spec.rb
96
+ - spec/client_spec.rb
98
97
  - spec/trends_spec.rb
98
+ - spec/people_spec.rb
99
+ - spec/now_spec.rb