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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fanout.rb +2 -1
  3. data/lib/fppformat.rb +2 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39412352a748c6f7ec1a08eb7fbe7fcdf23b7406
4
- data.tar.gz: 4d054d92b8796e13031a8617afe6927a4cf10dec
3
+ metadata.gz: 1dc5396665961c2eae633ffdc75c9faac6af19c8
4
+ data.tar.gz: d2effd30c3db8902d7a007276c64624ab03dc789
5
5
  SHA512:
6
- metadata.gz: 01f5fd7cbceae533cf3c1fb77bc9808ba73cb424605f7162916ca5649644d21ce8ff1f655ebeb3a8a26aca772ca926b1ed61c11ed5b80a988bac72c2a877b6e2
7
- data.tar.gz: 18897b074ee332216150f08a939d3bbd55a9e4d5c99c1c9c578001357d8c171d81193349d77cfa01174226e8e1d2f13c620d128efe86e5f26072bd21b1caee82
6
+ metadata.gz: 896142c34b00d8932b4ceba2257ec40b01015d2b75173c1ab29ce475abc89c8aaeb44566d8223306a04b76d3eb550dee418deda5f7beb3e036962571cc764b73
7
+ data.tar.gz: e99886e77e1a590f8a36d4670603393310b22218424395f2ba1ba351471098e953fe106d4585c726154e63886d9d836426f8e88701199fd723de8e623c7a8838
data/lib/fanout.rb CHANGED
@@ -1,7 +1,8 @@
1
1
  # fanout.rb
2
2
  # ~~~~~~~~~
3
3
  # This module implements the Fanout class.
4
- # :copyright: (c) 2014 by Fanout.io.
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 'base64'
data/lib/fppformat.rb CHANGED
@@ -1,7 +1,8 @@
1
1
  # fppformat.rb
2
2
  # ~~~~~~~~~
3
3
  # This module implements the FppFormat class.
4
- # :copyright: (c) 2014 by Fanout.io.
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.3
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-02 00:00:00.000000000 Z
11
+ date: 2015-01-04 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: A Ruby implementation for publishing FPP messages
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: '0'
34
+ version: 1.9.0
35
35
  required_rubygems_version: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - ">="