xmpp4r-hipchat 0.0.2 → 0.0.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: f64323e247f6260a6a671ee3ea2b4762d8ec1765
4
- data.tar.gz: c71fab69793bf8a902f8deb3e30c3c503943c679
3
+ metadata.gz: 6c8e2230102f71927bbbdf7f63282f309af90f7a
4
+ data.tar.gz: a960ea7ce5538b393c36dabc95c614b1199bae4c
5
5
  SHA512:
6
- metadata.gz: 5d9489b6a5ed86a130c9cdbb6fca83175e657f96b247db59a378aa38bb12f8e9ff0fee35e8c9d7c853e5289114a7ab1554f69a966677019d707a08430e54bd5c
7
- data.tar.gz: 8abbeab174c7e7df994e981c699b1739eaeebfb39a433fe3fd012e9ba382a9ee1b3b809e40c407f6675d4b73a2e7d9a024460e64a36931360eb9cb20f959eaec
6
+ metadata.gz: 8b1f57416797dc131b5544f5ee76a844f99a3e2e3af18901e91075da324c649909df582d5650ed61f9ed2aacd6d18b9fa8fb05aeecc3a8e993c661e77a894369
7
+ data.tar.gz: 8cac79a2f69b86ab7fb15e2e0a737bb970ba339282f7aa3139b1f2dac04c4e91e740ea482c9a8cce0220fc1e8748e1c00ebf1ac56024efafdcd98f356a5197c0
@@ -1,5 +1,5 @@
1
1
  module XMPP4R
2
2
  module HipChat
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmpp4r-hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartosz Kopiński
@@ -36,7 +36,7 @@ files:
36
36
  - LICENSE.txt
37
37
  - README.md
38
38
  - Rakefile
39
- - lib/xmpp4r/hipchat.rb
39
+ - lib/xmpp4r-hipchat.rb
40
40
  - lib/xmpp4r/hipchat/version.rb
41
41
  - lib/xmpp4r/muc/helper/hipchat_client.rb
42
42
  - xmpp4r-hipchat.gemspec