policymap_wrap 0.4.0 → 0.4.1

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/policymap_wrap/client.rb +1 -1
  3. metadata +33 -6
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -6,7 +6,7 @@ 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 => 9867377, :percent_asian => 9867350,
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
11
  :percent_mixed_race => 9867372, :percent_under_18 => 9840423, :percent_65_or_older => 9840365,
12
12
  :percent_foreign_born => 9866147, :percent_disabled => 9840630, :percent_high_school_or_less => 9866114,
metadata CHANGED
@@ -1,8 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: policymap_wrap
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.4.0
4
+ hash: 13
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 4
9
+ - 1
10
+ version: 0.4.1
6
11
  platform: ruby
7
12
  authors:
8
13
  - Mauricio Gomes
@@ -10,7 +15,7 @@ autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
17
 
13
- date: 2011-04-27 00:00:00 -04:00
18
+ date: 2011-05-02 00:00:00 -04:00
14
19
  default_executable:
15
20
  dependencies:
16
21
  - !ruby/object:Gem::Dependency
@@ -21,6 +26,11 @@ dependencies:
21
26
  requirements:
22
27
  - - ">="
23
28
  - !ruby/object:Gem::Version
29
+ hash: 13
30
+ segments:
31
+ - 0
32
+ - 7
33
+ - 7
24
34
  version: 0.7.7
25
35
  type: :runtime
26
36
  version_requirements: *id001
@@ -32,6 +42,12 @@ dependencies:
32
42
  requirements:
33
43
  - - ">="
34
44
  - !ruby/object:Gem::Version
45
+ hash: 105
46
+ segments:
47
+ - 0
48
+ - 7
49
+ - 7
50
+ - 1
35
51
  version: 0.7.7.1
36
52
  type: :runtime
37
53
  version_requirements: *id002
@@ -43,6 +59,11 @@ dependencies:
43
59
  requirements:
44
60
  - - ">="
45
61
  - !ruby/object:Gem::Version
62
+ hash: 13
63
+ segments:
64
+ - 1
65
+ - 2
66
+ - 9
46
67
  version: 1.2.9
47
68
  type: :development
48
69
  version_requirements: *id003
@@ -72,8 +93,8 @@ homepage: http://github.com/geminisbs/policymap_wrap
72
93
  licenses: []
73
94
 
74
95
  post_install_message:
75
- rdoc_options: []
76
-
96
+ rdoc_options:
97
+ - --charset=UTF-8
77
98
  require_paths:
78
99
  - lib
79
100
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -81,17 +102,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
102
  requirements:
82
103
  - - ">="
83
104
  - !ruby/object:Gem::Version
105
+ hash: 3
106
+ segments:
107
+ - 0
84
108
  version: "0"
85
109
  required_rubygems_version: !ruby/object:Gem::Requirement
86
110
  none: false
87
111
  requirements:
88
112
  - - ">="
89
113
  - !ruby/object:Gem::Version
114
+ hash: 3
115
+ segments:
116
+ - 0
90
117
  version: "0"
91
118
  requirements: []
92
119
 
93
120
  rubyforge_project:
94
- rubygems_version: 1.5.2
121
+ rubygems_version: 1.3.7
95
122
  signing_key:
96
123
  specification_version: 3
97
124
  summary: Ruby wrapper around the PolicyMap API