people_places_things 2.5.1 → 2.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module PeoplePlacesThings
14
14
 
15
15
  # try to parse out the state (california, new york, district of columbia)
16
16
  #
17
- 3.times do |i|
17
+ 4.times do |i|
18
18
  self.state = State.new(tokens.last(i).join(" ")) rescue nil
19
19
  if self.state
20
20
  tokens = tokens.slice(0..(-1 - i))
@@ -1,3 +1,3 @@
1
1
  module PeoplePlacesThings
2
- VERSION = "2.5.1"
2
+ VERSION = "2.5.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: people_places_things
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.5.1
5
+ version: 2.5.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Danny Burkes
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-09-11 00:00:00 Z
13
+ date: 2012-09-17 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements: []
82
82
 
83
83
  rubyforge_project:
84
- rubygems_version: 1.8.10
84
+ rubygems_version: 1.8.7
85
85
  signing_key:
86
86
  specification_version: 3
87
87
  summary: Parsers and formatters for person names, street addresses, city/state/zip, phone numbers, etc.