dburkes-people_places_things 2.1.0 → 2.2.0

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/README.textile CHANGED
@@ -6,6 +6,7 @@ h2. Using PeoplePlacesThings
6
6
 
7
7
  <pre><code>
8
8
  require 'people_places_things'
9
+ include PeoplePlacesThings
9
10
 
10
11
  name = PersonName.new("george quincy harold peabody jr.")
11
12
  name.first => "george"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.0
1
+ 2.2.0
@@ -0,0 +1 @@
1
+ 2.2.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{people_places_things}
8
- s.version = "2.1.0"
8
+ s.version = "2.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Danny Burkes"]
@@ -21,6 +21,7 @@ Gem::Specification.new do |s|
21
21
  "Rakefile",
22
22
  "VERSION",
23
23
  "lib/people_places_things.rb",
24
+ "lib/people_places_things/VERSION",
24
25
  "lib/people_places_things/ansi_counties.rb",
25
26
  "lib/people_places_things/data/data.yml",
26
27
  "lib/people_places_things/data/process_data.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dburkes-people_places_things
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Burkes
@@ -27,6 +27,7 @@ files:
27
27
  - Rakefile
28
28
  - VERSION
29
29
  - lib/people_places_things.rb
30
+ - lib/people_places_things/VERSION
30
31
  - lib/people_places_things/ansi_counties.rb
31
32
  - lib/people_places_things/data/data.yml
32
33
  - lib/people_places_things/data/process_data.rb