Sha256: 34b4057f9503f1710c4f9f43ebda979a8cb81907428c9a552a0b0781f3b1a3cc
Contents?: true
Size: 1.11 KB
Versions: 6
Compression:
Stored size: 1.11 KB
Contents
0.5.0 ---- * ApiError is raised when API KEY was invalid (before did only return nil) * ServerError is now seperated into ApiError and ServiceUnavailableError 0.4.2 ---- * default IDs are strings, not integers, since RPX supports both * Added username field to standart parameters 0.4 ---- * The RPXNow.api_version= can be set globally * Most methods now support :api_version=>'123', so you can specify the api_version on each call * Added support for unobtrusive code generation. This will make the gem play nicely with developers creating unobtrusive pages with frameworks such as jQuery; * The RPXNOW JSON responses are now parsed by Florian Frank JSON gem (http://json.rubyforge.org/); * Removed the dependency of ActiveSupport. However, if present, ActiveSupport will be used due to its convenience methods Array#to_query and Hash#to_query. * Added support for multiple versions of the widget. By default, everything will point to version 2; * The specs have been updated. 0.3 ---- * RPXNow::ServerError will be thrown when something is invalid/goes wrong, so watch out (not for invalid tokens in user_data)...
Version data entries
6 entries across 6 versions & 4 rubygems