Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit ad31deb

Browse files
committed
version bump
1 parent 37e8fe2 commit ad31deb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.1.5 (April 04, 2012)
2+
* Added ethnicity filter
13
0.1.4 (March 27, 2012)
24
* more consistent search results when paginating by using OKCupid server timestamps
35
* Search#load_next_page returns boolean to deal with cases where pagination doesn't load new results

lib/lonely_coder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class OKCupid
1313
BaseUrl = 'http://www.okcupid.com'
14-
VERSION = '0.1.4'
14+
VERSION = '0.1.5'
1515

1616
def initialize(username=nil, password=nil)
1717
@browser = Mechanize.new

lonely_coder.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
Gem::Specification.new do |s|
33
s.name = "lonely_coder"
4-
s.version = '0.1.4'
4+
s.version = '0.1.5'
55
s.platform = Gem::Platform::RUBY
66
s.authors = ["Trek Glowacki"]
77
s.email = ["[email protected]"]

0 commit comments

Comments
 (0)