rake-tui 0.2.2 → 0.2.3

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
  SHA256:
3
- metadata.gz: 17d57dd3e72541ddcef7ab6840dd5e30be9ee9f1c10f21b1168d2d70e2e72d44
4
- data.tar.gz: 14f39cc905b97af55f55b73cda03496b0dd92f7e3f68b5370a27f3e4148e4192
3
+ metadata.gz: 4982123b5ac9d9339b1d753b92a8e234434f7dde48b4bb5e35931416950bde15
4
+ data.tar.gz: e7f6f3a898a75b40be96b88a7f37c22fe31c139eb85fe79f2d134a9180b1f7ef
5
5
  SHA512:
6
- metadata.gz: 8d9135844380386d8adec722a684d45b7cae8a59979a74f842071a96c64f725e6a3a67ceed5f798b044e29d66b9384d75b7fb255f6c2f5edb82c95b0cd63e7c0
7
- data.tar.gz: 64aca34583158d652a133903555bf68b56143d22c67c07d5fbb7bf1c73dac0ff6d05ebb3989c4ba034cc0122e0c7f592043cfc31115c7818aeda222ae3389120
6
+ metadata.gz: 358dccc0992f11ff52a99ab08746272c9fa28b9bef5738522b2d26a491ee1f804eb6f56cebd302656bc32346db7a20ef0102eff23b6828c145780840df07e266
7
+ data.tar.gz: 35b62d8deaf05e51a98f263ac3452bf7b134264454fac07e1cc312e0e9b9832e2584a38565ce776f94f2a3acbd8aa4f6d0e67ad5d4c61d425c0860ed4b401773
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.2.3
4
+
5
+ - Fixed issue with adding rake task list twice
6
+
3
7
  ## 0.2.2
4
8
 
5
9
  - Improve compatibility with older tty-prompt v0.21.0 by setting select choices via block argument when using a block
data/README.md CHANGED
@@ -100,7 +100,7 @@ Rake::TUI.run # this now displays the specified task list
100
100
  The default branding header looks like this (from `Rake::TUI::BRANDING_HEADER_DEFAULT`):
101
101
 
102
102
  ```
103
- == rake-tui version 0.2.2 ==
103
+ == rake-tui version 0.2.3 ==
104
104
  ```
105
105
 
106
106
  It may be customized by passing in the `branding_header` option (removed when set to `nil`).
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -83,7 +83,7 @@ module Rake
83
83
  begin
84
84
  task_formatter ||= TASK_FORMATTER_DEFAULT
85
85
  rake_task_lines = @tasks.map {|task, tasks| task_formatter.call(task, @tasks)}
86
- rake_task_line = prompt.select(prompt_question, rake_task_lines, cycle: true, per_page: [TTY::Screen.height - 5, 1].max, filter: true, show_help: :always) do |list|
86
+ rake_task_line = prompt.select(prompt_question, cycle: true, per_page: [TTY::Screen.height - 5, 1].max, filter: true, show_help: :always) do |list|
87
87
  list.choices rake_task_lines
88
88
  list.singleton_class.define_method(:keyspace) do |event|
89
89
  return unless filterable?
@@ -2,15 +2,15 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: rake-tui 0.2.2 ruby lib
5
+ # stub: rake-tui 0.2.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rake-tui".freeze
9
- s.version = "0.2.2"
9
+ s.version = "0.2.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
- s.authors = ["andy_maleh".freeze]
13
+ s.authors = ["AndyMaleh".freeze]
14
14
  s.date = "2020-09-24"
15
15
  s.description = "Rake Text-based User Interface".freeze
16
16
  s.email = "andy.am@gmail.com".freeze
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-tui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
- - andy_maleh
7
+ - AndyMaleh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []