claudiob-radiotagmap 0.0.4 → 0.0.5

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
@@ -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.5 2009/09/18
23
+ Updated to require yesradio v0.1.2
24
+
22
25
  v0.0.4 2009/09/17
23
26
  Added a parameter to specify the path to the KML file to create
24
27
 
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ begin
11
11
  gem.homepage = "http://github.com/claudiob/radiotagmap"
12
12
  gem.authors = ["Claudio Baccigalupo"]
13
13
  gem.add_development_dependency "cucumber"
14
- gem.add_dependency "claudiob-yesradio", ">=0.1.1"
14
+ gem.add_dependency "claudiob-yesradio", ">=0.1.2"
15
15
  gem.add_dependency "nokogiri", ">=1.3.2"
16
16
  gem.add_dependency "scrobbler", ">=0.2.3"
17
17
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
data/lib/radiotagmap.rb CHANGED
@@ -115,7 +115,7 @@ module Radiotagmap
115
115
  # == Examples
116
116
  # update_kml
117
117
  #--
118
- def self.update_kml(kml_path = "./overlay.xml", among = [['Rock'], ['Country']], forever = false)
118
+ def self.update_kml(kml_path = "./overlay.kml", among = [['Rock'], ['Country']], forever = false)
119
119
  begin
120
120
  STATES_COORDS.each do |state, coords|
121
121
  color = get_map_color(get_tags_weight(state, among))
data/radiotagmap.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiotagmap}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
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-17}
12
+ s.date = %q{2009-09-18}
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,10 +30,11 @@ Gem::Specification.new do |s|
30
30
  "test/radiotagmap_test.rb",
31
31
  "test/test_helper.rb"
32
32
  ]
33
+ s.has_rdoc = true
33
34
  s.homepage = %q{http://github.com/claudiob/radiotagmap}
34
35
  s.rdoc_options = ["--charset=UTF-8"]
35
36
  s.require_paths = ["lib"]
36
- s.rubygems_version = %q{1.3.3}
37
+ s.rubygems_version = %q{1.3.1}
37
38
  s.summary = %q{Ruby gem to map by U.S. state the music played on FM radios}
38
39
  s.test_files = [
39
40
  "test/radiotagmap_test.rb",
@@ -42,22 +43,22 @@ Gem::Specification.new do |s|
42
43
 
43
44
  if s.respond_to? :specification_version then
44
45
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
45
- s.specification_version = 3
46
+ s.specification_version = 2
46
47
 
47
48
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
48
49
  s.add_development_dependency(%q<cucumber>, [">= 0"])
49
- s.add_runtime_dependency(%q<claudiob-yesradio>, [">= 0.1.1"])
50
+ s.add_runtime_dependency(%q<claudiob-yesradio>, [">= 0.1.2"])
50
51
  s.add_runtime_dependency(%q<nokogiri>, [">= 1.3.2"])
51
52
  s.add_runtime_dependency(%q<scrobbler>, [">= 0.2.3"])
52
53
  else
53
54
  s.add_dependency(%q<cucumber>, [">= 0"])
54
- s.add_dependency(%q<claudiob-yesradio>, [">= 0.1.1"])
55
+ s.add_dependency(%q<claudiob-yesradio>, [">= 0.1.2"])
55
56
  s.add_dependency(%q<nokogiri>, [">= 1.3.2"])
56
57
  s.add_dependency(%q<scrobbler>, [">= 0.2.3"])
57
58
  end
58
59
  else
59
60
  s.add_dependency(%q<cucumber>, [">= 0"])
60
- s.add_dependency(%q<claudiob-yesradio>, [">= 0.1.1"])
61
+ s.add_dependency(%q<claudiob-yesradio>, [">= 0.1.2"])
61
62
  s.add_dependency(%q<nokogiri>, [">= 1.3.2"])
62
63
  s.add_dependency(%q<scrobbler>, [">= 0.2.3"])
63
64
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: claudiob-radiotagmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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-17 00:00:00 -07:00
12
+ date: 2009-09-18 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.1.1
33
+ version: 0.1.2
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: nokogiri
@@ -74,7 +74,7 @@ files:
74
74
  - radiotagmap.gemspec
75
75
  - test/radiotagmap_test.rb
76
76
  - test/test_helper.rb
77
- has_rdoc: false
77
+ has_rdoc: true
78
78
  homepage: http://github.com/claudiob/radiotagmap
79
79
  licenses:
80
80
  post_install_message:
@@ -99,7 +99,7 @@ requirements: []
99
99
  rubyforge_project:
100
100
  rubygems_version: 1.3.5
101
101
  signing_key:
102
- specification_version: 3
102
+ specification_version: 2
103
103
  summary: Ruby gem to map by U.S. state the music played on FM radios
104
104
  test_files:
105
105
  - test/radiotagmap_test.rb