akamai_ccu 1.5.1 → 1.5.2

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
  SHA1:
3
- metadata.gz: 75d96888fd0c5e4c06163ae3cf3f42556543ebbc
4
- data.tar.gz: 05d04bfe1a4f8d67b12d2e8dd28b63b537759f6b
3
+ metadata.gz: 4794c89d3776a0261809c0d4dcbdbc6379bc4d70
4
+ data.tar.gz: c8b22c14aad74a2cdd60c96d12681d2211e2c74d
5
5
  SHA512:
6
- metadata.gz: 3c20a2822a3d558f674b487603e565413f5d99ed1f981e1ddc5f3d00838ca87f3ac499c640f63b77346fa3c248c19e42e155b3d08cb3eadc26c4fad9c5341570
7
- data.tar.gz: db1c25c759194224a5f71aa533fc78197e8974c8a1732b0f11cda7f5a0abf430bb41dae462d0a0062f2d3e9b42abd72f74ed0f8b101e70b558b819c7273331cc
6
+ metadata.gz: c73110c722edf9e7577e9fe1bbf3cce0550603c368eca44604d23519f4bc7542d4b9c598232fffebad5a2154bfaba0b969839fdef783e0644929884058147900
7
+ data.tar.gz: e90f3d6a7b6a6d0762f8323fe1975b022d5e11e971ec096a2b0fab74f923164a8016f3f89fbe4753f84b957d0affada6196d976156c7e165bceb2570b3ca5922
@@ -17,7 +17,7 @@ module AkamaiCCU
17
17
  def by_file(name = "~/.edgerc", time = Time.now)
18
18
  path = File.expand_path(name)
19
19
  return unless File.exist?(path)
20
- data = File.readlines(path).map(&:strip).reduce([]) do |acc, entry|
20
+ data = File.readlines(path).reduce([]) do |acc, entry|
21
21
  m = entry.match(ENTRY_REGEX)
22
22
  acc << [m[1], m[2]] if m
23
23
  acc
@@ -1,3 +1,3 @@
1
1
  module AkamaiCCU
2
- VERSION = "1.5.1"
2
+ VERSION = "1.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akamai_ccu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - costajob