rails_execution 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_execution
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khoa Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-01 00:00:00.000000000 Z
11
+ date: 2024-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml
@@ -43,9 +43,11 @@ files:
43
43
  - app/assets/images/executions/logo.png
44
44
  - app/assets/images/executions/rejected.png
45
45
  - app/assets/images/executions/robot.png
46
- - app/assets/javascripts/executions/ace.min.js
47
- - app/assets/javascripts/executions/ace.modes.ruby.min.js
48
- - app/assets/javascripts/executions/ace.theme-solarized_dark.min.js
46
+ - app/assets/javascripts/executions/ace.1.32.5/base.min.js
47
+ - app/assets/javascripts/executions/ace.1.32.5/ext-language_tools.min.js
48
+ - app/assets/javascripts/executions/ace.1.32.5/mode-ruby.min.js
49
+ - app/assets/javascripts/executions/ace.1.32.5/snippets-ruby.min.js
50
+ - app/assets/javascripts/executions/ace.1.32.5/theme-solarized_dark.min.js
49
51
  - app/assets/javascripts/executions/base.js
50
52
  - app/assets/javascripts/executions/bootstrap.5.2.1.min.js
51
53
  - app/assets/javascripts/executions/chart.min.js
@@ -83,6 +85,7 @@ files:
83
85
  - app/models/rails_execution/task.rb
84
86
  - app/models/rails_execution/task_label.rb
85
87
  - app/models/rails_execution/task_review.rb
88
+ - app/services/rails_execution/auto_suggestions_service.rb
86
89
  - app/services/rails_execution/tasks/create_service.rb
87
90
  - app/services/rails_execution/tasks/filter_service.rb
88
91
  - app/views/layouts/execution.html.haml