lucid_intercom 0.5.0 → 0.6.0

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: 1a133b6b1ae95502c5f15501cd40ea84d155d7f703cccc56befe4a32500533d6
4
- data.tar.gz: 4e0b268ce267c890be6bbf61fc52f8bfbca449d37a45ee68a1db8db25f5be494
3
+ metadata.gz: 887d45cc3d09ea51187cf003b7943c49ac225c0b883aa3884f8e4ec2adaa4ee1
4
+ data.tar.gz: 5c849447b48a0e201bc64e728f1a37fbd1e2c5248d2d7e5afc7959babae76a9a
5
5
  SHA512:
6
- metadata.gz: 6b089504958e012d93ca00a847ced2243ee5c22fbe93e2395250898be6063726f5ba87d3b2a2fae48383a3214996e73fb4ccbbb9cd958d56a50cfaec1f898762
7
- data.tar.gz: 470849470d05d34ed775f382af97866684559fd9e0c0fdb95fdad207729f74dc0f6169cf6a6c2916fe2341c61c13d1ec39e7918787866a1aec2916f476bf6e64
6
+ metadata.gz: 61d8acb02a990db111ab103d0f195bd17049b51fad579508d3579187298d025e2c845edb753b05b768b19209d25ed7d024db4e0a3c14a117ee6e3aba418f5988
7
+ data.tar.gz: 3f6fd95024f71fbaa47df6972044c99e81bcf1135b5ffe66cfe98687d6ba4ff6f7e5a39c0c566a42503d8e1fe16c51e4c5abfd30406ddba52b16d8112f7b3b53
@@ -23,7 +23,7 @@ module LucidIntercom
23
23
  # @raise [NotConfiguredError] if config is unset
24
24
  #
25
25
  def config
26
- raise LucidIntercom::NotConfiguredError unless @config
26
+ raise NotConfiguredError unless @config
27
27
 
28
28
  @config
29
29
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LucidIntercom
4
- VERSION = '0.5.0'
4
+ VERSION = '0.6.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucid_intercom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelsey Judson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-22 00:00:00.000000000 Z
11
+ date: 2018-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake