music_blender 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore CHANGED
@@ -1,5 +1,5 @@
1
1
  coverage
2
2
  *.swp
3
- log/*
3
+ log/*.log
4
4
  db/*.db
5
5
  *.backup
@@ -1,3 +1,3 @@
1
1
  module MusicBlender
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/log/.gitkeep ADDED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: music_blender
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -188,6 +188,7 @@ files:
188
188
  - lib/music_blender/shell.rb
189
189
  - lib/music_blender/track.rb
190
190
  - lib/music_blender/version.rb
191
+ - log/.gitkeep
191
192
  - music_blender.gemspec
192
193
  - test/factories/artists.rb
193
194
  - test/factories/music_folders.rb