qiita_trend 0.4.2 → 0.4.7

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
  SHA256:
3
- metadata.gz: 2e42fdb3ebd5f14193b6c65a07d200d40ad83d7e90b7a9e2419060555457ab28
4
- data.tar.gz: b3ea33d3714e5503460352cf222aa0cd3dc36e151e614761ca0ffdb6f23d7ba8
3
+ metadata.gz: 0f0ee86709a430ad4746e77fda12993c3d06166dc4c9a41402c9ff8fa36929a5
4
+ data.tar.gz: d74ac15ab1d63456b775b3792cfab42747f78e88c00bcd204c97386c078e56d6
5
5
  SHA512:
6
- metadata.gz: cc7c1c0271184960c00aa407d196f7142010add9e041aaac30e5badb592f34a7312ba4010629f38fb5d286adb0cddd75f65ab2aa93348c9122df7cdb4e634f3e
7
- data.tar.gz: c3634dec276208b3153f2bedb90335e4d55eb609235159c8fb1852db0d16c744f87b83502eacf439f70bfb7b6ef84e45fa0cba069fa2055fb4c06964868f7621
6
+ metadata.gz: 69a33d9e13ea5b645db1c111f8bcfaa592332e45054389c0fa4466eb284ffa6511437761412a49cb15e1632eacb2c509170237a8460374a0aa7a07f15017efc8
7
+ data.tar.gz: 9614b80041a22274d6b317a9350acd7857fceef306f0ce726041e54c4bdd3bf96c90a9a8c154f999d6a7e4c72e2bb167ac3357c660ca4c6274a8ec08074cbf0c
data/.circleci/config.yml CHANGED
@@ -1,10 +1,14 @@
1
1
  version: 2.1
2
2
  orbs:
3
+ ruby: circleci/ruby@1.1.2
3
4
  slack: circleci/slack@3.4.2
4
5
  executors:
5
6
  base:
6
7
  docker:
7
- - image: circleci/ruby:2.6.0
8
+ - image: cimg/ruby:2.6.6
9
+ auth:
10
+ username: dodonki1223
11
+ password: $DOCKERHUB_PASSWORD
8
12
  environment:
9
13
  # Bundlerのパス設定が書き換えられ`vendor/bundle`ではなくて`/usr/local/bundle`を参照してしまい`bundle exec`でエラーになる
10
14
  # Bundlerのconfigファイル(pathの設定がされたもの)をworkspaceで永続化し`vendor/bundle`を参照するようにするための設定
@@ -14,36 +18,6 @@ executors:
14
18
  working_directory: ~/dodonki1223/qiita_trend
15
19
 
16
20
  commands:
17
- install-bundler:
18
- steps:
19
- - run:
20
- name: Install bundler(2.1.0)
21
- command: gem install bundler:2.1.0
22
-
23
- # Read about caching dependencies: https://circleci.com/docs/2.0/caching/
24
- restore-gem-cache:
25
- steps:
26
- - restore_cache:
27
- keys:
28
- - v1-dependencies-{{ checksum "Gemfile.lock" }}
29
- # fallback to using the latest cache if no exact match is found
30
- - v1-dependencies-
31
-
32
- install-gem:
33
- steps:
34
- - run:
35
- name: Install gem
36
- command: |
37
- # jobs=4は並列処理をして高速化するための設定(4つのjobで実行するって意味)
38
- bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3
39
-
40
- save-gem-cache:
41
- steps:
42
- - save_cache:
43
- paths:
44
- - ./vendor/bundle
45
- key: v1-dependencies-{{ checksum "Gemfile.lock" }}
46
-
47
21
  save-workspace:
48
22
  steps:
49
23
  - persist_to_workspace:
@@ -57,35 +31,8 @@ commands:
57
31
  # working_directory からの相対パスか絶対パスを指定します
58
32
  at: .
59
33
 
60
- run-rubocop:
61
- steps:
62
- - run:
63
- name: Run RuboCop
64
- command: |
65
- bundle exec rubocop
66
-
67
- run-tests:
68
- steps:
69
- - run:
70
- name: Run tests
71
- command: |
72
- TEST_FILES="$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)"
73
- bundle exec rspec \
74
- --format progress \
75
- --format RspecJunitFormatter \
76
- --out test_results/rspec.xml \
77
- --format progress \
78
- $TEST_FILES
79
-
80
34
  collect-reports:
81
35
  steps:
82
- # ref:https://circleci.com/docs/ja/2.0/configuration-reference/#store_test_results
83
- - store_test_results:
84
- path: test_results
85
- - store_artifacts:
86
- # テスト結果をtest-resultsディレクトリに吐き出す
87
- path: test_results
88
- destination: test-results
89
36
  - store_artifacts:
