ringioAPI 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.mkdn +2 -2
  2. data/lib/ringioAPI/version.rb +1 -1
  3. 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.3 that makes JSON objects not parse the root node.
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
 
@@ -1,3 +1,3 @@
1
1
  module RingioAPI
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
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-25 00:00:00 +01:00
17
+ date: 2010-11-26 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency