FTB-Gamepedia / MediaWiki-Butt-Ruby

A Ruby library for the MediaWiki API
https://rubygems.org/gems/mediawiki-butt
MIT License
9 stars 2 forks source link

Fix a couple of errors #41

Closed enterprisey closed 8 years ago

enterprisey commented 8 years ago

I added watch.rb to the gemspec, since it seemed to be missing (and we can't build a gem without it!).

I also fixed an error in get_categories_in_page, which I explained in the extended commit message for e9a5e9f, but - briefly - involved the API being lazy.

elifoster commented 8 years ago

Hm. I suppose that get_categories_in_page change should be applied to pretty much all the queries and a couple of the edit apis too (#35).