I updated the development dependencies and the Rakefile since rake got its' 10.0 release, which breaks the api to versions <10. e.g. as promised in 0.9, with all those deprecation warnings 'rake/rdoctask' got removed. see the release_notes
this was necessary due to the usage of the >= operator in the .gemspec, which tells bundler to install the newest possible version.
If you prefer a shorter history, I can squash all my commits into one.
I updated the development dependencies and the
Rakefile
since rake got its' 10.0 release, which breaks the api to versions <10. e.g. as promised in 0.9, with all those deprecation warnings'rake/rdoctask'
got removed. see the release_notesthis was necessary due to the usage of the
>=
operator in the.gemspec
, which tells bundler to install the newest possible version.If you prefer a shorter history, I can squash all my commits into one.