configatron 3.1.2 → 3.1.3

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: 3432704ea62d8d99a40637794f132e40a6fff33c
4
- data.tar.gz: a8c023590a88bd3c44f568cc6f2d4125027f83cb
3
+ metadata.gz: af9de96b02dc1d308cd5bf8c9dc667f4739ee3f8
4
+ data.tar.gz: 1a2fe49e09b527f4d8c3b7ac5664f60ae9a7d1e2
5
5
  SHA512:
6
- metadata.gz: d5178a5dd5245ca93e3e9f346f8907f674685b37697b11b25ad5c0ae5f1be27c3a7a73d2e0f0099631eb416c91502988c91c872bcd73e68fb252d1f19e287a70
7
- data.tar.gz: 3c06b71333cf213c692fd0aa8ae8d2004bd49fe1c85f8a39a26d37b62c0112b5aa965081e3be331f12a40033b61fb44e59cf5e56046a6bdbdfaf5dec246a8b42
6
+ metadata.gz: 4cb46f6d394067cc5e99d94c236befc9fb88ec4e9eb6bb2ae3c7221102119b0321b2d95b3ce7c65767acbe0e09653bd574dfb46d4e35215e7fc78c9ed89a5cee
7
+ data.tar.gz: 4ff652559053bc336f7e4f58663a2494486bec9e86ec20467a4a8f01efc72396928dd2c803be1bbd144c2e8e7f0d7aa2ce1a97ef8364c6e67f07a518bb54d027
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- configatron (3.1.2)
12
+ configatron (3.1.3)
13
13
 
14
14
  GEM
15
15
  remote: https://rubygems.org/
@@ -25,6 +25,10 @@ class Configatron
25
25
  true
26
26
  end
27
27
 
28
+ def inspect
29
+ call.inspect
30
+ end
31
+
28
32
  end
29
33
 
30
34
  end
@@ -1,3 +1,3 @@
1
1
  class Configatron
2
- VERSION = "3.1.2"
2
+ VERSION = "3.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configatron
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Bates