judge_system 1.6.0 → 1.6.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
  SHA1:
3
- metadata.gz: b564b3e767e4dab11a8c2724adecb3b264c2605b
4
- data.tar.gz: 1c18db1c164a55947af759ac3c50cbd83029e067
3
+ metadata.gz: 70716c172749813213bc8aec306408fde58426e5
4
+ data.tar.gz: 76748c0d666d74dc70eaa106b2630c56e2358737
5
5
  SHA512:
6
- metadata.gz: c49634a4566bc35769d127a2eff6db94b7d771c0b7ca075093444286d9b330b2478a3765a9c8d6eac2cd312cc273fe9f7e10fd3babfaf24b4ef95f6879f022e9
7
- data.tar.gz: 12de0241a766e12778ed148b30aa73e5b646304a84833479bc74320b4a3b76127c3b1bc765fd856036224da50a0435d43e6a2df8bb912d43de038a53a9d2d1ac
6
+ metadata.gz: 40f992405f136a393b833f38e2ca07bced6d55a88773d4dd155f0e016b939a69d0a500fef475f7c4d18a20d2bfbb8504bc86c3c2446d7ba5de4b573638a8819b
7
+ data.tar.gz: 9149876dc1a3e33f3bfdab5d14b7581fc01bf17524e2dcc25545ad53e1dc88d2b903c126989195a20bd39d153f64fbc578dd6249efc529e08ccc7745cf94e4f4
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 = "This is a judge system for online judge. \nThis gem work under the wandbox api."
13
+ spec.description = "This is a judge system for online judge. \nThis gem work on the wandbox api."
14
14
  spec.homepage = "https://github.com/getty104/judge_system"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module JudgeSystem
2
- VERSION = "1.6.0"
2
+ VERSION = "1.6.1"
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.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - getty104
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: "This is a judge system for online judge. \nThis gem work under the wandbox
55
+ description: "This is a judge system for online judge. \nThis gem work on the wandbox
56
56
  api."
57
57
  email:
58
58
  - hayabusatoshihumi@gmail.com