ringioAPI 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ module RingioAPI
5
5
  class Base < ActiveResource::Base
6
6
 
7
7
  self.format = :json
8
+ ActiveResource::Base.include_root_in_json = true
8
9
 
9
10
  end
10
11
 
@@ -0,0 +1,7 @@
1
+ module RingioAPI
2
+
3
+ class Note < Base
4
+
5
+ end
6
+
7
+ end
@@ -0,0 +1,7 @@
1
+ module RingioAPI
2
+
3
+ class User < Base
4
+
5
+ end
6
+
7
+ end
@@ -1,3 +1,3 @@
1
1
  module RingioAPI
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/ringioAPI.rb CHANGED
@@ -1,2 +1,4 @@
1
1
  require 'ringioAPI/base.rb'
2
- require 'ringioAPI/contact.rb'
2
+ require 'ringioAPI/contact.rb'
3
+ require 'ringioAPI/note.rb'
4
+ require 'ringioAPI/user.rb'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - "\xC3\x81lvaro Mart\xC3\xADn Fraguas"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-17 00:00:00 +01:00
17
+ date: 2010-11-24 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -44,6 +44,8 @@ files:
44
44
  - lib/ringioAPI.rb
45
45
  - lib/ringioAPI/version.rb
46
46
  - lib/ringioAPI/base.rb
47
+ - lib/ringioAPI/user.rb
48
+ - lib/ringioAPI/note.rb
47
49
  - lib/ringioAPI/contact.rb
48
50
  has_rdoc: true
49
51
  homepage: http://github.com/ringio/ringioAPI