wcc 2.0.0 → 2.0.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 (3) hide show
  1. data/lib/wcc/version.rb +1 -1
  2. data/lib/wcc/xmpp.rb +2 -0
  3. metadata +3 -3
data/lib/wcc/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  module WCC
3
- VERSION = "2.0.0"
3
+ VERSION = "2.0.1"
4
4
  end
data/lib/wcc/xmpp.rb CHANGED
@@ -34,6 +34,8 @@ module WCC
34
34
  }
35
35
  end
36
36
  end
37
+ # no defaults
38
+ {}
37
39
  end
38
40
 
39
41
  def self.shut_down
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wcc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Christian Nicolai