orkut 0.0.0.25 → 0.0.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ module Orkut
10
10
  raise(Orkut::Error, "Parameters body cannot be nil") if options[:body].blank?
11
11
  params = [{
12
12
  Orkut::Constants::Fields::PARAMS => {
13
+ Orkut::Constants::Fields::MESSAGE_TYPE => Orkut::Constants::InternalConstants::Values::PUBLIC_MESSAGE,
13
14
  Orkut::Constants::Fields::GROUP_ID => Orkut::Constants::Group::SELF,
14
15
  Orkut::Constants::Fields::USER_ID => Orkut::Constants::InternalConstants::USERID_VIEWER,
15
16
  Orkut::Constants::Fields::APP_ID => Orkut::Constants::InternalConstants::Values::APP,
@@ -9,11 +9,5 @@ module Orkut
9
9
  # User guid only
10
10
  SELF = '@self'
11
11
  end
12
-
13
- module Collection
14
- ALL = 'all'
15
- SCRAPS = 'scraps'
16
- STREAM = 'stream'
17
- end
18
12
  end
19
- end
13
+ end
data/lib/orkut/version.rb CHANGED
@@ -14,7 +14,7 @@ module Orkut
14
14
  end
15
15
 
16
16
  def self.pre
17
- 25 #nil
17
+ 26 #nil
18
18
  end
19
19
 
20
20
  def self.to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orkut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.25
4
+ version: 0.0.0.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-09 00:00:00.000000000Z
12
+ date: 2011-11-10 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth
16
- requirement: &12296200 !ruby/object:Gem::Requirement
16
+ requirement: &13232500 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 0.3.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *12296200
24
+ version_requirements: *13232500
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: multi_json
27
- requirement: &12295120 !ruby/object:Gem::Requirement
27
+ requirement: &13231940 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *12295120
35
+ version_requirements: *13231940
36
36
  description: A Ruby wrapper for the Orkut REST/RPC API.
37
37
  email:
38
38
  - contato@umanni.com