claudiob-yesradio 0.1.0 → 0.1.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 (5) hide show
  1. data/README.md +3 -0
  2. data/VERSION +1 -1
  3. data/lib/yesradio.rb +0 -1
  4. data/yesradio.gemspec +1 -1
  5. metadata +3 -2
data/README.md CHANGED
@@ -50,6 +50,9 @@ http://rdoc.info/projects/claudiob/yesradio
50
50
 
51
51
  ## History ##
52
52
 
53
+ v0.1.1 2009/09/15
54
+ Fixed bug that made gem unusable (required inexistent file)
55
+
53
56
  v0.1.0 2009/09/15
54
57
  First release with all the actions and documentation on rdoc.info
55
58
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/lib/yesradio.rb CHANGED
@@ -6,7 +6,6 @@ require 'net/http'
6
6
  require 'rexml/document'
7
7
 
8
8
  require 'station'
9
- require 'stations_search_criteria'
10
9
  require 'song'
11
10
 
12
11
  module Yesradio
data/yesradio.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{yesradio}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: claudiob-yesradio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo
@@ -50,6 +50,7 @@ files:
50
50
  - yesradio.gemspec
51
51
  has_rdoc: true
52
52
  homepage: http://github.com/claudiob/yesradio
53
+ licenses:
53
54
  post_install_message:
54
55
  rdoc_options:
55
56
  - --charset=UTF-8
@@ -70,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
71
  requirements: []
71
72
 
72
73
  rubyforge_project: yesradio
73
- rubygems_version: 1.2.0
74
+ rubygems_version: 1.3.5
74
75
  signing_key:
75
76
  specification_version: 2
76
77
  summary: Ruby library for Yes.com radio Web Services (http://api.yes.com).