glimmer-cs-gladiator 0.7.3 → 0.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4027589accf83fa2244350dc416c3ab56bf28c9f65cbf3288d96c0b5f13c27aa
4
- data.tar.gz: 11e18e7f18605188cd151e4e8307b10dc808b9059a7f275d3a37c1a1ba3cc65a
3
+ metadata.gz: 6af7b2892ce6c1f52db5e004fdfd8e2cee83f73a9c8fd35a2e92d82b8bc9f186
4
+ data.tar.gz: 47b746faacc0d7fac31802abb54efb6b90ba56246c0dbef05186f59602b1547c
5
5
  SHA512:
6
- metadata.gz: c774eaa5fb91c4a5ceb08aa98715ab32bddcea61c4793b3d0dfd74119142c2245c7574835dda59d698239b8be3448d1d7fc76fe801643b53d4aa236b3a6bd54e
7
- data.tar.gz: cab4d312f803a8e93fb5d7954ffd7319092ae4a1c9d827dca95b5670c22ef484475c34989b109b91f922f126a73eea94d7c73b56d53fa6781075011419b8d1fb
6
+ metadata.gz: 566d39ec4b7437e7562339c419045337274d96ad8d477e31d357c8df124725c2fae07e7d72ebf3ca0606ce33bb7ce3c628893071d41cd75634dbab890575f9e6
7
+ data.tar.gz: 67b3db63a6e55b6d5a641ab9466abd58e2d06c930133b7b010f71dda56629501ffd0beec80d26d77ca615193d53ef13bc2f697b0a0b4e0cd7bd7f21c4164eaef
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.8.0
4
+
5
+ - Upgrade to glimmer-dsl-swt v4.18.3.5
6
+ - Multiple language syntax highlighting support (over 20 languages) via the new code_text language option in Glimmer DSL for SWT
7
+ - Refactor code to use display on_quit event (instead of manual SWT code for quitting on the Mac)
8
+ - Fix issue with Reset All not working
9
+ - Fix issue with CMD+F not revealing Navigation Area when in Maximized Editor Mode
10
+
3
11
  ## 0.7.3
4
12
 
5
13
  - Add gladiator-setup to make gladiator executable available everywhere
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # <img src='https://raw.githubusercontent.com/AndyObtiva/glimmer-cs-gladiator/master/images/glimmer-cs-gladiator-logo.svg' height=85 /> Gladiator 0.7.3 - [Ugliest Text Editor Ever!](https://www.reddit.com/r/ruby/comments/hgve8k/gladiator_glimmer_editor_ugliest_text_editor_ever/)
1
+ # <img src='https://raw.githubusercontent.com/AndyObtiva/glimmer-cs-gladiator/master/images/glimmer-cs-gladiator-logo.svg' height=85 /> Gladiator 0.8.0 - [Ugliest Text Editor Ever!](https://www.reddit.com/r/ruby/comments/hgve8k/gladiator_glimmer_editor_ugliest_text_editor_ever/)
2
2
  ## [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=40 /> Glimmer Custom Shell](https://github.com/AndyObtiva/glimmer-dsl-swt#custom-shell-gem)
