encrypted_attribute 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c9205ab562bd982a7df0c92407bf6170f2481df1576aeadc8d900ce8a44fad3
4
- data.tar.gz: 87a7f96829e4b45b472d6e09d58d1ee886fe7edd7a3b573a3c83c65fc754144a
3
+ metadata.gz: a2afdcb0fefb6c4915ad78db73edde790a982ea6cdf073ef9c8d3ecda8f401ee
4
+ data.tar.gz: ac7eb9a8b5cc380f19b13cc4a234b3afafaf30c452b30ed6e5a5a5813f7af41c
5
5
  SHA512:
6
- metadata.gz: 13eafb104aacce3f152e83ad9e1e88935f929c615dc55107f12fbdc9517ca373dcec6046c12c0b5a6c2408aa6b90323f80592f2e54f838b015da3dd219ca9007
7
- data.tar.gz: 2f16076fe08d7ee54928aa1741984c5540bf9d073b79970171f3710d5e3960d92e896541989aa6206c5edf278c1dba3810668326ed0c91a480fa0c860645bcc4
6
+ metadata.gz: d36e5a23324576af6fbabb43270d4bd3043347a63b5eb5cd1ad76f87c4c07de64eb35998f5dc28adeac5abd6b900140c3d98c70327e24411822bf6bc743c2ace
7
+ data.tar.gz: 2a944725775f9f31e6534b3ca20e45f0aae1c5612fa61d9ed6749ed479fc65d9984c3db076d477a1004b494f60bcc51deee0e38d1abf7b4b67197104f52131a5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- encrypted_attribute (0.1.0)
4
+ encrypted_attribute (0.1.1)
5
5
  activesupport
6
6
  rails
7
7
 
@@ -1,7 +1,7 @@
1
1
  require "encrypted_attribute/version"
2
2
 
3
- require 'activesupport/concern'
4
- require 'activesupport/message_encryptor'
3
+ require 'active_support/concern'
4
+ require 'active_support/message_encryptor'
5
5
 
6
6
  module EncryptedAttribute
7
7
  extend ActiveSupport::Concern
@@ -1,3 +1,3 @@
1
1
  module EncryptedAttribute
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: encrypted_attribute
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trae Robrock