next-big-sound-lite 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rubygems'
3
3
  require 'rake'
4
4
  require 'echoe'
5
5
 
6
- Echoe.new('next-big-sound-lite', '0.1.3') do |p|
6
+ Echoe.new('next-big-sound-lite', '0.1.4') do |p|
7
7
  p.description = "Thin wrapper for the Next Big Sound API."
8
8
  p.url = "http://github.com/rpbertp13/next-big-sound-lite"
9
9
  p.author = "Roberto Thais"
@@ -4,7 +4,7 @@ require 'json'
4
4
  #for version 2.0 of the NBS API
5
5
  module NBS
6
6
 
7
- BASE = RestClient::Resource.new("http://#{const_defined? :KEY ? KEY : 'key'}.api2.nextbigsound.com")
7
+ BASE = RestClient::Resource.new("http://#{NBS.const_defined? :KEY ? KEY : 'key'}.api2.nextbigsound.com")
8
8
 
9
9
  class Artist
10
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{next-big-sound-lite}
5
- s.version = "0.1.3"
5
+ s.version = "0.1.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Roberto Thais"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Roberto Thais