video_to_mp3 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
File without changes
data/lib/video_to_mp3.rb CHANGED
@@ -1,4 +1,4 @@
1
- require "../errors/video_to_mp3_error"
1
+ require "errors/video_to_mp3_error"
2
2
 
3
3
  class VideoToMp3
4
4
 
data/video_to_mp3.gemspec CHANGED
@@ -2,7 +2,7 @@ $LOAD_PATH.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "video_to_mp3"
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.author = "Naveen Agarwal"
8
8
  s.email = ["naveenagarwal287@gmail.com"]
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
 
22
22
  s.files = [
23
23
  "lib/video_to_mp3.rb",
24
- "errors/video_to_mp3_error.rb",
24
+ "lib/errors/video_to_mp3_error.rb",
25
25
  "LICENSE",
26
26
  "README.md",
27
27
  "video_to_mp3.gemspec"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: video_to_mp3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,7 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - lib/video_to_mp3.rb
22
- - errors/video_to_mp3_error.rb
22
+ - lib/errors/video_to_mp3_error.rb
23
23
  - LICENSE
24
24
  - README.md
25
25
  - video_to_mp3.gemspec