claudiob-yesradio 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +3 -1
  2. data/VERSION +1 -1
  3. data/yesradio.gemspec +1 -1
  4. metadata +2 -3
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  Ruby gem to access Yes.com API
4
4
 
5
- <a name="rubygem_install" />
6
5
  ## Installation ##
7
6
 
8
7
  sudo gem install claudiob-yesradio -s http://gems.github.com
@@ -51,6 +50,9 @@ http://rdoc.info/projects/claudiob/yesradio
51
50
 
52
51
  ## History ##
53
52
 
53
+ v0.1.0 2009/09/15
54
+ First release with all the actions and documentation on rdoc.info
55
+
54
56
  v0.0.2 2009/09/15
55
57
  Added support for actions: chart, media, related.
56
58
  Added documentation through RDoc.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.1.0
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.0.2"
8
+ s.version = "0.1.0"
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.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo
@@ -50,7 +50,6 @@ files:
50
50
  - yesradio.gemspec
51
51
  has_rdoc: true
52
52
  homepage: http://github.com/claudiob/yesradio
53
- licenses:
54
53
  post_install_message:
55
54
  rdoc_options:
56
55
  - --charset=UTF-8
@@ -71,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
70
  requirements: []
72
71
 
73
72
  rubyforge_project: yesradio
74
- rubygems_version: 1.3.5
73
+ rubygems_version: 1.2.0
75
74
  signing_key:
76
75
  specification_version: 2
77
76
  summary: Ruby library for Yes.com radio Web Services (http://api.yes.com).