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 +4 -4
- data/README.md +1 -1
- data/chatbase.gemspec +2 -2
- data/lib/chatbase/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8607c467dbcf0d92b53b685b59f0586385e2ba4
|
|
4
|
+
data.tar.gz: b162b4c25edd64058b1391d4ae76fb1377053ef2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d5e4f88085ffd575a7bb5be52c67867acc447d3afefed1374d7638b8ee9c90be2b94b8758b9ab354bb30e25e28ba4fe46bee7036183fba7fc7d03d144ae1e03
|
|
7
|
+
data.tar.gz: '029b14e107586acf2ba3fa260f81f911eed821b512cb0b47b0fffb0861b6714e8870c64dc4762550fbdb8cb5a5348a9595b129a37d4aa98289cb13facdb7861f'
|
data/README.md
CHANGED
data/chatbase.gemspec
CHANGED
|
@@ -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{
|
|
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'
|
data/lib/chatbase/version.rb
CHANGED
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.
|
|
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:
|
|
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: {}
|