chatbase 0.1.01 → 0.1.02

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
  SHA1:
3
- metadata.gz: 68a6dec0c1f45494e45289458b6ffbce772dceb9
4
- data.tar.gz: e68986e13ae48d15233666d00f3da0f1db4301ed
3
+ metadata.gz: e8607c467dbcf0d92b53b685b59f0586385e2ba4
4
+ data.tar.gz: b162b4c25edd64058b1391d4ae76fb1377053ef2
5
5
  SHA512:
6
- metadata.gz: 9633f9f3897f27f07de5f40c6aeb062aae0d0cc7f55f7ab7db40ed34132a15d713ec1115fbfc156a36ac1fa7dbad707247fcd6c4daac006ea18efde1053b1bfc
7
- data.tar.gz: cc2b732d77843bab30ca4c327b388f7b31b4ddf4789cc9c68b80cc3b3cc09597234ed0eac6b67d908eba235d918c70be3c034fb24d98457c6931437ff04a5508
6
+ metadata.gz: 7d5e4f88085ffd575a7bb5be52c67867acc447d3afefed1374d7638b8ee9c90be2b94b8758b9ab354bb30e25e28ba4fe46bee7036183fba7fc7d03d144ae1e03
7
+ data.tar.gz: '029b14e107586acf2ba3fa260f81f911eed821b512cb0b47b0fffb0861b6714e8870c64dc4762550fbdb8cb5a5348a9595b129a37d4aa98289cb13facdb7861f'
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Chatbase
2
2
 
3
- Chatbase.com analytics API written in ruby.
3
+ Chatbase.com analytics API client written in ruby.
4
4
 
5
5
  ## Installation
6
6
 
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["eugeniu.rtj@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Chatbase.com analytics API.}
13
- spec.description = %q{Wrapper for the chatbase.com API written in ruby.}
14
- spec.homepage = "https://github.com/RTJ/chatbase."
13
+ spec.description = %q{Chatbase.com analytics client API written in ruby.}
14
+ spec.homepage = "https://github.com/RTJ/chatbase"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -1,3 +1,3 @@
1
1
  module Chatbase
2
- VERSION = "0.1.01"
2
+ VERSION = "0.1.02"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chatbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.01
4
+ version: 0.1.02
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugeniu Tambur
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0.13'
69
- description: Wrapper for the chatbase.com API written in ruby.
69
+ description: Chatbase.com analytics client API written in ruby.
70
70
  email:
71
71
  - eugeniu.rtj@gmail.com
72
72
  executables: []
@@ -87,7 +87,7 @@ files:
87
87
  - lib/chatbase/http_service.rb
88
88
  - lib/chatbase/message.rb
89
89
  - lib/chatbase/version.rb
90
- homepage: https://github.com/RTJ/chatbase.
90
+ homepage: https://github.com/RTJ/chatbase
91
91
  licenses:
92
92
  - MIT
93
93
  metadata: {}