nameable_record 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ gemdev
@@ -0,0 +1 @@
1
+ 1.9.3-p392
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
- source :rubygems
1
+ source 'https://rubygems.org'
2
2
 
3
- group :development, :test do
4
- gem 'ruby-debug'
3
+ group :developmen, :test do
4
+ gem 'debugger', :require => 'ruby-debug'
5
5
  gem 'guard'
6
6
  gem 'rb-fsevent'
7
7
  gem 'growl'
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 C. Jason Harrelson
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module NameableRecord
2
- VERSION = "1.2.0"
2
+ VERSION = "1.3.0"
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/midas/nameable_record"
11
11
  s.summary = %q{Abstracts the ActiveRecord composed_of pattern for names.}
12
12
  s.description = %q{Abstracts the ActiveRecord composed_of pattern for names. Also provides other convenience utilieis for working with human names.}
13
+ s.license = "MIT"
13
14
 
14
15
  s.rubyforge_project = "nameable_record"
15
16
 
metadata CHANGED
@@ -1,81 +1,81 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: nameable_record
3
- version: !ruby/object:Gem::Version
4
- hash: 31
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.0
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 2
9
- - 0
10
- version: 1.2.0
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Jason Harrelson
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-06-11 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
12
+ date: 2013-08-15 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
21
15
  name: gem-dandy
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
24
17
  none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 3
29
- segments:
30
- - 0
31
- version: "0"
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
32
22
  type: :development
33
- version_requirements: *id001
34
- - !ruby/object:Gem::Dependency
35
- name: rspec
36
23
  prerelease: false
37
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
38
25
  none: false
39
- requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- hash: 3
43
- segments:
44
- - 0
45
- version: "0"
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: rspec
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
46
38
  type: :development
47
- version_requirements: *id002
48
- - !ruby/object:Gem::Dependency
49
- name: rails
50
39
  prerelease: false
51
- requirement: &id003 !ruby/object:Gem::Requirement
40
+ version_requirements: !ruby/object:Gem::Requirement
52
41
  none: false
53
- requirements:
54
- - - ">="
55
- - !ruby/object:Gem::Version
56
- hash: 3
57
- segments:
58
- - 0
59
- version: "0"
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: rails
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
60
54
  type: :development
61
- version_requirements: *id003
62
- description: Abstracts the ActiveRecord composed_of pattern for names. Also provides other convenience utilieis for working with human names.
63
- email:
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ description: Abstracts the ActiveRecord composed_of pattern for names. Also provides
63
+ other convenience utilieis for working with human names.
64
+ email:
64
65
  - jason@lookforwardenterprises.com
65
66
  executables: []
66
-
67
67
  extensions: []
68
-
69
68
  extra_rdoc_files: []
70
-
71
- files:
69
+ files:
72
70
  - .document
73
71
  - .gitignore
74
72
  - .rspec
75
- - .rvmrc
73
+ - .ruby-gemset
74
+ - .ruby-version
76
75
  - Gemfile
77
76
  - Gemfile.lock
78
77
  - Guardfile
78
+ - LICENSE.txt
79
79
  - README.rdoc
80
80
  - Rakefile
81
81
  - lib/nameable_record.rb
@@ -99,39 +99,37 @@ files:
99
99
  - spec/rails_spec_helper.rb
100
100
  - spec/spec_helper.rb
101
101
  homepage: https://github.com/midas/nameable_record
102
- licenses: []
103
-
102
+ licenses:
103
+ - MIT
104
104
  post_install_message:
105
105
  rdoc_options: []
106
-
107
- require_paths:
106
+ require_paths:
108
107
  - lib
109
- required_ruby_version: !ruby/object:Gem::Requirement
108
+ required_ruby_version: !ruby/object:Gem::Requirement
110
109
  none: false
111
- requirements:
112
- - - ">="
113
- - !ruby/object:Gem::Version
114
- hash: 3
115
- segments:
110
+ requirements:
111
+ - - ! '>='
112
+ - !ruby/object:Gem::Version
113
+ version: '0'
114
+ segments:
116
115
  - 0
117
- version: "0"
118
- required_rubygems_version: !ruby/object:Gem::Requirement
116
+ hash: 3175946151757854170
117
+ required_rubygems_version: !ruby/object:Gem::Requirement
119
118
  none: false
120
- requirements:
121
- - - ">="
122
- - !ruby/object:Gem::Version
123
- hash: 3
124
- segments:
119
+ requirements:
120
+ - - ! '>='
121
+ - !ruby/object:Gem::Version
122
+ version: '0'
123
+ segments:
125
124
  - 0
126
- version: "0"
125
+ hash: 3175946151757854170
127
126
  requirements: []
128
-
129
127
  rubyforge_project: nameable_record
130
- rubygems_version: 1.8.10
128
+ rubygems_version: 1.8.25
131
129
  signing_key:
132
130
  specification_version: 3
133
131
  summary: Abstracts the ActiveRecord composed_of pattern for names.
134
- test_files:
132
+ test_files:
135
133
  - spec/database.yml
136
134
  - spec/lib/nameable_record/active_record_extensions_spec.rb
137
135
  - spec/lib/nameable_record/name_recognition_sharedspec.rb
data/.rvmrc DELETED
@@ -1,2 +0,0 @@
1
- rvm use ruby-1.8.7-p334@nameable_record
2
- rvm info