Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 27, 2024
1 parent 23a54ba commit 0206c97
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ gem 'factbase', '~>0.0.38'
gem 'faraday', '2.9.0'
gem 'faraday-http-cache', '2.5.1'
gem 'faraday-retry', '2.2.1'
gem 'judges', path: '/code/gems/judges'
# gem 'judges', '~>0.0.32'
# gem 'judges', path: '/code/gems/judges'
gem 'judges', '~>0.0.34'
gem 'minitest', '5.23.1'
gem 'obk', '~>0.3.1'
gem 'octokit', '~>8.1.0'
Expand Down
18 changes: 7 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
PATH
remote: /code/gems/judges
specs:
judges (0.0.0)
backtrace (~> 0.3)
factbase (~> 0.0.38)
gli (~> 2.21)
loog (~> 0.2)
nokogiri (~> 1.10)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -31,6 +21,12 @@ GEM
faraday (~> 2.0)
gli (2.21.1)
json (2.7.2)
judges (0.0.34)
backtrace (~> 0.3)
factbase (~> 0.0.38)
gli (~> 2.21)
loog (~> 0.2)
nokogiri (~> 1.10)
language_server-protocol (3.17.0.3)
loog (0.5.1)
minitest (5.23.1)
Expand Down Expand Up @@ -87,7 +83,7 @@ DEPENDENCIES
faraday (= 2.9.0)
faraday-http-cache (= 2.5.1)
faraday-retry (= 2.2.1)
judges!
judges (~> 0.0.34)
minitest (= 5.23.1)
obk (~> 0.3.1)
octokit (~> 8.1.0)
Expand Down
1 change: 1 addition & 0 deletions judges/post-award-to-github/post-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
---
skip: true
category: live
input:
-
Expand Down
1 change: 1 addition & 0 deletions judges/reward-for-resolved-bug/reward-for-resolved-bug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

conclude do
on '(and (eq what "bug-was-resolved")
(exists seconds)
(exists when)
(exists issue)
(exists repository)
Expand Down

2 comments on commit 0206c97

@0pdd
Copy link

@0pdd 0pdd commented on 0206c97 May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-19fb4a35 disappeared from judges/catch/catch_accepted_bug/catch_accepted_bug.rb), that's why I closed #11. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 0206c97 May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-f2970e3f disappeared from judges/reward/reward_for_resolved_bug/reward_for_resolved_bug.rb), that's why I closed #12. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.