90
37
  # カバレッジの結果をcoverage-resultsディレクトリに吐き出す
91
38
  path: coverage
@@ -104,19 +51,13 @@ commands:
104
51
 
105
52
  deploy-rubygems:
106
53
  steps:
107
- # ref:https://support.circleci.com/hc/ja/articles/115015628247-%E6%8E%A5%E7%B6%9A%E3%82%92%E7%B6%9A%E8%A1%8C%E3%81%97%E3%81%BE%E3%81%99%E3%81%8B-%E3%81%AF%E3%81%84-%E3%81%84%E3%81%84%E3%81%88-
108
- # read/write両方の権限が必要
109
- - add_ssh_keys:
110
- fingerprints:
111
- - "38:d2:72:5e:9f:67:93:9a:ec:95:94:a2:0e:bf:41:9e"
112
-
113
- # ref:https://circleci.com/docs/2.0/gh-bb-integration/#establishing-the-authenticity-of-an-ssh-host
54
+ # https://discuss.circleci.com/t/the-authenticity-of-github-host-cant-be-stablished/33133 と同じ現象で job が進まなくなるので以下の記事を参考に実装
55
+ # ref:https://circleci.com/docs/ja/2.0/gh-bb-integration/#ssh-%E3%83%9B%E3%82%B9%E3%83%88%E3%81%AE%E4%BF%A1%E9%A0%BC%E6%80%A7%E3%81%AE%E7%A2%BA%E7%AB%8B
114
56
  - run:
115
57
  name: Avoid hosts unknown for github
116
58
  command: |
117
59
  mkdir -p ~/.ssh
118
60
  echo 'github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
119
- bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw==
120
61
  ' >> ~/.ssh/known_hosts
121
62
 
122
63
  - run:
@@ -140,39 +81,37 @@ jobs:
140
81
  executor: base
141
82
  steps:
142
83
  - checkout
143
- - install-bundler
144
- - restore-gem-cache
145
- - install-gem
146
- - save-gem-cache
84
+ - ruby/install-deps
147
85
  - save-workspace
148
86
 
149
87
  lint:
150
88
  executor: base
151
89
  steps:
152
90
  - using-workspace
153
- - install-bundler
154
- - run-rubocop
91
+ - ruby/install-deps
92
+ - ruby/rubocop-check
155
93
 
156
94
  test:
157
95
  executor: base
158
96
  steps:
159
97
  - using-workspace
160
- - install-bundler
161
- - run-tests
98
+ - ruby/install-deps
99
+ - ruby/rspec-test:
100
+ out-path: 'test_results/rspec/'
162
101
  - collect-reports
163
102
 
164
103
  document:
165
104
  executor: base
166
105
  steps:
167
106
  - using-workspace
168
- - install-bundler
107
+ - ruby/install-deps
169
108
  - create-document
170
109
 
171
110
  deploy:
172
111
  executor: base
173
112
  steps:
174
113
  - using-workspace
175
- - install-bundler
114
+ - ruby/install-deps
176
115
  - deploy-rubygems
177
116
  - deploy-notification
178
117
 
data/.rubocop.yml CHANGED
@@ -4,6 +4,8 @@ require: rubocop-rspec
4
4
  AllCops:
5
5
  # Rubyのバージョン指定
6
6
  TargetRubyVersion: 2.6.5
7
+ # 新しい cop を許可
8
+ NewCops: enable
7
9
 
8
10
  # クラス名Moduleの説明をなしでもOKとする
9
11
  Style/Documentation:
data/Gemfile.lock CHANGED
@@ -1,52 +1,53 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- qiita_trend (0.4.2)
4
+ qiita_trend (0.4.7)
5
5
  mechanize (~> 2.7)
6
- nokogiri (~> 1.10)
6
+ nokogiri (~> 1.11)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  addressable (2.7.0)
12
12
  public_suffix (>= 2.0.2, < 5.0)
13
- ast (2.4.0)
13
+ ast (2.4.2)
14
14
  byebug (11.1.3)
15
- coderay (1.1.2)
16
- connection_pool (2.2.2)
17
- crack (0.4.3)
18
- safe_yaml (~> 1.0.0)
19
- diff-lcs (1.3)
20
- docile (1.3.2)
15
+ coderay (1.1.3)
16
+ connection_pool (2.2.3)
17
+ crack (0.4.5)
18
+ rexml
19
+ diff-lcs (1.4.4)
20
+ docile (1.3.5)
21
21
  domain_name (0.5.20190701)
