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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76c21b712ec1b6c51c2997742420dfb0fbd7ccd1
4
- data.tar.gz: f36fa3db507bb27ea2e17b1cb0616003e2cbfe4e
3
+ metadata.gz: f44b00fc8c5bf3449982ad798e1f536d142c8c2b
4
+ data.tar.gz: b62f35e5ee4ceff03f89f76353f00ec52e0c450f
5
5
  SHA512:
6
- metadata.gz: c3e23d4acc640ab07ffba6aa94e07a6eabad20774004cb20a4a71f79a49f0ea5977d8a5de91e8cd3b3aae1c765313e50177e54744759fb726c0279e6efe987cb
7
- data.tar.gz: cbd43452f89a987beffd8d1c90ba20aa84685bea9a73184563c1529953c20b3a1de9ab046ee58e4c3d8461a293414685ef53639e8591426e2c3337f37a998af8
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
 
@@ -1,5 +1,5 @@
1
1
  module Alephant
2
2
  module Publisher
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -1,6 +1,6 @@
1
1
  require_relative 'env'
2
2
 
3
- require 'alephant/support'
3
+ require 'alephant/support/parser'
4
4
  require 'alephant/sequencer'
5
5
  require 'alephant/cache'
6
6
  require 'alephant/logger'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alephant-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Integralist