samsymons / RedditKit.rb

[Deprecated] A Ruby wrapper for the reddit API
https://redditkit.com/
MIT License
152 stars 26 forks source link

Adding user agent name and version to client constructor. #32

Open na-g opened 9 years ago

na-g commented 9 years ago

User Agent string is now easy to generate correctly

Client ctor has new optional parameters for constructing the user agent string.

The user agent string can still be set manually.

Added tests relavent tests.

Updated README.md