RubyGems
npm
PyPI
Organizations
Log in
Sign up
RubyGems
attr_encrypted
Versions diffs
1.1.1 → 1.1.2
attr_encrypted 1.1.1 → 1.1.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/attr_encrypted.rb
+0
-1
metadata
+2
-2
data/lib/attr_encrypted.rb
CHANGED
Viewed
@@ -1,6 +1,5 @@
1
1
require 'eigenclass'
2
2
require 'encryptor'
3
-
require 'ruby-debug'
4
3
5
4
module AttrEncrypted
6
5
def self.extended(base)
metadata
CHANGED
Viewed
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 1
7
7
- 1
8
-
-
1
9
-
version: 1.1.
1
8
+
-
2
9
+
version: 1.1.
2
10
10
platform: ruby
11
11
authors:
12
12
- Sean Huber