rockdove 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.yardoc/checksums ADDED
@@ -0,0 +1,9 @@
1
+ lib/rockdove.rb b9b020e991abb225949fefe4d3fd1ef38403f31e
2
+ lib/rockdove/config.rb 93e78837a5b3ac91fc97318324cf8a3cae106d59
3
+ lib/rockdove/version.rb abcb732ab9e766e51b35690f495f8e67b24e2d0c
4
+ lib/rockdove/dovetie.rb 44b7f4571d615659ea9ad64ca9802eb8561c8f2f
5
+ lib/rockdove/email_parser.rb 46ea70d0de098b4465c86324a8193755f696ce3d
6
+ lib/rockdove/collect_mail.rb 0aadd90be2cbf4355a6dc6ff6998b1f7690ad99e
7
+ lib/rockdove/exchange_mail.rb 7f39898a1c1887f12529bd6baea4c2b47a323f0f
8
+ lib/rockdove/script/rockdove_server.rb 4fc2fdf52730ee0d5912043091440b8f1c90c9d3
9
+ lib/generators/rockdove/install_generator.rb a1d0d23122d814121a73b74cad6a4e08dd782bff
Binary file
Binary file
Binary file
data/CHANGELOG.md CHANGED
@@ -14,3 +14,7 @@
14
14
  * [Enhancement] Ignore Delivery Failure Notices
15
15
  * [Feature] Ignore Mails from specific email(s) list
16
16
  * [Enhancement] Handles line breaks issue by setting text only mode for email body
17
+
18
+ ## v0.2.0
19
+
20
+ *[Feature] Generated Yard documentation