We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd1161 commit 43b84beCopy full SHA for 43b84be
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### VERSION 0.0.4
2
+
3
+* bug fix
4
+ * adding missing dependency: rest-client, that allows to run
5
+ doc_generation_wrapper outside of rails (in resque or sidekiq)
6
7
### VERSION 0.0.1
8
9
* bug fix
lib/doc_generation_wrapper/version.rb
@@ -1,3 +1,3 @@
module DocGenerationWrapper
- VERSION = '0.0.3'
+ VERSION = '0.0.4'
end
0 commit comments