22
22
  unf (>= 0.0.5, < 1.0.0)
23
23
  hashdiff (1.0.1)
24
24
  http-cookie (1.0.3)
25
25
  domain_name (~> 0.5)
26
- jaro_winkler (1.5.4)
27
- mechanize (2.7.6)
28
- domain_name (~> 0.5, >= 0.5.1)
29
- http-cookie (~> 1.0)
30
- mime-types (>= 1.17.2)
31
- net-http-digest_auth (~> 1.1, >= 1.1.1)
32
- net-http-persistent (>= 2.5.2)
33
- nokogiri (~> 1.6)
34
- ntlm-http (~> 0.1, >= 0.1.1)
35
- webrobots (>= 0.0.9, < 0.2)
26
+ mechanize (2.8.0)
27
+ addressable (~> 2.7)
28
+ domain_name (~> 0.5, >= 0.5.20190701)
29
+ http-cookie (~> 1.0, >= 1.0.3)
30
+ mime-types (~> 3.0)
31
+ net-http-digest_auth (~> 1.4, >= 1.4.1)
32
+ net-http-persistent (>= 2.5.2, < 5.0.dev)
33
+ nokogiri (~> 1.11, >= 1.11.2)
34
+ rubyntlm (~> 0.6, >= 0.6.3)
35
+ webrick (~> 1.7)
36
+ webrobots (~> 0.1.2)
36
37
  method_source (1.0.0)
37
38
  mime-types (3.3.1)
38
39
  mime-types-data (~> 3.2015)
39
- mime-types-data (3.2020.0425)
40
- mini_portile2 (2.4.0)
40
+ mime-types-data (3.2021.0225)
41
+ mini_portile2 (2.5.0)
41
42
  net-http-digest_auth (1.4.1)
42
- net-http-persistent (4.0.0)
43
+ net-http-persistent (4.0.1)
43
44
  connection_pool (~> 2.2)
44
- nokogiri (1.10.9)
45
- mini_portile2 (~> 2.4.0)
46
- ntlm-http (0.1.1)
47
- parallel (1.19.1)
48
- parser (2.7.1.2)
49
- ast (~> 2.4.0)
45
+ nokogiri (1.11.2)
46
+ mini_portile2 (~> 2.5.0)
47
+ racc (~> 1.4)
48
+ parallel (1.20.1)
49
+ parser (3.0.1.0)
50
+ ast (~> 2.4.1)
50
51
  pry (0.13.1)
51
52
  coderay (~> 1.1)
52
53
  method_source (~> 1.0)
@@ -56,52 +57,61 @@ GEM
56
57
  pry-doc (1.1.0)
57
58
  pry (~> 0.11)
58
59
  yard (~> 0.9.11)
59
- public_suffix (4.0.4)
60
+ public_suffix (4.0.6)
61
+ racc (1.5.2)
60
62
  rainbow (3.0.0)
61
- rake (13.0.1)
62
- rexml (3.2.4)
63
- rspec (3.9.0)
64
- rspec-core (~> 3.9.0)
65
- rspec-expectations (~> 3.9.0)
66
- rspec-mocks (~> 3.9.0)
67
- rspec-core (3.9.2)
68
- rspec-support (~> 3.9.3)
69
- rspec-expectations (3.9.1)
63
+ rake (13.0.3)
64
+ regexp_parser (2.1.1)
65
+ rexml (3.2.5)
66
+ rspec (3.10.0)
67
+ rspec-core (~> 3.10.0)
68
+ rspec-expectations (~> 3.10.0)
69
+ rspec-mocks (~> 3.10.0)
70
+ rspec-core (3.10.1)
71
+ rspec-support (~> 3.10.0)
72
+ rspec-expectations (3.10.1)
70
73
  diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.9.0)
72
- rspec-mocks (3.9.1)
74
+ rspec-support (~> 3.10.0)
75
+ rspec-mocks (3.10.2)
73
76
  diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.9.0)
75
- rspec-support (3.9.3)
77
+ rspec-support (~> 3.10.0)
78
+ rspec-support (3.10.2)
76
79
  rspec_junit_formatter (0.4.1)
77
80
  rspec-core (>= 2, < 4, != 2.12.0)
78
- rubocop (0.82.0)
79
- jaro_winkler (~> 1.5.1)
81
+ rubocop (0.93.1)
80
82
  parallel (~> 1.10)
81
- parser (>= 2.7.0.1)
83
+ parser (>= 2.7.1.5)
82
84
  rainbow (>= 2.2.2, < 4.0)
