relishable 0.10 → 0.11

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.
@@ -42,11 +42,13 @@ class Relish
42
42
  response.body['Items']
43
43
  end
44
44
 
45
- def to_s
45
+ def inspect
46
46
  "#<Relish::DynamoHelper>"
47
47
  end
48
48
 
49
- private
49
+ alias to_s inspect
50
+
51
+ protected
50
52
 
51
53
  def attrs_to_get(attrs)
52
54
  attrs.empty? ? {} : {:AttributesToGet => attrs}
@@ -34,10 +34,12 @@ class Relish
34
34
  raise RelishDecryptionFailed
35
35
  end
36
36
 
37
- def to_s
37
+ def inspect
38
38
  "#<Relish::EncryptionHelper>"
39
39
  end
40
40
 
41
+ alias to_s inspect
42
+
41
43
  protected
42
44
 
43
45
  def hmac_secrets
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relishable
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.10'
4
+ version: '0.11'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: