namae 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.document CHANGED
@@ -2,5 +2,6 @@ lib/**/*.rb
2
2
  bin/*
3
3
  -
4
4
  features/**/*.feature
5
- LICENSE
5
+ AGPL
6
+ BSDL
6
7
  README.md
File without changes
data/BSDL ADDED
@@ -0,0 +1,27 @@
1
+ Namae. A personal name parser
2
+ Copyright (C) 2012 President and Fellows of Harvard College
3
+
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are met:
6
+
7
+ 1. Redistributions of source code must retain the above copyright notice,
8
+ this list of conditions and the following disclaimer.
9
+
10
+ 2. Redistributions in binary form must reproduce the above copyright notice,
11
+ this list of conditions and the following disclaimer in the documentation
12
+ and/or other materials provided with the distribution.
13
+
14
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR
15
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
16
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
17
+ EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
18
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
19
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
21
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
22
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
23
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
+
25
+ The views and conclusions contained in the software and documentation are
26
+ those of the authors and should not be interpreted as representing official
27
+ policies, either expressed or implied, of the copyright holder.
data/README.md CHANGED
@@ -130,4 +130,5 @@ Contributors
130
130
  Copyright
131
131
  ---------
132
132
  Copyright (c) 2012 President and Fellows of Harvard College.
133
- Please see LICENSE for further details.
133
+
134
+ Namae is dual licensed under the AGPL and a BSD-style license.
@@ -2,7 +2,7 @@ module Namae
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze
@@ -5,15 +5,14 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "namae"
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Sylvester Keil", "Dan Collis-Puro"]
12
- s.date = "2012-06-04"
12
+ s.date = "2012-06-08"
13
13
  s.description = " Namae is a parser for human names. It recognizes personal names of various cultural backgrounds and tries to split them into their component parts (e.g., given and family names, honorifics etc.). "
14
14
  s.email = ["sylvester@keil.or.at", "dan@collispuro.com"]
15
15
  s.extra_rdoc_files = [
16
- "LICENSE",
17
16
  "README.md"
18
17
  ]
19
18
  s.files = [
@@ -23,8 +22,9 @@ Gem::Specification.new do |s|
23
22
  ".simplecov",
24
23
  ".travis.yml",
25
24
  ".yardopts",
25
+ "AGPL",
26
+ "BSDL",
26
27
  "Gemfile",
27
- "LICENSE",
28
28
  "README.md",
29
29
  "Rakefile",
30
30
  "cucumber.yml",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: namae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-06-04 00:00:00.000000000 Z
13
+ date: 2012-06-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: racc
17
- requirement: &70130476790440 !ruby/object:Gem::Requirement
17
+ requirement: &70121416905540 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ~>
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: 1.4.8
23
23
  type: :development
24
24
  prerelease: false
25
- version_requirements: *70130476790440
25
+ version_requirements: *70121416905540
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: rdoc
28
- requirement: &70130476789740 !ruby/object:Gem::Requirement
28
+ requirement: &70121416904800 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ~>
@@ -33,10 +33,10 @@ dependencies:
33
33
  version: '3.12'
34
34
  type: :development
35
35
  prerelease: false
36
- version_requirements: *70130476789740
36
+ version_requirements: *70121416904800
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: bundler
39
- requirement: &70130476789140 !ruby/object:Gem::Requirement
39
+ requirement: &70121416903740 !ruby/object:Gem::Requirement
40
40
  none: false
41
41
  requirements:
42
42
  - - ~>
@@ -44,10 +44,10 @@ dependencies:
44
44
  version: '1.1'
45
45
  type: :development
46
46
  prerelease: false
47
- version_requirements: *70130476789140
47
+ version_requirements: *70121416903740
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: simplecov
50
- requirement: &70130476788340 !ruby/object:Gem::Requirement
50
+ requirement: &70121416902880 !ruby/object:Gem::Requirement
51
51
  none: false
52
52
  requirements:
53
53
  - - ! '>='
@@ -55,10 +55,10 @@ dependencies:
55
55
  version: '0'
56
56
  type: :development
57
57
  prerelease: false
58
- version_requirements: *70130476788340
58
+ version_requirements: *70121416902880
59
59
  - !ruby/object:Gem::Dependency
60
60
  name: ZenTest
61
- requirement: &70130476787660 !ruby/object:Gem::Requirement
61
+ requirement: &70121416921440 !ruby/object:Gem::Requirement
62
62
  none: false
63
63
  requirements:
64
64
  - - ~>
@@ -66,10 +66,10 @@ dependencies:
66
66
  version: 4.8.0
67
67
  type: :development
68
68
  prerelease: false
69
- version_requirements: *70130476787660
69
+ version_requirements: *70121416921440
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: jeweler
72
- requirement: &70130476786600 !ruby/object:Gem::Requirement
72
+ requirement: &70121416920760 !ruby/object:Gem::Requirement
73
73
  none: false
74
74
  requirements:
75
75
  - - ~>
@@ -77,7 +77,7 @@ dependencies:
77
77
  version: 1.8.3
78
78
  type: :development
79
79
  prerelease: false
80
- version_requirements: *70130476786600
80
+ version_requirements: *70121416920760
81
81
  description: ! ' Namae is a parser for human names. It recognizes personal names of
82
82
  various cultural backgrounds and tries to split them into their component parts
83
83
  (e.g., given and family names, honorifics etc.). '
@@ -87,7 +87,6 @@ email:
87
87
  executables: []
88
88
  extensions: []
89
89
  extra_rdoc_files:
90
- - LICENSE
91
90
  - README.md
92
91
  files:
93
92
  - .autotest
@@ -96,8 +95,9 @@ files:
96
95
  - .simplecov
97
96
  - .travis.yml
98
97
  - .yardopts
98
+ - AGPL
99
+ - BSDL
99
100
  - Gemfile
100
- - LICENSE
101
101
  - README.md
102
102
  - Rakefile
103
103
  - cucumber.yml
@@ -131,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  segments:
133
133
  - 0
134
- hash: -1507053788121397818
134
+ hash: 1491375851231395854
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  none: false
137
137
  requirements: