Skip to content

Commit 158f302

Browse files
committed
gemas, tareas, y doc
1 parent bd70594 commit 158f302

File tree

5 files changed

+28
-33
lines changed

5 files changed

+28
-33
lines changed

.ruby-version

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
3.2.1
2+

Gemfile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
gem "apexcharts"
7-
86
gem "babel-transpiler"
97

108
gem "bcrypt"
@@ -127,6 +125,10 @@ group :development, :test do
127125
gem "rubocop-rails"
128126

129127
gem "rubocop-shopify"
128+
129+
gem "thor"
130+
131+
gem "yard"
130132
end
131133

132134
group :development do
@@ -138,9 +140,11 @@ group :development do
138140
end
139141

140142
group :test do
141-
gem "capybara"
143+
gem "minitest"
144+
145+
gem "minitest-reporters"
142146

143-
gem "cuprite"
147+
gem "rails-controller-testing"
144148

145149
gem "simplecov"
146150
end

Gemfile.lock

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,8 @@ GEM
140140
minitest (>= 5.1)
141141
securerandom (>= 0.3)
142142
tzinfo (~> 2.0, >= 2.0.5)
143-
addressable (2.8.7)
144-
public_suffix (>= 2.0.2, < 7.0)
145143
andand (1.3.3)
146-
apexcharts (0.2.0)
144+
ansi (1.5.0)
147145
ast (2.4.3)
148146
babel-source (5.8.35)
149147
babel-transpiler (0.7.0)
@@ -164,15 +162,6 @@ GEM
164162
thor (~> 1.0)
165163
camertron-eprun (1.1.1)
166164
cancancan (3.6.1)
167-
capybara (3.40.0)
168-
addressable
169-
matrix
170-
mini_mime (>= 0.1.3)
171-
nokogiri (~> 1.11)
172-
rack (>= 1.6.0)
173-
rack-test (>= 0.6.3)
174-
regexp_parser (>= 1.5, < 3.0)
175-
xpath (~> 3.2)
176165
choice (0.2.0)
177166
cldr-plurals-runtime-rb (1.1.0)
178167
climate_control (1.2.0)
@@ -191,9 +180,6 @@ GEM
191180
connection_pool (2.5.3)
192181
crass (1.0.6)
193182
csv (3.3.5)
194-
cuprite (0.17)
195-
capybara (~> 3.0)
196-
ferrum (~> 0.17.0)
197183
date (3.4.1)
198184
debug (1.11.0)
199185
irb (~> 1.10)
@@ -219,12 +205,6 @@ GEM
219205
ruby-graphviz
220206
erubi (1.13.1)
221207
execjs (2.10.0)
222-
ferrum (0.17.1)
223-
addressable (~> 2.5)
224-
base64 (~> 0.2)
225-
concurrent-ruby (~> 1.1)
226-
webrick (~> 1.7)
227-
websocket-driver (~> 0.7)
228208
ffi (1.17.2)
229209
ffi (1.17.2-aarch64-linux-gnu)
230210
ffi (1.17.2-aarch64-linux-musl)
@@ -277,6 +257,11 @@ GEM
277257
mini_mime (1.1.5)
278258
mini_portile2 (2.8.9)
279259
minitest (5.25.5)
260+
minitest-reporters (1.7.1)
261+
ansi
262+
builder
263+
minitest (>= 5.0)
264+
ruby-progressbar
280265
msgpack (1.8.0)
281266
net-imap (0.5.9)
282267
date
@@ -340,7 +325,6 @@ GEM
340325
psych (5.2.6)
341326
date
342327
stringio
343-
public_suffix (6.0.2)
344328
puma (7.0.4)
345329
nio4r (~> 2.0)
346330
racc (1.8.1)
@@ -368,6 +352,10 @@ GEM
368352
activesupport (= 7.2.2.1)
369353
bundler (>= 1.15.0)
370354
railties (= 7.2.2.1)
355+
rails-controller-testing (1.0.5)
356+
actionpack (>= 5.0.1.rc1)
357+
actionview (>= 5.0.1.rc1)
358+
activesupport (>= 5.0.1.rc1)
371359
rails-dom-testing (2.3.0)
372360
activesupport (>= 5.0.0)
373361
minitest
@@ -506,8 +494,7 @@ GEM
506494
websocket-extensions (>= 0.1.0)
507495
websocket-extensions (0.1.5)
508496
will_paginate (4.0.1)
509-
xpath (3.2.0)
510-
nokogiri (~> 1.8)
497+
yard (0.9.37)
511498
zeitwerk (2.7.3)
512499

