ringioAPI 0.0.6 → 0.0.7
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/version.rb +1 -1
- metadata +3 -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
|
|
11
|
+
Contact, Feed, Note, User
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
## Installing
|
|
@@ -29,7 +29,7 @@ You can configure the plugin API token like this:
|
|
|
29
29
|
require 'ringioAPI'
|
|
30
30
|
Ringio::Base.plugin_token = 'plugin_token_from_ringio'
|
|
31
31
|
|
|
32
|
-
Currently there is a bug in Rails 3.0.
|
|
32
|
+
Currently there is a bug in Rails 3.0.1 that makes JSON objects not parse the root node.
|
|
33
33
|
Check the possible solutions and patches in [the corresponding thread in the Rails forums for developers][bug]
|
|
34
34
|
|
|
35
35
|
|
data/lib/ringioAPI/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 7
|
|
9
|
+
version: 0.0.7
|
|
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
|
+
date: 2010-11-26 00:00:00 +01:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|