ssoper-acts_as_encryptable 1.0.6 → 1.0.7

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.
data/README.rdoc CHANGED
@@ -11,7 +11,7 @@ Run this if the gem isn't installed already
11
11
  gem install ssoper-acts_as_encryptable --source=http://gems.github.com
12
12
 
13
13
  Or place in your environment.rb
14
- config.gem 'ssoper-acts_as_encryptable', :source => 'http://gems.github.com'
14
+ config.gem 'ssoper-acts_as_encryptable', :lib => 'acts_as_encryptable', :source => 'http://gems.github.com'
15
15
 
16
16
 
17
17
  == Configuration
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "acts_as_encryptable"
3
- s.version = "1.0.6"
4
- s.date = "2009-03-27"
3
+ s.version = "1.0.7"
4
+ s.date = "2009-03-28"
5
5
  s.author = "Sean Soper"
6
6
  s.email = "sean.soper@gmail.com"
7
7
  s.summary = "Encrypt and decrypt your data using asymmetric keys"
@@ -33,4 +33,4 @@ Gem::Specification.new do |s|
33
33
  "README.rdoc"]
34
34
  s.rubygems_version = "1.3.1"
35
35
  s.add_dependency "capistrano", ">= 2.5.0"
36
- end
36
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssoper-acts_as_encryptable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Soper
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-27 00:00:00 -07:00
12
+ date: 2009-03-28 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency