Skip to content

Commit b7ebd0c

Browse files
committed
Version bump to 0.1.2
1 parent d460186 commit b7ebd0c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog!
22

3+
## 0.1.1 (Jul 20 2012)
4+
5+
* Adds BnetScraper::Starcraft2.valid\_profile?
6+
* Adds BnetScraper::Starcraft2::BaseScraper#valid?
7+
38
## 0.1.0 (Jul 06 2012)
49

510
* Replaces open-uri with Faraday
611
* Adds BnetScraper::InvalidProfileError when unsuccessfully scraping
712

8-
## 0.2.0 (Apr 20 2012)
13+
## 0.0.2 (Apr 20 2012)
914

1015
* Adds Battle.net Status API
1116
* Adds Match History scraping

bnet_scraper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "bnet_scraper"
6-
s.version = "0.1.0"
6+
s.version = "0.1.1"
77
s.authors = ["Andrew Nordman"]
88
s.email = ["[email protected]"]
99
s.homepage = "https://github.com/agoragames/bnet_scraper/"

0 commit comments

Comments
 (0)