freshworks 1.0 → 1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 802d22c546e1a9067f154e1d54a68c66a7e61cb881cfb4d4bad8144899447a59
4
- data.tar.gz: ec0d7692dce6f9aed56f2fc64385be71923d163cbd4632e591669392bdfe7aa4
3
+ metadata.gz: b0fa2b24596fe01a58f02233449419dd794fb86feced41cb7104f1b40dff4d6f
4
+ data.tar.gz: 752cd42fa437be306f80652083bec9bea5c373dd3f9c520f34ff52e35a2b4da0
5
5
  SHA512:
6
- metadata.gz: 0f9430cf1e6890bae90cd88f9fcc2eca2637b22d0dceeb7365c630a9ceaf93484703a2961beb0b2e4d8c4d6ea52ee3d64c659762539ef81e034a0748221f89c4
7
- data.tar.gz: eea41fc28f5008720e298245114029ebf0ce843acd461af3b8a5faf288ab29f5b943004277f2e27f408de52a9a9ab309d2db13027e94578adb8aa95b3ac0971d
6
+ metadata.gz: 5a6bd4ffbd681d3310b92d1e978be44a85a4ff7c9854faeca0e7277697e109f8461dd4bf21d69f7352db13e028a282c75a4a4ef2f178bc1518077178cb664291
7
+ data.tar.gz: 230a03f5265deccbe66df28f69f39fdd5a3f06c845b5dfcb58ecb97a610abda6f083dd0d2f121e3be603c184c480675b7b5bb895163ae30fff7e4c3b17eba9f4
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [pr]: http://help.github.com/send-pull-requests/
7
7
 
8
8
  # Freshworks Gem
9
- A Ruby interface for the [Freshworks Public API][api-docs].
9
+ A Ruby interface for the [Freshworks Public API][api-docs]. Formerly known as [Natero](https://github.com/bonusly/natero).
10
10
 
11
11
  ## Installation
12
12
  ```Bash
data/freshworks.gemspec CHANGED
@@ -6,9 +6,9 @@ require 'freshworks/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'freshworks'
8
8
  spec.version = Freshworks::VERSION
9
- spec.authors = ['Ellen Cornelius', 'Nowai Matthew', 'Andrew Brown', 'Robert Ingrum']
9
+ spec.authors = ['Andrew Brown', 'Robert Ingrum']
10
10
  spec.email = 'dev@bonus.ly'
11
- spec.summary = 'Wrapper for Freshworks API'
11
+ spec.summary = 'Wrapper for Freshworks API. Formerly known as Natero.'
12
12
  spec.description = 'Freshworks is customer success software used to reduce churn and increase B2B SaaS adoption.'
13
13
  spec.homepage = 'http://bonus.ly'
14
14
  spec.license = 'MIT'
@@ -1,3 +1,3 @@
1
1
  module Freshworks
2
- VERSION = '1.0'
2
+ VERSION = '1.1'
3
3
  end
metadata CHANGED
@@ -1,11 +1,9 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freshworks
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
- - Ellen Cornelius
8
- - Nowai Matthew
9
7
  - Andrew Brown
10
8
  - Robert Ingrum
11
9
  autorequire:
@@ -232,5 +230,5 @@ requirements: []
232
230
  rubygems_version: 3.0.3
233
231
  signing_key:
234
232
  specification_version: 4
235
- summary: Wrapper for Freshworks API
233
+ summary: Wrapper for Freshworks API. Formerly known as Natero.
236
234
  test_files: []