85
+ regexp_parser (>= 1.8)
83
86
  rexml
87
+ rubocop-ast (>= 0.6.0)
84
88
  ruby-progressbar (~> 1.7)
85
89
  unicode-display_width (>= 1.4.0, < 2.0)
86
- rubocop-rspec (1.39.0)
87
- rubocop (>= 0.68.1)
88
- ruby-progressbar (1.10.1)
89
- safe_yaml (1.0.5)
90
- simplecov (0.18.5)
90
+ rubocop-ast (1.4.1)
91
+ parser (>= 2.7.1.5)
92
+ rubocop-rspec (1.44.1)
93
+ rubocop (~> 0.87)
94
+ rubocop-ast (>= 0.7.1)
95
+ ruby-progressbar (1.11.0)
96
+ rubyntlm (0.6.3)
97
+ simplecov (0.21.2)
91
98
  docile (~> 1.1)
92
99
  simplecov-html (~> 0.11)
93
- simplecov-html (0.12.2)
100
+ simplecov_json_formatter (~> 0.1)
101
+ simplecov-html (0.12.3)
102
+ simplecov_json_formatter (0.1.2)
94
103
  unf (0.1.4)
95
104
  unf_ext
96
105
  unf_ext (0.0.7.7)
97
106
  unicode-display_width (1.7.0)
98
107
  vcr (5.1.0)
99
- webmock (3.8.3)
108
+ webmock (3.12.2)
100
109
  addressable (>= 2.3.6)
101
110
  crack (>= 0.3.2)
102
111
  hashdiff (>= 0.4.0, < 2.0.0)
112
+ webrick (1.7.0)
103
113
  webrobots (0.1.2)
104
- yard (0.9.24)
114
+ yard (0.9.26)
105
115
 
106
116
  PLATFORMS
107
117
  ruby
@@ -123,4 +133,4 @@ DEPENDENCIES
123
133
  yard (~> 0.9)
124
134
 
125
135
  BUNDLED WITH
126
- 2.1.2
136
+ 2.2.4
data/README.md CHANGED
@@ -39,7 +39,7 @@ $ ruby -r qiita_trend -e "pp QiitaTrend::Trend.new.items"
39
39
  "https://qiita-image-store.s3.amazonaws.com/0/15319/profile-images/1473684249",
40
40
  "user_page"=>"https://qiita.com/akameco",
41
41
  "article"=>"https://qiita.com/akameco/items/e12377e55e379d29636e",
42
- "created_at"=>"2019-08-05T01:17:34Z",
42
+ "published_at"=>"2019-08-05T01:17:34Z",
43
43
  "likes_count"=>158,
44
44
  "is_new_arrival"=>false},
45
45
  {"title"=>"Excelで誰でも簡単言語処理 (感情推定, 固有表現抽出, キーワード抽出, 文類似度推定 etc...)",
@@ -47,7 +47,7 @@ $ ruby -r qiita_trend -e "pp QiitaTrend::Trend.new.items"
47
47
  "user_image"=>"https://avatars2.githubusercontent.com/u/19549989?v=4",
48
48
  "user_page"=>"https://qiita.com/Harusugi",
49
49
  "article"=>"https://qiita.com/Harusugi/items/535874c0456dbc4db231",
50
- "created_at"=>"2019-08-04T23:01:22Z",
50
+ "published_at"=>"2019-08-04T23:01:22Z",
51
51
  "likes_count"=>103,
52
52
  "is_new_arrival"=>false},
53
53
  ...
@@ -173,7 +173,7 @@ irb(main):001:0> pp QiitaTrend::Trend.new.items[0]
173
173
  "https://qiita-image-store.s3.amazonaws.com/0/15319/profile-images/1473684249",
174
174
  "user_page"=>"https://qiita.com/akameco",
175
175
  "article"=>"https://qiita.com/akameco/items/e12377e55e379d29636e",
176
- "created_at"=>"2019-08-05T01:17:34Z",
176
+ "published_at"=>"2019-08-05T01:17:34Z",
177
177
  "likes_count"=>158,
178
178
  "is_new_arrival"=>false}
