geni 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/.gitignore +2 -1
  2. data/geni.gemspec +2 -2
  3. data/lib/geni/profile.rb +1 -1
  4. metadata +5 -5
data/.gitignore CHANGED
@@ -5,4 +5,5 @@ Thumbs.db
5
5
  .rvmrc
6
6
  ~*
7
7
  test.rb
8
- notes.txt
8
+ notes.txt
9
+ export_pics.rb
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{geni}
5
- s.version = "0.0.6"
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-02-03}
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 = []
@@ -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
- borth_date_parts birth_location baptism_date baptism_date_parts baptism_location
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
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-02-03 00:00:00 +01:00
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.4.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