procon_bypass_man-web 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2843b89501f8cdebeea50f8ff764986d65c0cf07a037be4836c61277fe79a5c
4
- data.tar.gz: a36867019aeba4df8788cf22cbfa44a8254d2fab9ceca9ab7e2ab19288760f92
3
+ metadata.gz: ced49c040a2859f7fe714c4df7f08ce0d511f255d54413dd15cefd3f055286ad
4
+ data.tar.gz: 3516d63341da7e7f407151f9c44709c634216766b2c5256bb035c43d99587ecb
5
5
  SHA512:
6
- metadata.gz: 5416377cf050b1a66998c793fde610060ed1f7600405b65a5f450eb1c3cc7cb15a6c2eaa03d299df5e39cd8f6ef235ca7cf312aa0243f6649e8a200b6d674b81
7
- data.tar.gz: f275af8d3fd1be410b3e4149f0c1cb7bc3ab936cd005f856828d268b3aba0eaa5bf8197927acac3a223edac5035553324c76448e893fbf55f03e237608f5ee01
6
+ metadata.gz: cfe6ee8972cda2d2b17673f6250402b097b70041242bc6423b35a9720c9dd9b1f80d7fa2ee5749180d02370f0b745d8fc731b226060d48b3964a30c5c37519f5
7
+ data.tar.gz: 6bffd759f6645cebd10e0885081990c4e82981fa07aff575f6d9fbcdc5fbe1d6055b89957b26f3ebdb90460fb76d7509bfc19dc9efe6ef8c980b1424602b0431
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## [0.1.1] - 2021-10-16
2
+ - bugfix setting edtior
3
+
1
4
  ## [0.1.0] - 2021-08-19
2
5
 
3
6
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- procon_bypass_man-web (0.1.0)
4
+ procon_bypass_man-web (0.1.1)
5
5
  sinatra
6
6
  sqlite3
7
7
  webrick
@@ -17,7 +17,7 @@ GEM
17
17
  multi_json (1.15.0)
18
18
  mustermann (1.1.1)
19
19
  ruby2_keywords (~> 0.0.1)
20
- parallel (1.20.1)
20
+ parallel (1.21.0)
21
21
  parser (3.0.2.0)
22
22
  ast (~> 2.4.1)
23
23
  pry (0.14.1)
@@ -29,7 +29,7 @@ GEM
29
29
  rack-test (1.1.0)
30
30
  rack (>= 1.0, < 3)
31
31
  rainbow (3.0.0)
32
- rake (13.0.3)
32
+ rake (13.0.6)
33
33
  regexp_parser (2.1.1)
34
34
  rexml (3.2.5)
35
35
  rspec (3.10.0)
@@ -45,19 +45,19 @@ GEM
45
45
  diff-lcs (>= 1.2.0, < 2.0)
46
46
  rspec-support (~> 3.10.0)
47
47
  rspec-support (3.10.2)
48
- rubocop (1.18.4)
48
+ rubocop (1.22.1)
49
49
  parallel (~> 1.10)
50
50
  parser (>= 3.0.0.0)
51
51
  rainbow (>= 2.2.2, < 4.0)
52
52
  regexp_parser (>= 1.8, < 3.0)
53
53
  rexml
54
- rubocop-ast (>= 1.8.0, < 2.0)
54
+ rubocop-ast (>= 1.12.0, < 2.0)
55
55
  ruby-progressbar (~> 1.7)
56
56
  unicode-display_width (>= 1.4.0, < 3.0)
57
- rubocop-ast (1.8.0)
57
+ rubocop-ast (1.12.0)
58
58
  parser (>= 3.0.1.1)
59
59
  ruby-progressbar (1.11.0)
60
- ruby2_keywords (0.0.4)
60
+ ruby2_keywords (0.0.5)
61
61
  sinatra (2.1.0)
62
62
  mustermann (~> 1.0)
63
63
  rack (~> 2.2)
@@ -73,7 +73,7 @@ GEM
73
73
  sinatra-contrib
74
74
  sqlite3 (1.4.2)
75
75
  tilt (2.0.10)
76
- unicode-display_width (2.0.0)
76
+ unicode-display_width (2.1.0)
77
77
  webrick (1.7.0)
78
78
 
79
79
  PLATFORMS