next-big-sound 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
@@ -1,6 +1,8 @@
1
1
  module NBS
2
2
 
3
- $LOAD_PATH << './lib'
3
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib','config'))
4
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
5
+
4
6
  require 'yaml'
5
7
  require 'hash_extension'
6
8
  require 'search'
@@ -10,7 +12,7 @@ module NBS
10
12
  require 'datapoint'
11
13
 
12
14
 
13
- NBS_CONFIG = YAML.load_file("config.yml")
15
+ NBS_CONFIG = YAML.load_file("#{File.dirname(__FILE__)}/config.yml")
14
16
 
15
17
  class Base
16
18
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{next-big-sound}
8
- s.version = "0.3.2"
8
+ s.version = "0.3.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["jeff durand"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 2
9
- version: 0.3.2
8
+ - 3
9
+ version: 0.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - jeff durand