nehm 1.5.6.1 → 1.5.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7df29fcbb10b3804bb7c3c32d8e9c0ee8c1117ac
4
- data.tar.gz: 43f702c6d1fd51ca7a5f06b6199da3addd49beb2
3
+ metadata.gz: 2a98659a7401715be66c19d94584b6b4cf61a6ee
4
+ data.tar.gz: 4894022da20fef8bb3d91ab7725da2d6dd0c950c
5
5
  SHA512:
6
- metadata.gz: 31c248cc4cb95ee3feab919e40557cd3b1c9a743bbe8f75fb7f0d12f68eb84914765fa4df647ab48ab30bc2f3d99441f39fa749623b66c351fac6f7396fa2a2a
7
- data.tar.gz: df2f37205e15dedd32dfae03d3aff40bffd7874231064639b2de9e4cdcb6a11a05acface7b6de04849efeea829c743e22a8fcd9d82c48568b028b5bebeeb365d
6
+ metadata.gz: d102f1031a4224852a677e43074a72ebd5887c92089e6d0dae37fc3236784d7bcd454972537768c872b0de062ee08dd5b0f81237910d62f3141bd7da9fd5456e
7
+ data.tar.gz: 6baaf1609ac27cbace77a748037c497b34c8161364f5446ca56ee51d131049b7e059d87e2166bb81607051a7e747355e3eaff79004b12f52e72d0f5655351fe2
data/CHANGELOG.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # nehm change log
2
2
 
3
+ ## 1.5.6.2
4
+ * Excluding space and dash from removing in track's file name
5
+
3
6
  ## 1.5.6.1
4
- * Fix: "execution error: iTunes got an error: file "..." doesn’t understand the “add” message. (-1708)" (thanks to https://github.com/galaris for reporting)
5
- * Fix: nehm fails if track's title has some special characters (thanks to https://github.com/galaris for reporting)
7
+ * Fix: "execution error: iTunes got an error: file "..." doesn’t understand the “add” message. (-1708)" (thanks to [galaris](https://github.com/galaris) for reporting)
8
+ * Fix: nehm fails if track's title has some special characters (thanks to [galaris](https://github.com/galaris) for reporting)
6
9
 
7
10
  ## 1.5.5.2
8
11
  * Fix wrong detection of artist in title name of song
data/lib/nehm/track.rb CHANGED
@@ -21,7 +21,7 @@ module Nehm
21
21
  end
22
22
 
23
23
  def file_name
24
- "#{name.gsub(/[^0-9A-Za-z]/, '')}.mp3"
24
+ "#{name.gsub(/[^0-9A-Za-z -]/, '')}.mp3"
25
25
  end
26
26
 
27
27
  def file_path
data/lib/nehm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nehm
2
- VERSION = '1.5.6.1'.freeze
2
+ VERSION = '1.5.6.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nehm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6.1
4
+ version: 1.5.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert Nigmatzianov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-22 00:00:00.000000000 Z
11
+ date: 2015-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bogy