Skip to content

Commit

Permalink
🎂 🐛 Add protect.rb to the gemspec (Whoops!)
Browse files Browse the repository at this point in the history
  • Loading branch information
elifoster committed Jan 2, 2016
1 parent 7d61736 commit 125c060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
## Version 0
### Version 0.10.1
* Add the accidentally forgotten protect.rb file to the list of files for the gemspec.

### Version 0.10.0
* Remove all incorrectly splatted method arguments, so account creation reasons and edit summaries work now (#12).
* Support a bunch of more Lists (#17). All of the old methods still exist in various submodules. The new methods are:
Expand Down
3 changes: 2 additions & 1 deletion mediawiki-butt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.10.0'
s.version = '0.10.1'
s.license = 'CC-BY-NC-ND-4.0'
# Expand on this description eventually.
s.description = <<-EOF
Expand Down Expand Up @@ -60,6 +60,7 @@ Gem::Specification.new do |s|
'lib/mediawiki/query/lists/log/patrol.rb',
'lib/mediawiki/query/lists/log/rights.rb',
'lib/mediawiki/query/lists/log/upload.rb',
'lib/mediawiki/query/lists/log/protect.rb',

'CHANGELOG.md'
]
Expand Down

0 comments on commit 125c060

Please sign in to comment.