acts_as_human_name 0.0.1 → 0.0.2

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 (3) hide show
  1. data/Rakefile +1 -1
  2. data/{init.rb → rails/init.rb} +0 -0
  3. metadata +5 -5
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ PKG_FILES = FileList[
14
14
 
15
15
  spec = Gem::Specification.new do |s|
16
16
  s.name = "acts_as_human_name"
17
- s.version = "0.0.1"
17
+ s.version = "0.0.2"
18
18
  s.author = "Dave Christiansen"
19
19
  s.email = "dave@trooptrack.com"
20
20
  s.homepage = "http://trooptrack.com/"
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_human_name
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dave Christiansen
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-07 00:00:00 -04:00
18
+ date: 2010-09-08 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -28,11 +28,11 @@ extensions: []
28
28
  extra_rdoc_files:
29
29
  - README
30
30
  files:
31
- - init.rb
32
31
  - MIT-LICENSE
33
32
  - Rakefile
34
33
  - README
35
34
  - lib/active_record/acts/human_name.rb
35
+ - rails/init.rb
36
36
  has_rdoc: true
37
37
  homepage: http://trooptrack.com/
38
38
  licenses: []