judge_system 1.2.2 → 1.2.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bef44e28ea19331d8b7fe9e3beaff4f066ffabb
4
- data.tar.gz: 11a5efed6d3535483c702248bef664eec7b6d4ab
3
+ metadata.gz: ceea43474bff8f530a94c5d016635fac79b619ce
4
+ data.tar.gz: b153646d0b9a1de92990bab2f281b403871c2f91
5
5
  SHA512:
6
- metadata.gz: 9b2c400478b053ae0f2a6a55980e89dd92990580c96a103c7650c16ea8a518b4922022cd9e60f4f6d9f16326bc727059d21dfe33aac3b615815f4b9ffa7fb21f
7
- data.tar.gz: '06863728db1303afa46c1dd6fa902fb73254067ea578ac90c41c2873c0e3870403586f6a30e18a280a8b618c0dfe0e141bc7061ccbaffc316817ff08a69437c7'
6
+ metadata.gz: 64037aa847c93a3b1df31f84981ebb1f32598bebb5bbbe4f5d552fc477947093f884a298a6715df7d998b3840aff1f771b86862488c1914f44984b5763feb55a
7
+ data.tar.gz: d17d3de69f37a06891f27ec0b1ac03d2b97816f6b0802430ee96c1a6a4bf46cd4722f666d6849273b7f1166671133552192dec581552bed8881d94ce31b776ba
data/judge_system.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["hayabusatoshihumi@gmail.com"]
11
11
 
12
12
  spec.summary = %q{This is a judge system for online judge }
13
- spec.description = %q{This gem work under the wandbox api. }
13
+ spec.description = "This is a judge system for online judge. \nThis gem work under the wandbox api."
14
14
  spec.homepage = "https://github.com/getty104/judge_system"
15
15
  spec.license = "MIT"
16
16
 
data/lib/judge_system.rb CHANGED
@@ -7,7 +7,7 @@ require 'pathname'
7
7
 
8
8
  module JudgeSystem
9
9
  class WandBox
10
-
10
+
11
11
  def self.compile compiler: "", code: "", stdin: ""
12
12
  body = {
13
13
  code: code,
@@ -46,6 +46,7 @@ module JudgeSystem
46
46
  end
47
47
  end
48
48
  private_class_method :compile, :run
49
+
49
50
  public
50
51
  def self.judge lang, code , answer, stdin, time
51
52
  output = run lang, code, stdin, time
@@ -1,3 +1,3 @@
1
1
  module JudgeSystem
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: judge_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshifumi Kiyono
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: 'This gem work under the wandbox api. '
55
+ description: "This is a judge system for online judge. \nThis gem work under the wandbox
56
+ api."
56
57
  email:
57
58
  - hayabusatoshihumi@gmail.com
58
59
  executables: []