next-big-sound 0.3.0 → 0.3.1

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.0
1
+ 0.3.1
File without changes
@@ -10,7 +10,7 @@ module NBS
10
10
  require 'datapoint'
11
11
 
12
12
 
13
- NBS_CONFIG = YAML.load_file("./config.yml")
13
+ NBS_CONFIG = YAML.load_file("config.yml")
14
14
 
15
15
  class Base
16
16
 
@@ -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.0"
8
+ s.version = "0.3.1"
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"]
@@ -23,9 +23,9 @@ Gem::Specification.new do |s|
23
23
  "README.rdoc",
24
24
  "Rakefile",
25
25
  "VERSION",
26
- "config.yml",
27
26
  "lib/artist.rb",
28
27
  "lib/artist_profile.rb",
28
+ "lib/config.yml",
29
29
  "lib/datapoint.rb",
30
30
  "lib/hash_extension.rb",
31
31
  "lib/metric.rb",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - jeff durand
@@ -45,9 +45,9 @@ files:
45
45
  - README.rdoc
46
46
  - Rakefile
47
47
  - VERSION
48
- - config.yml
49
48
  - lib/artist.rb
50
49
  - lib/artist_profile.rb
50
+ - lib/config.yml
51
51
  - lib/datapoint.rb
52
52
  - lib/hash_extension.rb
53
53
  - lib/metric.rb