179
179
  ```
@@ -213,7 +213,7 @@ irb(main):001:0> pp QiitaTrend::Trend.new.items[0]
213
213
  <td></td>
214
214
  </tr>
215
215
  <tr>
216
- <td>created_at</td>
216
+ <td>published_at</td>
217
217
  <td>記事作成日</td>
218
218
  <td></td>
219
219
  </tr>
@@ -11,7 +11,7 @@ module QiitaTrend
11
11
  attr_reader :full_path
12
12
 
13
13
  # キャッシュファイルが格納されるデフォルトのディレクトリ
14
- DEFAULT_CACHE_DIRECTORY = Dir.home + '/qiita_cache/'
14
+ DEFAULT_CACHE_DIRECTORY = "#{Dir.home}/qiita_cache/"
15
15
 
16
16
  # コンストラクタ
17
17
  # Cacheクラスのインスタンスを返します
@@ -12,6 +12,7 @@ module QiitaTrend
12
12
  #
13
13
  # @param [Cache] cache キャッシュクラス
14
14
  def initialize(cache)
15
+ super
15
16
  @cache = cache
16
17
  end
17
18
 
@@ -29,8 +29,8 @@ module QiitaTrend
29
29
  @cache = Cache.new(target.cache, save_cache_directory)
30
30
 
31
31
  # 指定されたキャッシュファイルが存在しない場合は処理を終了
32
- unless date.nil?
33
- raise Error::NotExistsCacheError, @cache unless @cache.cached?
32
+ if !date.nil? && !@cache.cached?
33
+ raise Error::NotExistsCacheError, @cache
34
34
  end
35
35
 
36
36
  # キャッシュが存在する場合はキャッシュから取得
@@ -20,8 +20,7 @@ module QiitaTrend
20
20
  def initialize(trend_type = TrendType::DAILY, date = nil)
21
21
  page = Page.new(trend_type, date)
22
22
  parsed_html = Nokogiri::HTML.parse(page.html)
23
-
24
- trends_data = JSON.parse(parsed_html.xpath('//div[@data-hyperapp-app="Trend"]')[0]['data-hyperapp-props'])
23
+ trends_data = JSON.parse(parsed_html.xpath('//script[@data-component-name="NewHomeArticleTrendFeed"]')[0].text)
25
24
  @data = trends_data['trend']['edges']
26
25
  end
27
26
 
@@ -36,7 +35,7 @@ module QiitaTrend
36
35
  result['user_image'] = user_image(trend['node']['author']['profileImageUrl'])
37
36
  result['user_page'] = "#{Page::QIITA_URI}#{trend['node']['author']['urlName']}"
38
37
  result['article'] = "#{Page::QIITA_URI}#{trend['node']['author']['urlName']}/items/#{trend['node']['uuid']}"
39
- result['created_at'] = trend['node']['createdAt']
38
+ result['published_at'] = trend['node']['publishedAt']
40
39
  result['likes_count'] = trend['node']['likesCount']
41
40
  result['is_new_arrival'] = trend['isNewArrival']
42
41
  value << result
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module QiitaTrend
4
- VERSION = '0.4.2'
4
+ VERSION = '0.4.7'
5
5
  end
data/qiita_trend.gemspec CHANGED
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.version = QiitaTrend::VERSION
10
10
  spec.authors = ['dodonki1223']
11
11
  spec.email = ['make.an.effort.wish.come.true@gmail.com']
12
+ spec.required_ruby_version = '>= 2.6.5'
12
13
 
13
14
  spec.summary = 'Easy to get trend for Qiita in 10 seconds'
14
15
  spec.description = 'Easy to get trend for Qiita in 10 seconds'
@@ -39,7 +40,7 @@ Gem::Specification.new do |spec|
39
40
 
40
41
  # qiita_trendに必要な依存gem設定(ここは最小限にすること)
41
42
  spec.add_dependency 'mechanize', '~> 2.7'
42
- spec.add_dependency 'nokogiri', '~> 1.10'
43
+ spec.add_dependency 'nokogiri', '~> 1.11'
43
44
  # 開発中のみ必要なgem設定
44
45
  spec.add_development_dependency 'bundler', '~> 2.0'
45
46
  spec.add_development_dependency 'pry', '~> 0.13'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qiita_trend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - dodonki1223
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-01 00:00:00.000000000 Z
11
+ date: 2021-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mechanize
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.10'
33
+ version: '1.11'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.10'
40
+ version: '1.11'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -264,14 +264,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
264
264
  requirements:
265
265
  - - ">="
266
266
  - !ruby/object:Gem::Version
267
- version: '0'
267
+ version: 2.6.5
268
268
  required_rubygems_version: !ruby/object:Gem::Requirement
269
269
  requirements:
270
270
  - - ">="
271
271
  - !ruby/object:Gem::Version
272
272
  version: '0'
273
273
  requirements: []
274
- rubygems_version: 3.0.1
274
+ rubygems_version: 3.1.3
275
275
  signing_key:
276
276
  specification_version: 4
277
277
  summary: Easy to get trend for Qiita in 10 seconds