3
3
  [![Gem Version](https://badge.fury.io/rb/glimmer-cs-gladiator.svg)](http://badge.fury.io/rb/glimmer-cs-gladiator)
4
4
 
@@ -9,6 +9,8 @@ It is not intended to be a full-fledged editor by any means, yet mostly a fun ed
9
9
  Gladiator is also a personal tool for shaping an editor exactly the way I like, with all the keyboard shortcuts I prefer.
10
10
  I leave building truly professional text editors to software tooling experts who would hopefully use [Glimmer](https://github.com/AndyObtiva/glimmer) one day. Otherwise, I have been happily using Gladiator to develop all my [open-source projects](https://github.com/AndyObtiva) since May of 2020.
11
11
 
12
+ You may now [download](#download) a packaged version on the Mac.
13
+
12
14
  ## Features
13
15
 
14
16
  Gladiator currently supports the following text editing features (including keyboard shortcuts with Mac CMD=CTRL on Windows/Linux)
@@ -17,7 +19,7 @@ Gladiator currently supports the following text editing features (including keyb
17
19
 
18
20
  ### Text Editor
19
21
 
20
- - Text Editor with Colored Ruby Syntax Highlighting
22
+ - Text Editor with Colored Syntax Highlighting for [Multiple Languages](#multiple-language-syntax-highlighting)
21
23
  - Show Line Numbers
22
24
  - Multi-tab support (CMD+SHIFT+[ & CMD+SHIFT+] for tab navigation. CMD+1-9 to jump to a specific tab)
23
25
  - Drag and drop split pane (drag a file from File Tree or File Lookup List, and it splits the pane)
@@ -74,6 +76,34 @@ Gladiator currently supports the following text editing features (including keyb
74
76
  - Remember opened tabs, caret position, top pixel, window size, and window location
75
77
  - [Default](#configuration) "ignore paths" to avoid bogging down editor with irrelevant directory files
76
78
 
79
+ ### Multiple Language Syntax Highlighting
80
+
81
+ - Ruby
82
+ - Markdown
83
+ - JavaScript
84
+ - JSON
85
+ - Yaml
86
+ - HTML
87
+ - C
88
+ - Haskell
89
+ - Gradle
90
+ - C++
91
+ - CSS
92
+ - Java
93
+ - JSP
94
+ - plist
95
+ - Haml
96
+ - XML
97
+ - INI
98
+ - Perl
99
+ - Tcl
100
+ - SASS
101
+ - SCSS
102
+ - SQL
103
+ - Shell (Bash / Zsh)
104
+ - Vue
105
+ - Plain Text
106
+
77
107
  ## Platforms
78
108
 
79
109
  - Mac: Gladiator works best on the Mac. This is the platform it is most used on and receives the most maintenance for.
@@ -84,11 +114,11 @@ Gladiator currently supports the following text editing features (including keyb
84
114
 
85
115
  - [JDK](https://www.oracle.com/java/technologies/javase-downloads.html): Same version required by [Glimmer](https://github.com/AndyObtiva/glimmer-dsl-swt)
86
116
  - [JRuby](https://www.jruby.org/download): Same version required by [Glimmer](https://github.com/AndyObtiva/glimmer-dsl-swt)
87
- - [Glimmer DSL for SWT](https://github.com/AndyObtiva/glimmer-dsl-swt) (JRuby Desktop Development GUI Framework): '>= 4.17.2.0', '< 5.0.0.0' (dependency included in Ruby gem).
117
+ - [Glimmer DSL for SWT](https://github.com/AndyObtiva/glimmer-dsl-swt) (JRuby Desktop Development GUI Framework) (dependency included in Ruby gem).
88
118
 
89
119
  ## Download
90
120
 
91
- You may download a [packaged version of the Gladiator app](https://www.dropbox.com/s/kcr20unx7obs6z2/Gladiator-0.7.3.dmg?dl=1) on the Mac.
121
+ You may [download a packaged version of the Gladiator app](https://www.dropbox.com/s/pzkvm6uh14ngrr2/Gladiator-0.8.0.dmg?dl=1) on the Mac.
92
122
 
93
123
  Otherwise, if you prefer a command line version, then follow the Setup Instructions below.
94
124
 
@@ -164,7 +194,7 @@ To reuse Gladiator as a Glimmer Custom Shell inside another Glimmer application,
164
194
  following to the application's `Gemfile`:
165
195
 
166
196
  ```
167
- gem 'glimmer-cs-gladiator', '>= 0.7.3'
197
+ gem 'glimmer-cs-gladiator', '>= 0.8.0'
168
198
  ```
169
199
 
170
200
  Run:
@@ -195,7 +225,7 @@ Gladiator automatically saves configuration data in a `.gladiator` file at the d
195
225
  It currently remembers:
196
226
  - Last opened files (in both split panes if split)
197
227
  - Window size and position
198
- - Ignore Paths (default: '.gladiator', '.git', 'coverage', 'packages', 'node_modules', 'tmp', 'vendor')
228
+ - Ignore Paths under `Glimmer::Gladiator::Dir::IGNORE_PATHS` (default: `['.gladiator', '.git', 'coverage', 'packages', 'node_modules', 'tmp', 'vendor', 'pkg', 'dist']`)
199
229
 
200
230
  ## Gotcha
201
231
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.3
1
+ 0.8.0
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: glimmer-cs-gladiator 0.7.3 ruby lib
5
+ # stub: glimmer-cs-gladiator 0.8.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "glimmer-cs-gladiator".freeze
9
- s.version = "0.7.3"
9
+ s.version = "0.8.0"
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
13
  s.authors = ["Andy Maleh".freeze]
14
- s.date = "2021-01-20"
14
+ s.date = "2021-02-01"
15
15
  s.description = "Gladiator (short for Glimmer Editor) is a Glimmer sample project under on-going development. It is not intended to be a full-fledged editor by any means, yet mostly a fun educational exercise in using Glimmer to build a text editor. Gladiator is also a personal tool for shaping an editor exactly the way I like. I leave building truly professional text editors to software tooling experts who would hopefully use Glimmer one day.".freeze
16
16
  s.email = "andy.am@gmail.com".freeze
17
17
  s.executables = ["glimmer-cs-gladiator".freeze, "gladiator".freeze, "gladiator-setup".freeze]
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
51
51
  s.specification_version = 4
52
52
 
53
53
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
54
- s.add_runtime_dependency(%q<glimmer-dsl-swt>.freeze, [">= 4.18.0.2", "< 5.0.0.0"])
54
+ s.add_runtime_dependency(%q<glimmer-dsl-swt>.freeze, [">= 4.18.3.5", "< 5.0.0.0"])
55
55
  s.add_runtime_dependency(%q<filewatcher>.freeze, ["~> 1.1.1"])
56
56
  s.add_runtime_dependency(%q<clipboard>.freeze, ["~> 1.3.5"])
57
57
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.5.0"])
@@ -59,7 +59,7 @@ Gem::Specification.new do |s|
59
59
  s.add_development_dependency(%q<warbler>.freeze, ["= 2.0.5"])
60
60
  s.add_development_dependency(%q<simplecov>.freeze, [">= 0"])
61
61
  else
62
- s.add_dependency(%q<glimmer-dsl-swt>.freeze, [">= 4.18.0.2", "< 5.0.0.0"])
62
+ s.add_dependency(%q<glimmer-dsl-swt>.freeze, [">= 4.18.3.5", "< 5.0.0.0"])
63
63
  s.add_dependency(%q<filewatcher>.freeze, ["~> 1.1.1"])
64
64
  s.add_dependency(%q<clipboard>.freeze, ["~> 1.3.5"])
65
65
  s.add_dependency(%q<rspec>.freeze, ["~> 3.5.0"])
@@ -68,7 +68,7 @@ Gem::Specification.new do |s|
68
68
  s.add_dependency(%q<simplecov>.freeze, [">= 0"])
69
69
  end
70
70
  else
71
- s.add_dependency(%q<glimmer-dsl-swt>.freeze, [">= 4.18.0.2", "< 5.0.0.0"])
71
+ s.add_dependency(%q<glimmer-dsl-swt>.freeze, [">= 4.18.3.5", "< 5.0.0.0"])
72
72
  s.add_dependency(%q<filewatcher>.freeze, ["~> 1.1.1"])
73
73
  s.add_dependency(%q<clipboard>.freeze, ["~> 1.3.5"])
74
74
  s.add_dependency(%q<rspec>.freeze, ["~> 3.5.0"])
@@ -5,6 +5,8 @@ module Glimmer
5
5
  class Dir
6
6
  include Glimmer
7
7
  include Glimmer::DataBinding::ObservableModel
8
+
9
+ IGNORE_PATHS = ['.gladiator', '.git', 'coverage', 'packages', 'node_modules', 'tmp', 'vendor', 'pkg', 'dist']
8
10
 
9
11
  attr_accessor :selected_child, :filter, :children, :filtered_path_options, :filtered_path, :display_path, :ignore_paths
10
12
  attr_reader :name, :parent, :path
@@ -36,7 +38,7 @@ module Glimmer
36
38
  end
37
39
  self.path = ::File.expand_path(path)
38
40
  @name = ::File.basename(::File.expand_path(path))
39
- @ignore_paths = ['.gladiator', '.git', 'coverage', 'packages', 'node_modules', 'tmp', 'vendor', 'pkg']
41
+ @ignore_paths = IGNORE_PATHS
40
42
  self.filtered_path_options = []
41
43
  end
42
44
 
@@ -72,8 +74,10 @@ module Glimmer
72
74
  def retrieve_children
73
75
  @children = ::Dir.glob(::File.join(@path, '*')).reject do |p|
74
76
  # TODO make sure to configure ignore_paths in a preferences dialog
75
- project_dir.ignore_paths.reduce(false) do |result, ignore_path|
76
- result || p.include?(ignore_path)
77
+ if project_dir == self
78
+ project_dir.ignore_paths.any? do |ignore_path|
79
+ p.include?(ignore_path)
80
+ end
77
81
  end
78
82
  end.map do |p|
79
83
  ::File.file?(p) ? File.new(p, project_dir) : Dir.new(p, project_dir)
@@ -93,7 +97,7 @@ module Glimmer
93
97
  def depth_first_search_file(dir, file_path)
94
98
  dir.children.each do |child|
95
99
  if child.is_a?(File)
96
- return child if child.path.include?(file_path)
100
+ return child if child.path.include?(file_path.to_s)
97
101
  else
98
102
  result = depth_first_search_file(child, file_path)
99
103
  return result unless result.nil?
@@ -20,6 +20,69 @@ module Glimmer
20
20
  @init = nil
21
21
  end
22
22
 
23
+ def language
24
+ # TODO consider using Rouge::Lexer.guess_by_filename instead and perhaps guess_by_source when it fails
25
+ extension = path.split('.').last if path.to_s.include?('.')
26
+ return 'ruby' if scratchpad?
27
+ return 'ruby' if path.to_s.end_with?('Gemfile') || path.to_s.end_with?('Rakefile')
28
+ return 'ruby' if dirty_content.start_with?('#!/usr/bin/env ruby') || dirty_content.start_with?('#!/usr/bin/env jruby')
29
+ return 'yaml' if path.to_s.end_with?('Gemfile.lock')
30
+ return 'shell' if extension.nil? && path.to_s.include?('/bin/')
31
+ case extension
32
+ # TODO extract case statement to an external config file
33
+ when 'rb'
34
+ 'ruby'
35
+ when 'md', 'markdown'
36
+ 'markdown'
37
+ when 'js', 'es6'
38
+ 'javascript'
39
+ when 'json'
40
+ 'json'
41
+ when 'yaml'
42
+ 'yaml'
43
+ when 'html'
44
+ 'html'
45
+ when 'h', 'c'
46
+ 'c'
47
+ when 'hs'
48
+ 'haskell'
49
+ when 'gradle'
50
+ 'gradle'
51
+ when 'cpp'
52
+ 'cpp'
53
+ when 'css'
54
+ 'css'
55
+ when 'java'
56
+ 'java'
57
+ when 'jsp'
58
+ 'jsp'
59
+ when 'plist'
60
+ 'plist'
61
+ when 'haml'
62
+ 'haml'
63
+ when 'xml'
64
+ 'xml'
65
+ when 'ini'
66
+ 'ini'
67
+ when 'pl'
68
+ 'perl'
69
+ when 'tcl'
70
+ 'tcl'
71
+ when 'sass'
72
+ 'sass'
73
+ when 'scss'
74
+ 'scss'
75
+ when 'sql'
76
+ 'sql'
77
+ when 'sh'
78
+ 'shell'
79
+ when 'vue'
80
+ 'vue'
81
+ when 'txt', nil
82
+ 'plain_text'
83
+ end
84
+ end
85
+
23
86
  def init_content
24
87
  unless @init
25
88
  @init = true
@@ -82,7 +82,7 @@ module Glimmer
82
82
  pane_count && pane_count > 1
83
83
  end
84
84
 
85
- attr_reader :find_text, :filter_text, :line_number_text, :split_orientation, :tab_folder_sash_form, :side_bar_sash_form, :file_area_and_editor_area_sash_form
85
+ attr_reader :find_text, :filter_text, :line_number_text, :split_orientation, :tab_folder_sash_form, :side_bar_sash_form, :file_area_and_editor_area_sash_form, :file_explorer_expand_item, :file_explorer_expand_item, :file_lookup_expand_item, :file_explorer_expand_item, :file_lookup_expand_item_height, :file_explorer_expand_item_height
86
86
  attr_accessor :current_tab_item, :current_tab_folder, :current_text_editor, :tab_folder1, :tab_folder2, :maximized_pane, :maximized_editor
87
87
  alias maximized_pane? maximized_pane
88
88
  alias maximized_editor? maximized_editor
@@ -105,6 +105,11 @@ module Glimmer
105
105
  on_about {
106
106
  display_about_dialog
107
107
  }
108
+ on_quit {
109
+ save_config
110
+ project_dir.selected_child&.write_dirty_content
111
+ display.swt_display.shells.each(&:close)
112
+ }
108
113
  on_swt_keydown { |key_event|
109
114
  focused_gladiator = display.focus_control.shell&.get_data('custom_shell')
110
115
  focused_gladiator.handle_display_shortcut(key_event) if !focused_gladiator.nil? && key_event.widget.shell == focused_gladiator&.swt_widget
@@ -158,7 +163,9 @@ module Glimmer
158
163
  tab_folder = nil
159
164
  the_text_editor = nil
160
165
  the_tab_item.content {
161
- @current_text_editor = the_text_editor = text_editor(project_dir: project_dir, file: selected_file)
166
+ @current_text_editor = the_text_editor = text_editor(project_dir: project_dir, file: selected_file) {
167
+ layout_data :fill, :fill, true, true
168
+ }
162
169
  @current_tab_folder.swt_widget.setData('selected_tab_item', @current_tab_item)
163
170
  the_tab_item.swt_tab_item.setData('text_editor', @current_text_editor)
164
171
  @current_text_editor.text_proxy.content {
@@ -285,14 +292,6 @@ module Glimmer
285
292
  project_dir.selected_child&.write_dirty_content
286
293
  }
287
294
 
288
- if OS.mac?
289
- display.swt_display.system_menu.items.find {|mi| mi.id == swt(:id_quit)}.add_selection_listener {
290
- save_config
291
- project_dir.selected_child&.write_dirty_content
292
- display.swt_display.shells.each(&:close)
293
- }
294
- end
295
-
296
295
  # Menu Bar
297
296
  gladiator_menu_bar(gladiator: self, editing: true)
298
297
 
@@ -922,22 +921,15 @@ module Glimmer
922
921
 
923
922
  def handle_display_shortcut(key_event)
924
923
  if key_event.stateMask == swt(COMMAND_KEY) && extract_char(key_event) == 'f'
925
- find_action = lambda do
926
- if current_text_editor&.text_widget&.getSelectionText && current_text_editor&.text_widget&.getSelectionText&.size.to_i > 0
927
- find_text.swt_widget.setText current_text_editor.text_widget.getSelectionText
928
- end
929
- find_text.swt_widget.selectAll
930
- find_text.swt_widget.setFocus
931
- end
932
- if @navigation_expand_item.swt_expand_item.get_expanded
933
- find_action.call
934
- else
924
+ if !@navigation_expand_item.swt_expand_item.get_expanded
925
+ expand_navigation_expand_bar_height
935
926
  @navigation_expand_item.swt_expand_item.set_expanded true
936
- async_exec {
937
- body_root.pack_same_size
938
- find_action.call
939
- }
940
927
  end
928
+ if current_text_editor&.text_widget&.getSelectionText && current_text_editor&.text_widget&.getSelectionText&.size.to_i > 0
929
+ find_text.swt_widget.setText current_text_editor.text_widget.getSelectionText
930
+ end
931
+ find_text.swt_widget.selectAll
932
+ find_text.swt_widget.setFocus
941
933
  elsif Glimmer::SWT::SWTProxy.include?(key_event.stateMask, COMMAND_KEY, :shift) && extract_char(key_event) == 'c'
942
934
  Clipboard.copy(project_dir.selected_child.path)
943
935
  elsif Glimmer::SWT::SWTProxy.include?(key_event.stateMask, COMMAND_KEY, :shift) && extract_char(key_event) == 'g'
@@ -118,9 +118,17 @@ module Glimmer
118
118
  text '&Reset All'
119
119
  accelerator COMMAND_KEY, :ctrl, :r
120
120
  on_widget_selected {
121
- gladiator.tab_folder_sash_form.maximized_editor = false
122
- gladiator.tab_folder_sash_form.file_area_and_editor_area_sash_form.weights = [1, 5]
123
- gladiator.tab_folder_sash_form.side_bar_sash_form.weights = [1, 1]
121
+ gladiator.maximized_editor = false
122
+ gladiator.file_area_and_editor_area_sash_form.weights = [1, 5]
123
+ gladiator.side_bar_sash_form.weights = [1, 1]
124
+ unless gladiator.file_lookup_expand_item.swt_expand_item.get_expanded
125
+ gladiator.file_lookup_expand_item.swt_expand_item.set_expanded true
126
+ gladiator.file_lookup_expand_item.swt_expand_item.height = gladiator.file_lookup_expand_item_height if gladiator.file_lookup_expand_item_height
127
+ end
128
+ unless gladiator.file_explorer_expand_item.swt_expand_item.get_expanded
129
+ gladiator.file_explorer_expand_item.swt_expand_item.set_expanded true
130
+ gladiator.file_explorer_expand_item.swt_expand_item.height = gladiator.file_explorer_expand_item_height if gladiator.file_explorer_expand_item_height
131
+ end
124
132
  }
125
133
  }
126
134
  }
@@ -39,7 +39,7 @@ module Glimmer
39
39
  body {
40
40
  composite {
41
41
  grid_layout(2, false)
42
- layout_data :fill, :fill, true, true
42
+
43
43
  @line_numbers_text = styled_text(:multi, :border) {
44
44
  layout_data(:right, :fill, false, true)
45
45
  text ' '*4
@@ -62,7 +62,7 @@ module Glimmer
62
62
  }
63
63
  }
64
64
 
65
- @text_proxy = send(text_widget_keyword) { |the_text|
65
+ @text_proxy = code_text(language: file.language) {
66
66
  layout_data :fill, :fill, true, true
67
67
  font name: @font_name, height: OS.mac? ? 15 : 12
68
68
  foreground rgb(75, 75, 75)
@@ -97,11 +97,6 @@ module Glimmer
97
97
  nil
98
98
  end
99
99
 
100
- def text_widget_keyword
101
- is_code_file = file.scratchpad? || file.path.end_with?('.rb')
102
- is_code_file ? 'code_text' : 'styled_text'
103
- end
104
-
105
100
  def text_widget
106
101
  @text_proxy.swt_widget
107
102
  end
metadata CHANGED
@@ -1,21 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimmer-cs-gladiator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Maleh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-20 00:00:00.000000000 Z
11
+ date: 2021-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: 4.18.0.2
18
+ version: 4.18.3.5
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
21
  version: 5.0.0.0
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 4.18.0.2
29
+ version: 4.18.3.5
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 5.0.0.0