rufio 0.31.0 → 0.32.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rufio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - masisz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-01 00:00:00.000000000 Z
11
+ date: 2026-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: io-console
@@ -118,22 +118,23 @@ extensions: []
118
118
  extra_rdoc_files: []
119
119
  files:
120
120
  - CHANGELOG.md
121
- - CHANGELOG_v0.10.0.md
122
- - CHANGELOG_v0.20.0.md
123
- - CHANGELOG_v0.21.0.md
124
- - CHANGELOG_v0.30.0.md
125
- - CHANGELOG_v0.31.0.md
126
- - CHANGELOG_v0.4.0.md
127
- - CHANGELOG_v0.5.0.md
128
- - CHANGELOG_v0.6.0.md
129
- - CHANGELOG_v0.7.0.md
130
- - CHANGELOG_v0.8.0.md
131
- - CHANGELOG_v0.9.0.md
132
121
  - README.md
133
122
  - README_EN.md
134
123
  - Rakefile
135
124
  - bin/rufio
136
125
  - config_example.rb
126
+ - docs/CHANGELOG_v0.10.0.md
127
+ - docs/CHANGELOG_v0.20.0.md
128
+ - docs/CHANGELOG_v0.21.0.md
129
+ - docs/CHANGELOG_v0.30.0.md
130
+ - docs/CHANGELOG_v0.31.0.md
131
+ - docs/CHANGELOG_v0.32.0.md
132
+ - docs/CHANGELOG_v0.4.0.md
133
+ - docs/CHANGELOG_v0.5.0.md
134
+ - docs/CHANGELOG_v0.6.0.md
135
+ - docs/CHANGELOG_v0.7.0.md
136
+ - docs/CHANGELOG_v0.8.0.md
137
+ - docs/CHANGELOG_v0.9.0.md
137
138
  - info/help.md
138
139
  - info/keybindings.md
139
140
  - info/welcome.md
@@ -142,6 +143,8 @@ files:
142
143
  - lib/rufio/bookmark.rb
143
144
  - lib/rufio/bookmark_manager.rb
144
145
  - lib/rufio/color_helper.rb
146
+ - lib/rufio/command_completion.rb
147
+ - lib/rufio/command_history.rb
145
148
  - lib/rufio/command_mode.rb
146
149
  - lib/rufio/command_mode_ui.rb
147
150
  - lib/rufio/config.rb
@@ -160,10 +163,12 @@ files:
160
163
  - lib/rufio/plugin_config.rb
161
164
  - lib/rufio/plugin_manager.rb
162
165
  - lib/rufio/plugins/file_operations.rb
166
+ - lib/rufio/plugins/hello.rb
163
167
  - lib/rufio/project_command.rb
164
168
  - lib/rufio/project_log.rb
165
169
  - lib/rufio/project_mode.rb
166
170
  - lib/rufio/selection_manager.rb
171
+ - lib/rufio/shell_command_completion.rb
167
172
  - lib/rufio/terminal_ui.rb
168
173
  - lib/rufio/text_utils.rb
169
174
  - lib/rufio/version.rb
File without changes