symmetric-encryption 0.2.0 → 0.3.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.
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 2
7
+ - 3
8
8
  - 0
9
- version: 0.2.0
9
+ version: 0.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Reid Morrison
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-03-14 00:00:00 -04:00
17
+ date: 2012-03-19 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -29,6 +29,7 @@ extra_rdoc_files: []
29
29
 
30
30
  files:
31
31
  - examples/symmetric-encryption.yml
32
+ - lib/symmetric/cipher.rb
32
33
  - lib/symmetric/encryption.rb
33
34
  - lib/symmetric/extensions/active_record/base.rb
34
35
  - lib/symmetric/railtie.rb
@@ -45,12 +46,14 @@ files:
45
46
  - nbproject/project.xml
46
47
  - Rakefile
47
48
  - README.md
48
- - symmetric-encryption-0.1.2.gem
49
49
  - test/attr_encrypted_test.rb
50
+ - test/cipher_test.rb
50
51
  - test/config/database.yml
51
52
  - test/config/symmetric-encryption.yml
52
- - test/config/test.iv
53
- - test/config/test.key
53
+ - test/config/test_new.iv
54
+ - test/config/test_new.key
55
+ - test/config/test_secondary_1.iv
56
+ - test/config/test_secondary_1.key
54
57
  - test/encryption_test.rb
55
58
  has_rdoc: true
56
59
  homepage: https://github.com/ClarityServices/symmetric-encryption
Binary file