vimamsa 0.1.21 → 0.1.23

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.
@@ -1,3 +1,3 @@
1
1
  module Vimamsa
2
- VERSION = "0.1.21"
2
+ VERSION = "0.1.23"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vimamsa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sami Sieranoja
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-21 00:00:00.000000000 Z
11
+ date: 2026-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -241,6 +241,9 @@ files:
241
241
  - exe/vimamsa
242
242
  - ext/vmaext/extconf.rb
243
243
  - ext/vmaext/vmaext.c
244
+ - img/screenshot1.png
245
+ - img/screenshot2.png
246
+ - install.sh
244
247
  - lang/hyperplaintext.lang
245
248
  - lib/vimamsa.rb
246
249
  - lib/vimamsa/ack.rb
@@ -255,6 +258,7 @@ files:
255
258
  - lib/vimamsa/conf.rb
256
259
  - lib/vimamsa/constants.rb
257
260
  - lib/vimamsa/debug.rb
261
+ - lib/vimamsa/diff_buffer.rb
258
262
  - lib/vimamsa/easy_jump.rb
259
263
  - lib/vimamsa/editor.rb
260
264
  - lib/vimamsa/encrypt.rb
@@ -263,10 +267,12 @@ files:
263
267
  - lib/vimamsa/file_manager.rb
264
268
  - lib/vimamsa/gui.rb
265
269
  - lib/vimamsa/gui_dialog.rb
270
+ - lib/vimamsa/gui_file_panel.rb
266
271
  - lib/vimamsa/gui_form_generator.rb
267
272
  - lib/vimamsa/gui_image.rb
268
273
  - lib/vimamsa/gui_menu.rb
269
274
  - lib/vimamsa/gui_select_window.rb
275
+ - lib/vimamsa/gui_settings.rb
270
276
  - lib/vimamsa/gui_sourceview.rb
271
277
  - lib/vimamsa/gui_sourceview_autocomplete.rb
272
278
  - lib/vimamsa/gui_text.rb
@@ -281,6 +287,7 @@ files:
281
287
  - lib/vimamsa/rbvma.rb
282
288
  - lib/vimamsa/search.rb
283
289
  - lib/vimamsa/search_replace.rb
290
+ - lib/vimamsa/string_util.rb
284
291
  - lib/vimamsa/terminal.rb
285
292
  - lib/vimamsa/tests.rb
286
293
  - lib/vimamsa/text_transforms.rb