Skip to content

Commit

Permalink
New release 0.2.1. Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
elifoster committed Sep 30, 2015
1 parent 7e58d2d commit 8d6e21e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog
## Version 0
### Version 0.2.1
* Fix gemspec. You should actually have the new stuff now.

### Version 0.2.0
* New get_id method to get the pageid from the title.
* New get_random_pages method to get an array of random articles.
* New Namespace module full of constants.
* is_current_user_bot is now called as is_current_user_bot?.
* New get_edit_token method for obtaining an edit token based on the page title.
* New edit method and module for editing pages.
* Fix logout parsing error

### Version 0.1.1
* Got rid of pointless array in is_current_user_bot
* Potentially fixed docs
Expand Down
5 changes: 3 additions & 2 deletions mediawiki-butt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ deps = [

Gem::Specification.new do |s|
s.authors = ['Eli Foster', 'Eric Schneider (xbony2)']
s.files = Dir['lib/*']
s.name = 'mediawiki-butt'
s.summary = "Interacting with the MediaWiki API"
s.version = '0.1.1'
s.version = '0.2.1'
s.license = 'CC-BY-NC-ND-4.0'
# Expand on this description eventually.
s.description = <<-EOF
Expand All @@ -27,6 +26,8 @@ Gem::Specification.new do |s|
"lib/mediawiki/auth.rb",
"lib/mediawiki/exceptions.rb",
"lib/mediawiki/query.rb",
"lib/mediawiki/constants.rb",
"lib/mediawiki/edit.rb",
"CHANGELOG.md"
]

Expand Down

0 comments on commit 8d6e21e

Please sign in to comment.