at_coder_friends 0.6.7 → 0.6.8

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
- SHA1:
3
- metadata.gz: e5557a79795b5882e832192d2d244627a0ccf9a9
4
- data.tar.gz: db912b95318108352496a14c34d76639896a49e1
2
+ SHA256:
3
+ metadata.gz: 9f754a47390aa40a5a92a0fa39ba99cc92904788e0d48fb7b73bc41c8be44ba0
4
+ data.tar.gz: dae70f5657afd47a08731daaff6eacbe5f8a5bdf27b5b963f502f78d6cfc084a
5
5
  SHA512:
6
- metadata.gz: 8a63125e538fec1d89bafdd17abfb705962c9e9c76c53bc27962fc6b3c98a152b298c52784681cd176b568a1541e619044becc97a02da0a5ba25469d2ba7b3d3
7
- data.tar.gz: 50b882d82d9d718616d9665cdff4c19ec6a5c47dc355dccb49f03391796481dd16425e8a70cdf2bafbae49a670df876f763d4c1a65caab2557b80120a084df42
6
+ metadata.gz: d9bb6125db9f14b16f21e351df797a96e17ebcddd116d911507032f62fdd774b529fe1d4447d6bc699f2c7158a64603c49cba5bcf6090249967db454eb3163f0
7
+ data.tar.gz: 632b7b30d878115331a465d588388cc0983c70daf5d1f1593efa42554837df7afadfaf5aad769c84e73ff358f0d4862ee374ddb5346c8e4138ecc57891d80617
data/.travis.yml CHANGED
@@ -1,13 +1,11 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.4.10
4
+ - 2.5.8
5
5
  env:
6
6
  global:
7
7
  - CC_TEST_REPORTER_ID=cb942bcc168feb78c43c506364d5344c5ec9a46a0b68dc66acb581e77c981ff1
8
8
  - COVERAGE=true
9
- before_install:
10
- - gem install bundler -v '2.1.4'
11
9
  before_script:
12
10
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
13
11
  - chmod +x ./cc-test-reporter
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 0.6.8 (2021-05-27)
6
+ ### Deleted
7
+ - drop Ruby2.4 from target version.
8
+
5
9
  ## 0.6.7 (2020-12-20)
6
10
  ### Changed
