symmetric-encryption 0.5.0 → 0.5.1

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.
@@ -13,7 +13,7 @@ module SymmetricEncryption #:nodoc:
13
13
  #config.symmetric_encryption = ::SymmetricEncryption::Config
14
14
 
15
15
  rake_tasks do
16
- load "symmetric/railties/symmetric_encryption.rake"
16
+ load "symmetric_encryption/railties/symmetric_encryption.rake"
17
17
  end
18
18
 
19
19
  # Initialize Symmetry. This will look for a symmetry.yml in the config
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module SymmetricEncryption #:nodoc
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
Binary file
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 0
9
- version: 0.5.0
8
+ - 1
9
+ version: 0.5.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Reid Morrison