radiotagmap 0.0.7 → 0.0.8

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.
data/README.md CHANGED
@@ -4,7 +4,7 @@ Ruby gem to map by U.S. state the music played on FM radios
4
4
 
5
5
  ## Installation ##
6
6
 
7
- sudo gem install claudiob-radiotagmap -s http://gems.github.com
7
+ sudo gem install radiotagmap -s http://gems.github.com
8
8
 
9
9
  ## Documentation ##
10
10
 
@@ -19,6 +19,9 @@ Ruby gem to map by U.S. state the music played on FM radios
19
19
 
20
20
  ## History ##
21
21
 
22
+ v0.0.8 2010/01/07
23
+ Added outerBoundaryIs to KML, otherwise Polygons would not show up
24
+
22
25
  v0.0.7 2009/09/18
23
26
  More contrast in color and defaults to forever and Logger::INFO
24
27
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -175,8 +175,10 @@ module Radiotagmap
175
175
  # xml.name(state.name)
176
176
  xml.styleUrl("##{state}")
177
177
  xml.Polygon {
178
- xml.LinearRing {
179
- xml.coordinates(coords)
178
+ xml.outerBoundaryIs {
179
+ xml.LinearRing {
180
+ xml.coordinates(coords)
181
+ }
180
182
  }
181
183
  }
182
184
  }
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiotagmap}
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Claudio Baccigalupo"]
12
- s.date = %q{2009-09-29}
12
+ s.date = %q{2010-01-07}
13
13
  s.description = %q{Radiotagmap reads from Yes.com the songs that are currently playing in FM radios, then extracts the most played tag/genre in every U.S. state and returns a KML representation of this data, which can be plotted on a map using Google Maps or Google Earth.}
14
14
  s.email = %q{claudiob@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -30,11 +30,10 @@ Gem::Specification.new do |s|
30
30
  "test/radiotagmap_test.rb",
31
31
  "test/test_helper.rb"
32
32
  ]
33
- s.has_rdoc = true
34
33
  s.homepage = %q{http://github.com/claudiob/radiotagmap}
35
34
  s.rdoc_options = ["--charset=UTF-8"]
36
35
  s.require_paths = ["lib"]
37
- s.rubygems_version = %q{1.3.1}
36
+ s.rubygems_version = %q{1.3.5}
38
37
  s.summary = %q{Ruby gem to map by U.S. state the music played on FM radios}
39
38
  s.test_files = [
40
39
  "test/radiotagmap_test.rb",
@@ -43,7 +42,7 @@ Gem::Specification.new do |s|
43
42
 
44
43
  if s.respond_to? :specification_version then
45
44
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
46
- s.specification_version = 2
45
+ s.specification_version = 3
47
46
 
48
47
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
49
48
  s.add_development_dependency(%q<cucumber>, [">= 0"])
@@ -63,3 +62,4 @@ Gem::Specification.new do |s|
63
62
  s.add_dependency(%q<scrobbler>, [">= 0.2.3"])
64
63
  end
65
64
  end
65
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiotagmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-29 00:00:00 +02:00
12
+ date: 2010-01-07 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -100,7 +100,7 @@ requirements: []
100
100
  rubyforge_project:
101
101
  rubygems_version: 1.3.5
102
102
  signing_key:
103
- specification_version: 2
103
+ specification_version: 3
104
104
  summary: Ruby gem to map by U.S. state the music played on FM radios
105
105
  test_files:
106
106
  - test/radiotagmap_test.rb