mingle_party 0.0.5 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mingle_party.rb +4 -0
- metadata +3 -2
data/lib/mingle_party.rb
CHANGED
@@ -43,6 +43,10 @@ class MingleParty
|
|
43
43
|
response.each {|key, value| puts "#{key}" }
|
44
44
|
end
|
45
45
|
=end
|
46
|
+
def murmurs
|
47
|
+
response = self.class.get( "#{@uri}/murmurs.xml", @auth_options )
|
48
|
+
Crack::XML.parse( response.body )["murmurs"]
|
49
|
+
end
|
46
50
|
|
47
51
|
def murmur(message, command)
|
48
52
|
options = @auth_options.merge( { query: { "#{command}".to_sym => message } } )
|
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mingle_party
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- betarelease
|
9
|
+
- RyanDur
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
13
|
+
date: 2013-04-05 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: rspec
|