matthewtodd-has_digest 0.1.0 → 0.1.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 (1) hide show
  1. metadata +4 -3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matthewtodd-has_digest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Todd
@@ -21,6 +21,7 @@ extensions: []
21
21
 
22
22
  extra_rdoc_files:
23
23
  - README.rdoc
24
+ - shoulda_macros/has_digest.rb
24
25
  files:
25
26
  - README.rdoc
26
27
  - MIT-LICENSE
@@ -36,7 +37,7 @@ rdoc_options:
36
37
  - --main
37
38
  - README.rdoc
38
39
  - --title
39
- - has_digest-0.1.0
40
+ - has_digest-0.1.1
40
41
  - --inline-source
41
42
  - --line-numbers
42
43
  require_paths:
@@ -59,6 +60,6 @@ rubyforge_project:
59
60
  rubygems_version: 1.2.0
60
61
  signing_key:
61
62
  specification_version: 2
62
- summary: Rails plugin that helps encrypt passwords and generate api tokens before save.
63
+ summary: ActiveRecord macro that helps encrypt passwords and generate api tokens before_save.
63
64
  test_files: []
64
65