utility_drawer 0.1.1 → 0.1.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.
data/lib/base/httparty.rb CHANGED
@@ -2,12 +2,13 @@ require 'rubygems'
2
2
  require 'httparty'
3
3
  require 'yaml'
4
4
  require 'voomify/config'
5
+ require 'extensions/hash'
5
6
 
6
7
 
7
8
  class ClientBase
8
9
  include HTTParty
9
10
  include Voomify::Config
10
- has_site_config "services.yml"
11
+ has_site_config "voomify.yml"
11
12
 
12
13
  private
13
14
  def self.hashes2struct(object, name="Root")
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utility_drawer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Russell Edens
@@ -31,8 +31,8 @@ files:
31
31
  - lib/base/httparty.rb
32
32
  - lib/extensions/hash.rb
33
33
  - lib/extensions/kernel.rb
34
+ - lib/utility_drawer.rb
34
35
  - lib/voomify/config.rb
35
- - lib/voomify_extensions.rb
36
36
  - README
37
37
  has_rdoc: true
38
38
  homepage: http://www.github.com/voomify/utility_drawer