pubcontrol 0.0.3 → 0.0.4

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: 4b6e6861b2c0f85f92d458a0b20023735d62bb38
4
- data.tar.gz: e5dbae6fb3b7bce6bc2ec88bec2828e5ff831f41
3
+ metadata.gz: 9c386b1336a5e83f7980c41e90fce1eea0007820
4
+ data.tar.gz: 88f2a4d16c1da323813df2c17013e7774fccc85c
5
5
  SHA512:
6
- metadata.gz: 087a876325432c69a55742f4c16e6c5e1253e46823d8e8bb6d5d97c696b81ca740f6f3c5254d5a7c988a11bf6477e7465ee33157756145a9a0b216db06a1e3ad
7
- data.tar.gz: 07f6380826406af20868223c4af5f8c3ce7ac2c2aab01223c4b49397fc2528e87dfe4530d3c517404a2609e37024187037117665eb5d427c3c032e50312beee8
6
+ metadata.gz: 351b24b297b4b72f4fd923ced916f3fc2988389acf822389afa56aae34c8a9974f4f6579cec12e8d357ecc0ad5e4c8f0b133ecf6fd8d3fb614ea8d3b9b3479f4
7
+ data.tar.gz: 31004494af835fc5dd1a1bc0373e648b317ed0be68891788a1bd8aba8d8731d57090cd931811539affe70ba74facb7771e52242d42ebe56bedd4b125256e9960
data/lib/format.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # format.rb
2
2
  # ~~~~~~~~~
3
3
  # This module implements the Format class.
4
- # :copyright: (c) 2014 by Konstantin Bokarius.
4
+ # :copyright: (c) 2014 by Fanout.io.
5
5
  # :license: MIT, see LICENSE for more details.
6
6
 
7
7
  class Format
data/lib/item.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # item.rb
2
2
  # ~~~~~~~~~
3
3
  # This module implements the Item class.
4
- # :copyright: (c) 2014 by Konstantin Bokarius.
4
+ # :copyright: (c) 2014 by Fanout.io.
5
5
  # :license: MIT, see LICENSE for more details.
6
6
 
7
7
  require_relative 'format.rb'
data/lib/pccbhandler.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # format.rb
2
2
  # ~~~~~~~~~
3
3
  # This module implements the PubControlCallbackHandler class.
4
- # :copyright: (c) 2014 by Konstantin Bokarius.
4
+ # :copyright: (c) 2014 by Fanout.io.
5
5
  # :license: MIT, see LICENSE for more details.
6
6
 
7
7
  class PubControlCallbackHandler
data/lib/pubcontrol.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # pubcontrol.rb
2
2
  # ~~~~~~~~~
3
3
  # This module implements the PubControl class.
4
- # :copyright: (c) 2014 by Konstantin Bokarius.
4
+ # :copyright: (c) 2014 by Fanout.io.
5
5
  # :license: MIT, see LICENSE for more details.
6
6
 
7
7
  require 'algorithms'
data/lib/pubcontrolset.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # pubcontrolset.rb
2
2
  # ~~~~~~~~~
3
3
  # This module implements the PubControlSet class.
4
- # :copyright: (c) 2014 by Konstantin Bokarius.
4
+ # :copyright: (c) 2014 by Fanout.io.
5
5
  # :license: MIT, see LICENSE for more details.
6
6
 
7
7
  require_relative 'pubcontrol.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pubcontrol
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