fanout 0.0.3 → 0.0.4
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/lib/fanout.rb +2 -1
- data/lib/fppformat.rb +2 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1dc5396665961c2eae633ffdc75c9faac6af19c8
|
4
|
+
data.tar.gz: d2effd30c3db8902d7a007276c64624ab03dc789
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 896142c34b00d8932b4ceba2257ec40b01015d2b75173c1ab29ce475abc89c8aaeb44566d8223306a04b76d3eb550dee418deda5f7beb3e036962571cc764b73
|
7
|
+
data.tar.gz: e99886e77e1a590f8a36d4670603393310b22218424395f2ba1ba351471098e953fe106d4585c726154e63886d9d836426f8e88701199fd723de8e623c7a8838
|
data/lib/fanout.rb
CHANGED
data/lib/fppformat.rb
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
# fppformat.rb
|
2
2
|
# ~~~~~~~~~
|
3
3
|
# This module implements the FppFormat class.
|
4
|
-
# :
|
4
|
+
# :authors: Konstantin Bokarius.
|
5
|
+
# :copyright: (c) 2015 by Fanout, Inc.
|
5
6
|
# :license: MIT, see LICENSE for more details.
|
6
7
|
|
7
8
|
require 'pubcontrol'
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fanout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Bokarius
|
8
|
-
- Justin Karneges
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-04 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
|
-
description: A Ruby
|
13
|
+
description: A Ruby convenience library for publishing FPP format messages to Fanout.io
|
14
|
+
using the EPCP protocol
|
15
15
|
email: bokarius@comcast.net
|
16
16
|
executables: []
|
17
17
|
extensions: []
|
@@ -31,7 +31,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
32
32
|
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version:
|
34
|
+
version: 1.9.0
|
35
35
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - ">="
|