policymap_wrap 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/policymap_wrap/client.rb +2 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.1
1
+ 0.7.2
@@ -3,8 +3,8 @@ module PolicyMap
3
3
  class Client
4
4
 
5
5
  BOUNDARY_TYPES = { :state => 2, :county => 4, :city => 16, :zip => 8, :census_tract => 6,
6
- :block_group => 15, :congressional_district => 23, :assembly_district => 48,
7
- :senate_district => 49, :all => 'all' }
6
+ :block_group => 15, :congressional_district => 23, :assembly_district => 49,
7
+ :senate_district => 48, :all => 'all' }
8
8
 
9
9
  INDICATORS = { :total_population => 9876598, :percent_african_american => 9876222, :percent_asian => 9876202,
10
10
  :percent_pacific_islander => 9876468, :percent_hispanic => 9876280, :percent_native_american => 9876623,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: policymap_wrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-06 00:00:00.000000000 Z
12
+ date: 2012-11-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yajl-ruby