Sha256: 67f914d18b074d53b5b989720214518eb92d08f59dad797f5b46d469c6d62450
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 KB
Contents
# DocRaptor Gem Changelog ## 0.2.3 - 2012/03/15 * major test refactor in preparation for bigger changes * use current gem packaging techniques * add rake into the mix so all the tests can be run with `rake` instead of `bundle exec ruby whatever` * readme cleanup * changelog cleanup * added dates for all the versions to the changelog * package all the files from the repo instead of just a few ## 0.2.2 - 2011/12/07 * BUG: forgot a file in the gem ## 0.2.1 - 2011/12/07 * BUG: there were certain envs where .blank? wasn't defined. So, pulling in the core_ext from activesupport ## 0.2.0 - 2011/09/01 * added behavioral tests! * added a create! method which will raise an exception when doc creation fails * added a list_docs! method which will raise an exception when doc listing fails * added a status! method which will raise an exception when getting an async status fails * added a download! method which will raise an exception when getting an async status fails ## 0.1.6 - 2011/08/30 * allow the gem to be used outside without activesupport ## 0.1.5 - 2011/08/29 * BUG: activesupport safebuffers in rails ~3.0.6 and up were screwing up downloads ## 0.1.4 - 2011/06/24 * add support for creating async jobs ## 0.1.3 - 2011/01/29 * if a block is given to "create", make the value the block returns be the value create returns * add list_doc method, for the new api call to list created documents ## 0.1.2 - 2010/12/02 * add support for the the document_url parameter to create * reduce httparty requirement to 0.4.3 ## 0.1 - 2010/10/29 * initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doc_raptor-0.2.3 | Changelog.md |