akamaized 0.0.5 → 0.0.6

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.
@@ -14,10 +14,10 @@ module Akamaized
14
14
  base_dir: nil
15
15
  }.merge(opts)
16
16
 
17
- self.username = opts["username"]
18
- self.password = opts["password"]
19
- self.host = opts["host"]
20
- self.base_dir = opts["base_dir"]
17
+ self.username = opts[:username]
18
+ self.password = opts[:password]
19
+ self.host = opts[:host]
20
+ self.base_dir = opts[:base_dir]
21
21
  end
22
22
 
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module Akamaized
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: akamaized
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brandon Hansen, Eric Casequin