auto_hash 0.3.0 → 0.3.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/auto_hash.gemspec +3 -3
  4. metadata +5 -5
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/testtask'
5
5
  begin
6
6
  require 'jeweler'
7
7
  Jeweler::Tasks.new do |gem|
8
- summary = %Q{Ruby on Rails plugin to automate hashing an activerecord field and saving as a salt and digest in a single field.}
8
+ summary = %Q{A Ruby on Rails plugin to automate hashing an activerecord field using bcrypt; an activerecord wrapper for bcrypt-ruby}
9
9
  gem.name = "auto_hash"
10
10
  gem.summary = summary
11
11
  gem.description = summary
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{auto_hash}
8
- s.version = "0.3.0"
8
+ s.version = "0.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kevin Swope"]
12
12
  s.date = %q{2010-08-14}
13
- s.description = %q{Ruby on Rails plugin to automate hashing an activerecord field and saving as a salt and digest in a single field.}
13
+ s.description = %q{A Ruby on Rails plugin to automate hashing an activerecord field using bcrypt; an activerecord wrapper for bcrypt-ruby}
14
14
  s.email = %q{gems-kevdev@snkmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
@@ -97,7 +97,7 @@ Gem::Specification.new do |s|
97
97
  s.rdoc_options = ["--charset=UTF-8"]
98
98
  s.require_paths = ["lib"]
99
99
  s.rubygems_version = %q{1.3.7}
100
- s.summary = %q{Ruby on Rails plugin to automate hashing an activerecord field and saving as a salt and digest in a single field.}
100
+ s.summary = %q{A Ruby on Rails plugin to automate hashing an activerecord field using bcrypt; an activerecord wrapper for bcrypt-ruby}
101
101
  s.test_files = [
102
102
  "test/common/user_test.rb",
103
103
  "test/rails2x_root/app/controllers/application_controller.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto_hash
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kevin Swope
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: "0"
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
- description: Ruby on Rails plugin to automate hashing an activerecord field and saving as a salt and digest in a single field.
35
+ description: A Ruby on Rails plugin to automate hashing an activerecord field using bcrypt; an activerecord wrapper for bcrypt-ruby
36
36
  email: gems-kevdev@snkmail.com
37
37
  executables: []
38
38
 
@@ -151,7 +151,7 @@ rubyforge_project:
151
151
  rubygems_version: 1.3.7
152
152
  signing_key:
153
153
  specification_version: 3
154
- summary: Ruby on Rails plugin to automate hashing an activerecord field and saving as a salt and digest in a single field.
154
+ summary: A Ruby on Rails plugin to automate hashing an activerecord field using bcrypt; an activerecord wrapper for bcrypt-ruby
155
155
  test_files:
156
156
  - test/common/user_test.rb
157
157
  - test/rails2x_root/app/controllers/application_controller.rb