mumble-ruby 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bae49229e8195de35bbf85442393e14ef9f3839c
4
- data.tar.gz: ef84bbb243c82ecfdbd483ea65b919885fb7fab9
3
+ metadata.gz: 0ea1635039ece7ef16c81a683f522d7abc5c6264
4
+ data.tar.gz: b5d717df87c92f20a46ba6872d30cb401b5b74dd
5
5
  SHA512:
6
- metadata.gz: 58446d2ef8b83034404ef96da96350d2919ddd186088063a72f10079f04f56cad9fe31e82e716b77b8c4bc73aa70902de9890213060ee2fafea35eccf9cdf8ff
7
- data.tar.gz: e33ff4bfc6b6aca4efb587951715b303bf1ba63e38eb594aa4956f043bbc700fca7321de9a069405b56db1df55805bfd3edde404977ecfe001268bad717fc952
6
+ metadata.gz: 6496f7236573a03d5a6a2332339dea83dcd88ecedc583e38fa4e85f449a336d6224ca563ff5b37b7db9aa4464b7099e837422fb093006381ed457efb42b55449
7
+ data.tar.gz: 9f454308af386089a4ab4d71650b93a4d2b7a0a3491cfdf7f10e802a4c2f0d5486ab3da0ff72031189058de314cd5dfcbc2180df6ab966212b2ee5d05d98357e
@@ -37,12 +37,7 @@ module Mumble
37
37
  %Q{#<#{self.class.name} #{attrs}>}
38
38
  end
39
39
 
40
- protected def data
41
- @data
42
- end
43
-
44
- protected def client
45
- @client
46
- end
40
+ protected
41
+ attr_reader :data, :client
47
42
  end
48
43
  end
@@ -1,6 +1,7 @@
1
1
  module Mumble
2
2
  class User < Model
3
3
  attribute :session
4
+ attribute :user_id
4
5
  attribute :actor
5
6
  attribute :name
6
7
  attribute :channel_id
@@ -1,3 +1,3 @@
1
1
  module Mumble
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumble-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Perry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-13 00:00:00.000000000 Z
11
+ date: 2014-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport