next-big-sound 0.1.0 → 0.1.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.1.0
1
+ 0.1.1
File without changes
@@ -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.1.0"
8
+ s.version = "0.1.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"]
@@ -25,8 +25,8 @@ Gem::Specification.new do |s|
25
25
  "VERSION",
26
26
  "config.yml",
27
27
  "lib/artist.rb",
28
- "lib/base.rb",
29
28
  "lib/hash_extension.rb",
29
+ "lib/next-big-sound.rb",
30
30
  "lib/search.rb",
31
31
  "next-big-sound.gemspec",
32
32
  "test/helper.rb",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - jeff durand
@@ -47,8 +47,8 @@ files:
47
47
  - VERSION
48
48
  - config.yml
49
49
  - lib/artist.rb
50
- - lib/base.rb
51
50
  - lib/hash_extension.rb
51
+ - lib/next-big-sound.rb
52
52
  - lib/search.rb
53
53
  - next-big-sound.gemspec
54
54
  - test/helper.rb