nehm 1.3 → 1.3.1

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: 3f0c4e15904c1a52655fc3847970d6ab417fcedb
4
- data.tar.gz: 1e0969f09138e26b6788c695b323079951155a80
3
+ metadata.gz: 2a13ec235d77f3a51a4094d0c31b097cca99ffb5
4
+ data.tar.gz: bc1eac004017328ec0ddee251e2d5e8d4a817425
5
5
  SHA512:
6
- metadata.gz: 2dae199bc056dc4d431f61f12d5fdafc92442bff56ea60eb994c19ef14b81f1a355dbc36744f4dd3529f27127966330a63511c8bc3d031a8cf864d00f61dfc44
7
- data.tar.gz: ed3a74038f90cf65ce9629396a661d9f2c97847f1b723e8b433440115e0931b08bdc8eb489b9a74eb58a2483d3964ae36714bfd9fd1bfa5d37dc133e7df6b2e4
6
+ metadata.gz: ec07d96522e4c54fc12a1f96fc59398c2389bcc0507d011c8768cad3b6e8c20d16e934e94ce88ddcbc3275c72d3e1fe7bfedb23bffec4068422ee79b064e14a5
7
+ data.tar.gz: 1870b571dae9cffd505144231c67272993f7a9fbd0f36a4eef4f86708e5daea7b261da98f2580057f894d0b002851bbe9b3d286a0354fa0b41c6f81f6bc0c143
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # nehm change log
2
2
 
3
+ ## 1.3.1
4
+
5
+ * Edit looped configure menu
6
+
3
7
  ## 1.3
4
8
 
5
9
  * Now you can type short paths to download and iTunes paths while configuring nehm (e.g. ~/Music)
@@ -1,12 +1,12 @@
1
1
  # Configure module responds to 'nehm configure' command
2
2
  module Configure
3
3
  def self.menu
4
- puts 'Download path: ' + Paint[PathControl.dl_path, :magenta] if PathControl.dl_path
5
- puts 'iTunes path: ' + Paint[PathControl.itunes_path_name, :magenta] if PathControl.itunes_path
6
- puts 'Permalink: ' + Paint[Config[:permalink], :cyan] if Config[:permalink]
7
- puts "\n"
8
-
9
4
  loop do
5
+ puts 'Download path: ' + Paint[PathControl.dl_path, :magenta] if PathControl.dl_path
6
+ puts 'iTunes path: ' + Paint[PathControl.itunes_path_name, :magenta] if PathControl.itunes_path
7
+ puts 'Permalink: ' + Paint[Config[:permalink], :cyan] if Config[:permalink]
8
+ puts "\n"
9
+
10
10
  HighLine.new.choose do |menu|
11
11
  menu.prompt = Paint['Choose setting', :yellow]
12
12
 
data/lib/nehm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nehm
2
- VERSION = '1.3'
2
+ VERSION = '1.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nehm
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.3'
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert Nigmatzianov