qiita_trend 0.4.2 → 0.4.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
  SHA256:
3
- metadata.gz: 2e42fdb3ebd5f14193b6c65a07d200d40ad83d7e90b7a9e2419060555457ab28
4
- data.tar.gz: b3ea33d3714e5503460352cf222aa0cd3dc36e151e614761ca0ffdb6f23d7ba8
3
+ metadata.gz: a5213c16fe4b8983f5070707c0f3c7609d3abe90a3aba888eff7354618ac0870
4
+ data.tar.gz: 1f14ed6fc0ccb28ebd15587ff65caac934dacb504b94df3f27b308d596def659
5
5
  SHA512:
6
- metadata.gz: cc7c1c0271184960c00aa407d196f7142010add9e041aaac30e5badb592f34a7312ba4010629f38fb5d286adb0cddd75f65ab2aa93348c9122df7cdb4e634f3e
7
- data.tar.gz: c3634dec276208b3153f2bedb90335e4d55eb609235159c8fb1852db0d16c744f87b83502eacf439f70bfb7b6ef84e45fa0cba069fa2055fb4c06964868f7621
6
+ metadata.gz: '07593bbfc00f45b019b6c253b9f731e607950de9c7c18cf10864ab855e0949d1fc64f5620ef3ce61bc9e6cc2e314a75b1a3b7b90242e907b5b2e20af85377d73'
7
+ data.tar.gz: 218559726905d0e59b9309b2d3b3468cceaa2253650dd6e44fdf67cb33f2c7a09677f7e73a927cb0cb41a38aacd6c7fa5f8f0de4a136455618b140aea03d766b
@@ -73,7 +73,7 @@ commands:
73
73
  bundle exec rspec \
74
74
  --format progress \
75
75
  --format RspecJunitFormatter \
76
- --out test_results/rspec.xml \
76
+ --out test_results/rspec/rspec.xml \
77
77
  --format progress \
78
78
  $TEST_FILES
79
79
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- qiita_trend (0.4.2)
4
+ qiita_trend (0.4.3)
5
5
  mechanize (~> 2.7)
6
6
  nokogiri (~> 1.10)
7
7
 
@@ -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.3'
5
5
  end
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.3
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: 2020-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mechanize