policymap_wrap 0.4.1 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/policymap_wrap/client.rb +2 -2
- metadata +5 -5
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.5.0
|
@@ -8,8 +8,8 @@ module PolicyMap
|
|
8
8
|
|
9
9
|
INDICATORS = { :total_population => 9867358, :percent_african_american => 9867377, :percent_asian => 9867350,
|
10
10
|
:percent_pacific_islander => 9867412, :percent_hispanic => 9867375, :percent_native_american => 9867399,
|
11
|
-
:percent_mixed_race => 9867372, :percent_under_18 =>
|
12
|
-
:percent_foreign_born =>
|
11
|
+
:percent_mixed_race => 9867372, :percent_under_18 => 9869063, :percent_65_or_older => 9869059,
|
12
|
+
:percent_foreign_born => 9869060, :percent_disabled => 9869050, :percent_high_school_or_less => 9866114,
|
13
13
|
:percent_college_degree => 9866138, :percent_graduate_degree => 9866149, :median_home_value => 9840587,
|
14
14
|
:median_rent => 9840655, :percent_moved_in_since_1990 => 9840118, :percent_homeowners => 9866140,
|
15
15
|
:vacancy_rate => 9867379, :median_household_income => 9866139, :poverty_rate => 9840120,
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: policymap_wrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 5
|
9
|
+
- 0
|
10
|
+
version: 0.5.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mauricio Gomes
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-05-
|
18
|
+
date: 2011-05-18 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|