talk 2.3.2 → 2.3.3

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: 2f5dcdff8563a46970851995f96479b69cbfc36f
4
- data.tar.gz: 34acc8ef4bd3c6e253ecac20588ef518a3188b39
3
+ metadata.gz: 7831a8c2a37a8788412cb1825647418c72b79e8a
4
+ data.tar.gz: e15f72dff26576202e95d63023ace2ba3fac1179
5
5
  SHA512:
6
- metadata.gz: 2eb87135c85769b810223d4a2d0c87ac8e9edc3a48932b876c8d3936ae2c10834ab75a302cf20a3ed5fa2baa1b38c04366aa15062ecc337012a8a62d42f819c6
7
- data.tar.gz: 9466759154403c51629f5c0875452bb550ba29761a33a230f1194ebd97255daf11aa7202de309d12dd1c32c38605bd736d9e0fc5cf1d8d8fb1e62ea4959ced80
6
+ metadata.gz: 31d86c50f6ff17527fe8b73fa8f06c23d121611a79c223ba70338638af20f53dae42556284d269323a4d82b90416b75ef41762d556e2c9e26e4d8787d4d45bb2
7
+ data.tar.gz: 5770c9f62577fa83db4605f3b8274b08cfb4f0a3763ce29eb32fbf733816273e5461e50653b293d4633b78ae7b32dea40000f04541a8bb4a41215c78ddfb4649
@@ -4,10 +4,11 @@ reference :request, :classes, :skip => ["none"]
4
4
 
5
5
  property :name
6
6
 
7
- tag_description
7
+ tag :description, :class => :string
8
8
  tag :request, :class => :string
9
9
  tag :response, :class => :string
10
- tag :requriements, :class => :string
10
+ tag :requirements, :class => :string
11
+ tag :followup, :class => :string
11
12
  tag :origin, :class => :string, :allowed => [ "client", "server", "both" ]
12
13
  tag :needs, :class => :string, :allowed => [ "nothing", "connection", "both" ]
13
14
  tag_end
@@ -3,7 +3,7 @@ register :protocols
3
3
  property :name
4
4
 
5
5
  tag_description
6
- tag :scheme, :multi => true, :required => true
6
+ tag :scheme, :multi => true
7
7
  tag :method, :required => true, :multi => true
8
8
  tag :source, :class => :string
9
9
  tag_end
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Talk
2
- VERSION = "2.3.2"
2
+ VERSION = "2.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: talk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Acres