messenger 0.7.0 → 0.7.1
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.
- checksums.yaml +4 -4
- data/README.markdown +1 -1
- data/lib/messenger/messenger.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa7a85c2be5d84ab89714304b3b37e255dac68e5
|
|
4
|
+
data.tar.gz: 1ec77ac3fdf9d7b1654fd63349c2c61328ae594c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91e0787218cbf03500da558a4d18109a779268a29ffed64562e9bc13beae7f5e2a89bf1e1f4bb419d27621a72b37283905ab9e2179c70a61cef6663e0b1ee3e3
|
|
7
|
+
data.tar.gz: e0f21e27ef5b43bd6dcf87423be2ff2f7d4d78349b9c905c95fcd7711aa1e2949e552ba008eec314c25a9f1de48f37ee5507c0c90810913e2cc31c3b66b4eac1
|
data/README.markdown
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Messenger
|
|
1
|
+
Messenger [](https://travis-ci.org/zencoder/messenger)
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
4
|
Messenger makes it easy to send messages using a variety of services (e.g. email, web, campfire, jabber). It is designed to be used via the command-line or invoked directly with in a Ruby application. One of the guiding principles behind the library is to specify as much as possible through a single URL.
|
data/lib/messenger/messenger.rb
CHANGED