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 +4 -4
- data/CHANGELOG.md +5 -2
- data/lib/nehm/track.rb +1 -1
- data/lib/nehm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a98659a7401715be66c19d94584b6b4cf61a6ee
|
|
4
|
+
data.tar.gz: 4894022da20fef8bb3d91ab7725da2d6dd0c950c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/nehm/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2015-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bogy
|