ratchetio 0.1.0 → 0.1.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.
data/lib/ratchetio.rb CHANGED
@@ -71,7 +71,7 @@ module Ratchetio
71
71
  if response.code == '200'
72
72
  logger.info "[Ratchet.io] Success"
73
73
  else
74
- logger.warning "[Ratchet.io] Got unexpected status code from Ratchet.io api: " + response.code
74
+ logger.warn "[Ratchet.io] Got unexpected status code from Ratchet.io api: " + response.code
75
75
  logger.info "[Ratchet.io] Response:"
76
76
  logger.info response.body
77
77
  end
@@ -1,3 +1,3 @@
1
1
  module Ratchetio
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ratchetio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: