alephant-publisher 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -5
- data/lib/alephant/publisher/version.rb +1 -1
- data/lib/alephant/publisher.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: f44b00fc8c5bf3449982ad798e1f536d142c8c2b
|
4
|
+
data.tar.gz: b62f35e5ee4ceff03f89f76353f00ec52e0c450f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6149eaaaaa17d99f411860809614c2d284a0a6aa9dd0357bc753c089e462e288af8e885e9cea7a7c92cd9e38ba68756e75909a0b9a1a564046cbfea9248942f
|
7
|
+
data.tar.gz: 0eb58538a7dff52d0720746afb8d9f9468f94a99559a5cc0df148ea62bd45d941b55bb7c08617bb65b149e833ed90d189233fb9c8b52f9c8287796ff48ddf8bb
|
data/README.md
CHANGED
@@ -2,11 +2,7 @@
|
|
2
2
|
|
3
3
|
Static publishing to S3 based on SQS messages
|
4
4
|
|
5
|
-
[![Build Status](https://travis-ci.org/BBC-News/alephant-publisher.png?branch=master)](https://travis-ci.org/BBC-News/alephant-publisher)
|
6
|
-
|
7
|
-
[![Dependency Status](https://gemnasium.com/BBC-News/alephant-publisher.png)](https://gemnasium.com/BBC-News/alephant-publisher)
|
8
|
-
|
9
|
-
[![Gem Version](https://badge.fury.io/rb/alephant-publisher.png)](http://badge.fury.io/rb/alephant-publisher)
|
5
|
+
[![Build Status](https://travis-ci.org/BBC-News/alephant-publisher.png?branch=master)](https://travis-ci.org/BBC-News/alephant-publisher) [![Dependency Status](https://gemnasium.com/BBC-News/alephant-publisher.png)](https://gemnasium.com/BBC-News/alephant-publisher) [![Gem Version](https://badge.fury.io/rb/alephant-publisher.png)](http://badge.fury.io/rb/alephant-publisher)
|
10
6
|
|
11
7
|
## Dependencies
|
12
8
|
|
data/lib/alephant/publisher.rb
CHANGED