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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/readytalk.gemspec +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b99b09a6d1d970fa24632e49608045c9202e5386
4
- data.tar.gz: c282affb91f6f6ec5b736358e10dd39521f3380f
3
+ metadata.gz: 36be6abbb02946e327553a6dc0659d9c527e8f96
4
+ data.tar.gz: 32ab408281f12dd661c2c4f6db6ade8462b72056
5
5
  SHA512:
6
- metadata.gz: ffc13e91140e1b17b27acc311d83617b7fd8af54404699fc0e5482900402d6ed2b47ff78ef9035dbe8620ba6e0540917b0fb1063e18079df3e9a7d337ed6f1c9
7
- data.tar.gz: 1f9ce897181e879b0a64470c1af8322653da5b10806346b2993a9f8a14bc31d69ab9d7449155245772ba70965723a1b7099bab9b5a32f6efe626953bfba0f01c
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.
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'readytalk'
3
- s.version = '0.6.0'
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.0
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: []