7
11
  - replace hspace with ' ' [#85](https://github.com/nejiko96/at_coder_friends/pull/85) ([suzukiapple](https://github.com/suzukiapple))
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- at_coder_friends (0.6.7)
4
+ at_coder_friends (0.6.8)
5
5
  colorize (~> 0.8.1)
6
6
  launchy (>= 2.4.3)
7
7
  mechanize (~> 2.0)
@@ -12,10 +12,11 @@ GEM
12
12
  addressable (2.7.0)
13
13
  public_suffix (>= 2.0.2, < 5.0)
14
14
  colorize (0.8.1)
15
- connection_pool (2.2.3)
16
- crack (0.4.4)
15
+ connection_pool (2.2.5)
16
+ crack (0.4.5)
17
+ rexml
17
18
  diff-lcs (1.4.4)
18
- docile (1.3.3)
19
+ docile (1.4.0)
19
20
  domain_name (0.5.20190701)
20
21
  unf (>= 0.0.5, < 1.0.0)
21
22
  hashdiff (1.0.1)
@@ -23,51 +24,59 @@ GEM
23
24
  domain_name (~> 0.5)
24
25
  launchy (2.5.0)
25
26
  addressable (~> 2.7)
26
- mechanize (2.7.6)
27
- domain_name (~> 0.5, >= 0.5.1)
28
- http-cookie (~> 1.0)
29
- mime-types (>= 1.17.2)
30
- net-http-digest_auth (~> 1.1, >= 1.1.1)
31
- net-http-persistent (>= 2.5.2)
32
- nokogiri (~> 1.6)
33
- ntlm-http (~> 0.1, >= 0.1.1)
34
- webrobots (>= 0.0.9, < 0.2)
27
+ mechanize (2.8.1)
28
+ addressable (~> 2.7)
29
+ domain_name (~> 0.5, >= 0.5.20190701)
30
+ http-cookie (~> 1.0, >= 1.0.3)
31
+ mime-types (~> 3.0)
32
+ net-http-digest_auth (~> 1.4, >= 1.4.1)
33
+ net-http-persistent (>= 2.5.2, < 5.0.dev)
34
+ nokogiri (~> 1.11, >= 1.11.2)
35
+ rubyntlm (~> 0.6, >= 0.6.3)
36
+ webrick (~> 1.7)
37
+ webrobots (~> 0.1.2)
35
38
  mime-types (3.3.1)
36
39
  mime-types-data (~> 3.2015)
37
- mime-types-data (3.2020.1104)
38
- mini_portile2 (2.4.0)
40
+ mime-types-data (3.2021.0225)
41
+ mini_portile2 (2.5.1)
39
42
  net-http-digest_auth (1.4.1)
40
- net-http-persistent (4.0.0)
43
+ net-http-persistent (4.0.1)
41
44
  connection_pool (~> 2.2)
42
- nokogiri (1.10.10)
43
- mini_portile2 (~> 2.4.0)
44
- ntlm-http (0.1.1)
45
+ nokogiri (1.11.6)
46
+ mini_portile2 (~> 2.5.0)
47
+ racc (~> 1.4)
45
48
  public_suffix (4.0.6)
46
- rake (13.0.2)
49
+ racc (1.5.2)
50
+ rake (13.0.3)
51
+ rexml (3.2.5)
47
52
  rspec (3.10.0)
48
53
  rspec-core (~> 3.10.0)
49
54
  rspec-expectations (~> 3.10.0)
50
55
  rspec-mocks (~> 3.10.0)
51
- rspec-core (3.10.0)
56
+ rspec-core (3.10.1)
52
57
  rspec-support (~> 3.10.0)
53
- rspec-expectations (3.10.0)
58
+ rspec-expectations (3.10.1)
54
59
  diff-lcs (>= 1.2.0, < 2.0)
55
60
  rspec-support (~> 3.10.0)
56
- rspec-mocks (3.10.0)
61
+ rspec-mocks (3.10.2)
57
62
  diff-lcs (>= 1.2.0, < 2.0)
58
63
  rspec-support (~> 3.10.0)
59
- rspec-support (3.10.0)
60
- simplecov (0.18.5)
64
+ rspec-support (3.10.2)
65
+ rubyntlm (0.6.3)
66
+ simplecov (0.21.2)
61
67
  docile (~> 1.1)
62
68
  simplecov-html (~> 0.11)
69
+ simplecov_json_formatter (~> 0.1)
63
70
  simplecov-html (0.12.3)
71
+ simplecov_json_formatter (0.1.3)
64
72
  unf (0.1.4)
65
73
  unf_ext
66
74
  unf_ext (0.0.7.7)
67
- webmock (3.11.0)
75
+ webmock (3.13.0)
68
76
  addressable (>= 2.3.6)
69
77
  crack (>= 0.3.2)
70
78
  hashdiff (>= 0.4.0, < 2.0.0)
79
+ webrick (1.7.0)
71
80
  webrobots (0.1.2)
72
81
 
73
82
  PLATFORMS
@@ -83,4 +92,4 @@ DEPENDENCIES
83
92
  webmock (~> 3.0)
84
93
 
85
94
  BUNDLED WITH
86
- 2.1.4
95
+ 2.2.18
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
29
  spec.require_paths = ['lib']
30
30
 
31
- spec.required_ruby_version = '>= 2.4.0'
31
+ spec.required_ruby_version = '>= 2.5.0'
32
32
 
33
33
  spec.metadata = {
34
34
  'homepage_uri' => spec.homepage,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AtCoderFriends
4
- VERSION = '0.6.7'
4
+ VERSION = '0.6.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: at_coder_friends
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - nejiko96
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-19 00:00:00.000000000 Z
11
+ date: 2021-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -205,15 +205,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
205
205
  requirements:
206
206
  - - ">="
207
207
  - !ruby/object:Gem::Version
208
- version: 2.4.0
208
+ version: 2.5.0
209
209
  required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  requirements:
211
211
  - - ">="
212
212
  - !ruby/object:Gem::Version
213
213
  version: '0'
214
214
  requirements: []
215
- rubyforge_project:
216
- rubygems_version: 2.6.14.4
215
+ rubygems_version: 3.2.18
217
216
  signing_key:
218
217
  specification_version: 4
219
218
  summary: AtCoder support tool