readytalk 0.6.0 → 0.6.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 +4 -4
- data/README.md +4 -0
- data/readytalk.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36be6abbb02946e327553a6dc0659d9c527e8f96
|
4
|
+
data.tar.gz: 32ab408281f12dd661c2c4f6db6ade8462b72056
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e22ab63b357e639eb277d4e9d24640cfba6c65166495bb963c7425e321c766a684794fa90097bea51a1467a77ea9df89b03c3ce508850470808cd68565c3e0fb
|
7
|
+
data.tar.gz: 3b47ebb8126f74edb7d7b6fc758ca1abad12416c86b0458441e313cdba96964d7b7a9b9b927bd435788bfc08227dbffb21f3033f2c38eccf11222b6e1b3025f7
|
data/README.md
CHANGED
@@ -115,3 +115,7 @@ via the `errors` method on `ReadyTalk::ReadyTalkError`.
|
|
115
115
|
|
116
116
|
Additionally, the `full_messages` method will return an Array containing the messages
|
117
117
|
for each error.
|
118
|
+
|
119
|
+
## TODO/Coming Soon
|
120
|
+
Tests will be coming very shortly. I also plan on developing a mock webhook for
|
121
|
+
use in external projects.
|
data/readytalk.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'readytalk'
|
3
|
-
s.version = '0.6.
|
3
|
+
s.version = '0.6.1'
|
4
4
|
s.date = '2016-01-19'
|
5
5
|
s.summary = "Ruby binding for the ReadyTalk API"
|
6
|
-
s.description = "Ruby binding for the ReadyTalk - A web conferencing platform."
|
6
|
+
s.description = "Ruby binding for the ReadyTalk API - A web conferencing platform."
|
7
7
|
s.authors = ["Mike Pogran"]
|
8
8
|
s.email = ['mike@ellevatenetwork.com']
|
9
9
|
s.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: readytalk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Pogran
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.8'
|
41
|
-
description: Ruby binding for the ReadyTalk - A web conferencing platform.
|
41
|
+
description: Ruby binding for the ReadyTalk API - A web conferencing platform.
|
42
42
|
email:
|
43
43
|
- mike@ellevatenetwork.com
|
44
44
|
executables: []
|