From 040b6aadd3c55b85d6362df7187a9fa65df45c81 Mon Sep 17 00:00:00 2001 From: elifoster Date: Sun, 6 Dec 2015 16:45:46 -0800 Subject: [PATCH] :birthday: :book: Bump version. Update changelog. --- CHANGELOG.md | 4 ++++ mediawiki-butt.gemspec | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2566937..046608c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog ## Version 0 +### Version 0.8.1 +* Fix get_limited's NoMethodError on user_bot? +* Fix user_bot? always returning false. + ### Version 0.8.0 * A ton of property query methods (#7). View their docs for info: * get_all_links_in_page diff --git a/mediawiki-butt.gemspec b/mediawiki-butt.gemspec index 352550f..d2cc9eb 100644 --- a/mediawiki-butt.gemspec +++ b/mediawiki-butt.gemspec @@ -2,12 +2,12 @@ Gem::Specification.new do |s| s.authors = ['Eli Foster', 'Eric Schneider (xbony2)'] s.name = 'mediawiki-butt' s.summary = 'Interacting with the MediaWiki API' - s.version = '0.8.0' + s.version = '0.8.1' s.license = 'CC-BY-NC-ND-4.0' # Expand on this description eventually. s.description = <<-EOF - MediaWiki::Butt is a Ruby Gem that provides a fully-featured MediaWiki API \ - interface. It includes methods for changing wiki content, authentication, \ + MediaWiki::Butt provides a fully-featured interface to the MediaWiki API. \ + It includes methods for changing wiki content, authentication, \ and queries. EOF