Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
RedditKit.rb 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 9, 2014
1 parent 2107074 commit 9c73dbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 1.0.2

* Fix an issue with the `permalink` method returning URLs with duplicate forward slashes.
* Fix an equality issue with the `Thing` class.
* Fix an issue with links which contain Unicode characters. (@martydill)
* Fix an issue with the options hash. (Nicolas Andreas Grunbaum)

## 1.0.0

Initial release of RedditKit.rb!
4 changes: 2 additions & 2 deletions lib/redditkit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module RedditKit
# A class for managing RedditKit's version number.
class Version
MAJOR = 1
MINOR = 1
PATCH = 0
MINOR = 0
PATCH = 2

class << self
def to_s
Expand Down

0 comments on commit 9c73dbd

Please sign in to comment.