judges 0.49.0 → 0.50.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/bin/judges +9 -0
- data/features/echo.feature +10 -0
- data/judges.gemspec +1 -1
- data/lib/judges.rb +1 -1
- data/package-lock.json +462 -462
- metadata +2 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: judges
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.50.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yegor Bugayenko
|
@@ -273,6 +273,7 @@ files:
|
|
273
273
|
- assets/index.xsl
|
274
274
|
- bin/judges
|
275
275
|
- eslint.config.js
|
276
|
+
- features/echo.feature
|
276
277
|
- features/gem_package.feature
|
277
278
|
- features/import.feature
|
278
279
|
- features/inspect.feature
|