policymap_wrap 0.3.7 → 0.4.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 +8 -8
- metadata +6 -33
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.4.0
|
@@ -6,14 +6,14 @@ module PolicyMap
|
|
6
6
|
:block_group => 15, :congressional_district => 23, :assembly_district => 48,
|
7
7
|
:senate_district => 49, :all => 'all' }
|
8
8
|
|
9
|
-
INDICATORS = { :total_population => 9840661, :percent_african_american =>
|
10
|
-
:percent_pacific_islander =>
|
11
|
-
:percent_mixed_race =>
|
12
|
-
:percent_foreign_born =>
|
13
|
-
:percent_college_degree =>
|
14
|
-
:median_rent => 9840655, :percent_moved_in_since_1990 => 9840118, :percent_homeowners =>
|
15
|
-
:vacancy_rate =>
|
16
|
-
:percent_white =>
|
9
|
+
INDICATORS = { :total_population => 9840661, :percent_african_american => 9867377, :percent_asian => 9867350,
|
10
|
+
:percent_pacific_islander => 9867412, :percent_hispanic => 9867375, :percent_native_american => 9867399,
|
11
|
+
:percent_mixed_race => 9867372, :percent_under_18 => 9840423, :percent_65_or_older => 9840365,
|
12
|
+
:percent_foreign_born => 9866147, :percent_disabled => 9840630, :percent_high_school_or_less => 9866114,
|
13
|
+
:percent_college_degree => 9866138, :percent_graduate_degree => 9866149, :median_home_value => 9840587,
|
14
|
+
:median_rent => 9840655, :percent_moved_in_since_1990 => 9840118, :percent_homeowners => 9866140,
|
15
|
+
:vacancy_rate => 9867379, :median_household_income => 9866139, :poverty_rate => 9840120,
|
16
|
+
:percent_white => 9867406, :percent_households_wo_car => 0, :average_vehicles_per_household => 9866161,
|
17
17
|
:percent_who_commute_to_work_using_public_transit => 9845660, :unemployment_rate => 9841103,
|
18
18
|
:independent_artists => 9618303, :performing_arts_and_spectator_sports => 9584608,
|
19
19
|
:movie_and_sound_industries => 9584731, :mueseums_and_historical_sites => 9584676,
|
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: policymap_wrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 3
|
9
|
-
- 7
|
10
|
-
version: 0.3.7
|
4
|
+
prerelease:
|
5
|
+
version: 0.4.0
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- Mauricio Gomes
|
@@ -15,7 +10,7 @@ autorequire:
|
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
12
|
|
18
|
-
date:
|
13
|
+
date: 2011-04-27 00:00:00 -04:00
|
19
14
|
default_executable:
|
20
15
|
dependencies:
|
21
16
|
- !ruby/object:Gem::Dependency
|
@@ -26,11 +21,6 @@ dependencies:
|
|
26
21
|
requirements:
|
27
22
|
- - ">="
|
28
23
|
- !ruby/object:Gem::Version
|
29
|
-
hash: 13
|
30
|
-
segments:
|
31
|
-
- 0
|
32
|
-
- 7
|
33
|
-
- 7
|
34
24
|
version: 0.7.7
|
35
25
|
type: :runtime
|
36
26
|
version_requirements: *id001
|
@@ -42,12 +32,6 @@ dependencies:
|
|
42
32
|
requirements:
|
43
33
|
- - ">="
|
44
34
|
- !ruby/object:Gem::Version
|
45
|
-
hash: 105
|
46
|
-
segments:
|
47
|
-
- 0
|
48
|
-
- 7
|
49
|
-
- 7
|
50
|
-
- 1
|
51
35
|
version: 0.7.7.1
|
52
36
|
type: :runtime
|
53
37
|
version_requirements: *id002
|
@@ -59,11 +43,6 @@ dependencies:
|
|
59
43
|
requirements:
|
60
44
|
- - ">="
|
61
45
|
- !ruby/object:Gem::Version
|
62
|
-
hash: 13
|
63
|
-
segments:
|
64
|
-
- 1
|
65
|
-
- 2
|
66
|
-
- 9
|
67
46
|
version: 1.2.9
|
68
47
|
type: :development
|
69
48
|
version_requirements: *id003
|
@@ -93,8 +72,8 @@ homepage: http://github.com/geminisbs/policymap_wrap
|
|
93
72
|
licenses: []
|
94
73
|
|
95
74
|
post_install_message:
|
96
|
-
rdoc_options:
|
97
|
-
|
75
|
+
rdoc_options: []
|
76
|
+
|
98
77
|
require_paths:
|
99
78
|
- lib
|
100
79
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -102,23 +81,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
102
81
|
requirements:
|
103
82
|
- - ">="
|
104
83
|
- !ruby/object:Gem::Version
|
105
|
-
hash: 3
|
106
|
-
segments:
|
107
|
-
- 0
|
108
84
|
version: "0"
|
109
85
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
110
86
|
none: false
|
111
87
|
requirements:
|
112
88
|
- - ">="
|
113
89
|
- !ruby/object:Gem::Version
|
114
|
-
hash: 3
|
115
|
-
segments:
|
116
|
-
- 0
|
117
90
|
version: "0"
|
118
91
|
requirements: []
|
119
92
|
|
120
93
|
rubyforge_project:
|
121
|
-
rubygems_version: 1.
|
94
|
+
rubygems_version: 1.5.2
|
122
95
|
signing_key:
|
123
96
|
specification_version: 3
|
124
97
|
summary: Ruby wrapper around the PolicyMap API
|