atcoder_tools 1.0.2 → 1.0.3

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: 7aa6e5861a5c2c3f2de259c82576e808220886e95df6510371afadb6ff50608a
4
- data.tar.gz: af7a26d5bf13b69fb9c5de93362741d797a7719f4a41dc1f6f4abbfc9f9cb05c
3
+ metadata.gz: 6f865c445638ab40097c740ebab07687f10fcb7a1e901397db8e37b1c17a6094
4
+ data.tar.gz: 805f68df5b5901dd3ed967cac5d7454b077691e75d5ec28e8ffda9beb0aec851
5
5
  SHA512:
6
- metadata.gz: 85fda7192d6598406d9d53e244069fe92416e5c913a90bb9b2b7a702e3fb1978d7b1c45fe75a0585d53b877cdccfb38d74b524486c5000c1bfc0f3211b8655c0
7
- data.tar.gz: fa328ed8b1484b4a5c64414948315f31cafe241d486df88ffc4b85f71201909659ca42c122de5faaa8e574be60fd75c4cef7b96146a9671231314f2143c70c5d
6
+ metadata.gz: 1bfe15eddb7ed4d59e129ab120ca609625ecec5b88c077277eded6bdf320d16f415fa6765e9aa0096837c4013b5233a8411df47eff27de72e2601dc9859489da
7
+ data.tar.gz: d78fbeebaa01999231a883e167055350ac3485da5fbc8957d1dfa02eb8fa297c6b00818fcb746d48bb57cf21fa10d136ff7883c45bcbf49c8d493dc2eb96355b
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  [![Publish Gem](https://github.com/aitaro/atcoder_tools/workflows/Publish%20Gem/badge.svg)](https://github.com/aitaro/atcoder_tools/actions?query=workflow%3A%22Publish+Gem%22)
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
4
  [![Gem Version](https://badge.fury.io/rb/atcoder_tools.svg)](https://badge.fury.io/rb/atcoder_tools)
5
- [![Code Climate](https://codeclimate.com/github/aitaro/atcoder_tools.png)](https://codeclimate.com/github/sue445/atcoder_tools)
5
+ [![Code Climate](https://codeclimate.com/github/aitaro/atcoder_tools.png)](https://codeclimate.com/github/aitaro/atcoder_tools)
6
6
 
7
7
  Atcoderの競技環境を簡単にsetupするためのツールです。
8
8
  現在 rubyとc++に対応しています。
@@ -1,3 +1,3 @@
1
1
  module AtcoderTools
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atcoder_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aitaro Chaya