geni 0.0.6 → 0.0.7
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.
- data/.gitignore +2 -1
- data/geni.gemspec +2 -2
- data/lib/geni/profile.rb +1 -1
- metadata +5 -5
data/.gitignore
CHANGED
data/geni.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{geni}
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.7"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Aurélien Malisart", "Matt Johnston"]
|
|
9
|
-
s.date = %q{2011-
|
|
9
|
+
s.date = %q{2011-06-06}
|
|
10
10
|
s.description = %q{A Ruby client to the geni.com API}
|
|
11
11
|
s.email = %q{aurelien.malisart@gmail.com}
|
|
12
12
|
s.executables = []
|
data/lib/geni/profile.rb
CHANGED
|
@@ -6,7 +6,7 @@ module Geni
|
|
|
6
6
|
has_fetchable_attributes %w[
|
|
7
7
|
first_name middle_name maiden_name last_name suffix display_name name gender
|
|
8
8
|
current_residence created_by merge_note public big_tree claimed locked birth_date
|
|
9
|
-
|
|
9
|
+
birth_date_parts birth_location baptism_date baptism_date_parts baptism_location
|
|
10
10
|
death_date death_date_parts death_location burial_date blurial_date_parts blurial_location
|
|
11
11
|
url language mugshot_urls relationship is_alive
|
|
12
12
|
]
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geni
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.0.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Aur\xC3\xA9lien Malisart"
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-
|
|
19
|
+
date: 2011-06-06 00:00:00 +02:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
176
176
|
requirements: []
|
|
177
177
|
|
|
178
178
|
rubyforge_project:
|
|
179
|
-
rubygems_version: 1.
|
|
179
|
+
rubygems_version: 1.5.3
|
|
180
180
|
signing_key:
|
|
181
181
|
specification_version: 3
|
|
182
182
|
summary: A Ruby client to the geni.com API
|