We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dcee9 commit 63c80dfCopy full SHA for 63c80df
.gitignore
@@ -16,3 +16,4 @@ mkmf.log
16
*.tmp
17
.DS_Store
18
.idea/
19
+*.gem
README.md
@@ -13,6 +13,8 @@ execute in the background.
13
14
## Revision History
15
+ - v0.2.2:
+ - Fixed "time" issue with logging
- v0.2.1:
- Logging cleanup
20
- v0.2.0:
lib/wamp/client/logging.rb
@@ -1,3 +1,4 @@
1
+require 'time'
2
require 'logger'
3
4
module Wamp
lib/wamp/client/version.rb
@@ -1,5 +1,5 @@
module Client
- VERSION = '0.2.1'
+ VERSION = '0.2.2'
end
5
0 commit comments