buddy 2.0.5 → 2.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.
Files changed (3) hide show
  1. data/lib/buddy/version.rb +1 -1
  2. data/lib/buddy.rb +1 -1
  3. metadata +3 -3
data/lib/buddy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Buddy
2
- VERSION = "2.0.5"
2
+ VERSION = "2.0.6"
3
3
  end
data/lib/buddy.rb CHANGED
@@ -16,7 +16,7 @@ module Buddy
16
16
  @buddy_config = {}
17
17
 
18
18
  class << self
19
- attr_accessor :logger, :caller
19
+ attr_accessor :logger, :rest_api_client
20
20
 
21
21
  def load_configuration(yaml)
22
22
  return false unless File.exist?(yaml)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buddy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 5
10
- version: 2.0.5
9
+ - 6
10
+ version: 2.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ole Riesenberg