echonest-ruby-api 0.0.3 → 0.0.4

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.
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Echonest::VERSION
9
9
  gem.authors = ["Max Woolf"]
10
10
  gem.email = ["max.woolf@boxuk.com"]
11
- gem.description = "A gem to get hold of some echonest stuff!"
11
+ gem.description = "A simple ruby wrapper around the Echonest API"
12
12
  gem.summary = "A gem to get hold of some echonest stuff!"
13
- gem.homepage = "http://maxehmookau.github.com"
13
+ gem.homepage = "https://github.com/maxehmookau/echonest-ruby-api"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Echonest
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: echonest-ruby-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,7 +91,7 @@ dependencies:
91
91
  - - ~>
92
92
  - !ruby/object:Gem::Version
93
93
  version: 0.9.1
94
- description: A gem to get hold of some echonest stuff!
94
+ description: A simple ruby wrapper around the Echonest API
95
95
  email:
96
96
  - max.woolf@boxuk.com
97
97
  executables: []
@@ -120,7 +120,7 @@ files:
120
120
  - spec/base_spec.rb
121
121
  - spec/spec_helper.rb
122
122
  - tmp/rspec_guard_result
123
- homepage: http://maxehmookau.github.com
123
+ homepage: https://github.com/maxehmookau/echonest-ruby-api
124
124
  licenses: []
125
125
  post_install_message:
126
126
  rdoc_options: []