ringioAPI 0.1.0 → 0.2.0
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.
- data/README.mkdn +2 -2
- data/lib/ringioAPI.rb +2 -0
- data/lib/ringioAPI/account.rb +12 -0
- data/lib/ringioAPI/version.rb +1 -1
- metadata +4 -3
data/README.mkdn
CHANGED
@@ -8,7 +8,7 @@ Provides a wrapper for the [API of Ringio][ringio] in Ruby, using classes that i
|
|
8
8
|
|
9
9
|
Available classes at the moment are:
|
10
10
|
|
11
|
-
Contact, Feed, Note, Ring, User
|
11
|
+
Account, Contact, Feed, Note, Ring, User
|
12
12
|
|
13
13
|
|
14
14
|
## Installing
|
@@ -18,7 +18,7 @@ Available classes at the moment are:
|
|
18
18
|
### Dependencies
|
19
19
|
|
20
20
|
RubyGems >= 1.3.6 ,
|
21
|
-
ActiveResource
|
21
|
+
ActiveResource >= 3.0.3
|
22
22
|
|
23
23
|
### Configuration
|
24
24
|
|
data/lib/ringioAPI.rb
CHANGED
data/lib/ringioAPI/version.rb
CHANGED
metadata
CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
|
-
-
|
7
|
+
- 2
|
8
8
|
- 0
|
9
|
-
version: 0.
|
9
|
+
version: 0.2.0
|
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: 2011-01-
|
17
|
+
date: 2011-01-20 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -52,6 +52,7 @@ files:
|
|
52
52
|
- lib/ringioAPI/base.rb
|
53
53
|
- lib/ringioAPI/user.rb
|
54
54
|
- lib/ringioAPI/note.rb
|
55
|
+
- lib/ringioAPI/account.rb
|
55
56
|
- lib/ringioAPI/contact.rb
|
56
57
|
has_rdoc: true
|
57
58
|
homepage: http://github.com/ringio/ringioAPI
|