513500
PLATFORMS
@@ -525,22 +512,19 @@ PLATFORMS
525512
x86_64-openbsd
526513

527514
DEPENDENCIES
528-
apexcharts
529515
babel-transpiler
530516
bcrypt
531517
benchmark
532518
bootsnap
533519
brakeman
534520
bundler-audit
535521
cancancan
536-
capybara
537522
cocoon!
538523
code-scanning-rubocop
539524
coffee-rails
540525
color
541526
colorize
542527
csv
543-
cuprite
544528
debug
545529
devise
546530
devise-i18n
@@ -552,6 +536,8 @@ DEPENDENCIES
552536
jsbundling-rails
553537
kt-paperclip!
554538
libxml-ruby
539+
minitest
540+
minitest-reporters
555541
mr519_gen!
556542
msip!
557543
nokogiri
@@ -564,6 +550,7 @@ DEPENDENCIES
564550
rack (~> 2)
565551
rack-cors
566552
rails (~> 7.2)
553+
rails-controller-testing
567554
rails-erd
568555
rails-i18n
569556
redcarpet
@@ -578,12 +565,14 @@ DEPENDENCIES
578565
sivel2_gen!
579566
sprockets-rails
580567
stimulus-rails
568+
thor
581569
turbo-rails
582570
twitter_cldr
583571
tzinfo
584572
unicorn
585573
web-console
586574
will_paginate
575+
yard
587576

588577
BUNDLED WITH
589578
2.7.2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ c_rubocop:
4545
bin/rubocop -a
4646

4747
yard:
48-
yard
48+
bundle exec yard

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Bienvenido al código fuente de SIVeL 2.2 ##
44
Sistema de Información de Violencia Política en Línea versión 2.2
55

6-
[![Revisado por Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com) Pruebas y seguridad: [![Estado Construcción](https://gitlab.com/pasosdeJesus/sivel2/badges/v2.2/pipeline.svg)](https://gitlab.com/pasosdeJesus/sivel2/-/pipelines?page=1&scope=all&ref=v2.2) [![Clima del Código](https://codeclimate.com/github/pasosdeJesus/sivel2/badges/gpa.svg)](https://codeclimate.com/github/pasosdeJesus/sivel2) [![Cobertura de Pruebas](https://codeclimate.com/github/pasosdeJesus/sivel2/badges/coverage.svg)](https://codeclimate.com/github/pasosdeJesus/sivel2)
6+
[![Revisado por Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com) Pruebas y seguridad: [![Estado Construcción en gitlab](https://gitlab.com/pasosdeJesus/sivel2/badges/v2.2/pipeline.svg)](https://gitlab.com/pasosdeJesus/sivel2/-/pipelines?page=1&scope=all&ref=v2.2) [![Integración continua github](https://github.com/pasosdeJesus/sivel2/actions/workflows/rubyonrails.yml/badge.svg?branch=v2.2)](https://github.com/pasosdeJesus/sivel2/actions/workflows/rubyonrails.yml) [![CodeQL en github](https://github.com/pasosdeJesus/sivel2/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/pasosdeJesus/sivel2/actions/workflows/codeql-analysis.yml)
77

88
![Logo de sivel2_2](https://gitlab.com/pasosdeJesus/sivel2/-/raw/v2.2/app/assets/images/logo.png)
99

0 commit comments

Comments
 (0)