ringioAPI 0.0.1 → 0.0.2
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/lib/ringioAPI/version.rb +1 -1
- metadata +4 -4
data/lib/ringioAPI/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
|
-
- "\xC3\x81lvaro Mart\xC3\xADn"
|
|
12
|
+
- "\xC3\x81lvaro Mart\xC3\xADn Fraguas"
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: 3.0.0
|
|
33
33
|
type: :runtime
|
|
34
34
|
version_requirements: *id001
|
|
35
|
-
description: " Provides a wrapper for the Ringio API in Ruby, using ActiveResource.\n\n You can configure it for example by adding a file with this in config/initializers/ :\n\n require 'ringioAPI'\n Ringio::Base.plugin_token = 'plugin_token_from_ringio'\n"
|
|
35
|
+
description: "\tIMPORTANT: this project has just started, so the functionality is not complete yet.\n Provides a wrapper for the Ringio API in Ruby, using ActiveResource.\n\n You can configure it for example by adding a file with this in config/initializers/ :\n\n require 'ringioAPI'\n Ringio::Base.plugin_token = 'plugin_token_from_ringio'\n"
|
|
36
36
|
email: amartin@ringio.com
|
|
37
37
|
executables: []
|
|
38
38
|
|