dpl 1.9.6.travis.2794.5 → 1.9.6.travis.2795.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc93821732ba354451f48e2dbb854cdacb64ae2bbf33072f87fe65714fb1f169
4
- data.tar.gz: 2f710e94a088685132d48ee3cf4c4d74c9fccacd53b16f0c55712f303fdfdfc6
3
+ metadata.gz: 6cb0d771fce49305f5fa176da13704df77f17552789f43ea8195c46dc9261433
4
+ data.tar.gz: 928e79b398801db84ded56a088a0e1829c8b8cb74f8553d2b0dedf2c6edc64f0
5
5
  SHA512:
6
- metadata.gz: 31894616cbcf1f5b9e42a4ea30ce2972e1ee886117bbaf7f326c1e955aea25a67ad39c953db28906f33b936729a09b3349df29139b6e8d53015270176b2f3075
7
- data.tar.gz: 751d79106779e0de1804ee5f6466647ecbc907ecfca9591b823e80b4dc8bd079cdc440edfd8dcbea0edffce9011cfc4756efeb0ca7165784ab04db2e39c95e2c
6
+ metadata.gz: d59062ad46666f23d85f8cac1cd6be730b31bbdcd24443927b5fcdcc0d508df9e2ea88348828a84340e9d1b4f5c59bd3e36506bf00e5162d8f514b8a9b7a43df
7
+ data.tar.gz: 03e6a9922fa2b5de158b5ccb56fc456815b819dcb6a9b535e1fef755ad0925ddd7d6fbc14fd4ad07047278f2c5981d40125043ca6dd68b1f21f06924195a309e
@@ -1,12 +1,10 @@
1
1
  require 'dpl/error'
2
2
  require 'dpl/version'
3
3
  require 'fileutils'
4
- require 'term/ansicolor'
5
4
 
6
5
  module DPL
7
6
  class Provider
8
7
  include FileUtils
9
- include Term::ANSIColor
10
8
 
11
9
  # map of DPL provider class name constants to their corresponding
12
10
  # file names. There is no simple rule to map them automatically
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.9.6.travis.2794.5'
2
+ VERSION = '1.9.6.travis.2795.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.6.travis.2794.5
4
+ version: 1.9.6.travis.2795.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase