minitest-coloring 0.1.0 → 0.1.1

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: e5d6b77ce0b0ba8f1f0ed39b243cdc24f07fff83b8945df60b983c121d1f6ee5
4
- data.tar.gz: 9566a56ef05dcb70c7cdd0a8eaf640eb3d015b67bf5ae7ce9fb4399f9bceaebc
3
+ metadata.gz: 88ee14c532e59325cf515252c9b6a33c248d2a8aa63a9582db8a2b71e5075ab7
4
+ data.tar.gz: '09684e144712802de871b81faca532661ecf79dd42f569b3e18ca5badc94ff3c'
5
5
  SHA512:
6
- metadata.gz: 819ea3d30e2e20727bba58ffb5b467757674d1dbb36338095d92df8eb0245e9073bdb4be89b14887b37295a4a528a4cf79521155ac2084ca20e02888dc161531
7
- data.tar.gz: 22d06d00893c11b5d5f25898d9075e6912de9f6c0b6bd71af6f9ad2adb1234efba7bcc6acecc146ae9741ac263cbf89476ac28c21135d5ea4e3577698aeafbb8
6
+ metadata.gz: 6a555e6b9d9c495d5bcdcd430ee569ad9c021d1a51e9d2f7d59c83c616a967aece4881650d0750042b3c8380277f331fd6c89bbde2febd3f233d2dd77ae0da80
7
+ data.tar.gz: aba87122019cd0c110793eb1c26f03f06fd078761a1744a4e51cb69a361472f48dfd9b9afb552ac4a227d607c5ddea233e96d0a81e8c4977358ac0675f2cb55e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- minitest-coloring (0.1.0)
4
+ minitest-coloring (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Minitest
4
4
  module Coloring
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Write a short summary, because RubyGems requires one."
12
12
  spec.description = "Write a longer description or delete this line."
13
- spec.homepage = "https://github.com/sawasak-narumi/minitest-coloring"
13
+ spec.homepage = "https://github.com/sawasaki-narumi/minitest-coloring"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
16
16
 
17
17
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
18
  spec.metadata["homepage_uri"] = spec.homepage
19
- spec.metadata["source_code_uri"] = "https://github.com/sawasak-narumi/minitest-coloring"
19
+ spec.metadata["source_code_uri"] = "https://github.com/sawasaki-narumi/minitest-coloring"
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-coloring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sawasaki Narumi
@@ -71,13 +71,13 @@ files:
71
71
  - lib/minitest/coloring_plugin.rb
72
72
  - minitest-coloring.gemspec
73
73
  - sig/minitest/coloring.rbs
74
- homepage: https://github.com/sawasak-narumi/minitest-coloring
74
+ homepage: https://github.com/sawasaki-narumi/minitest-coloring
75
75
  licenses:
76
76
  - MIT
77
77
  metadata:
78
78
  allowed_push_host: https://rubygems.org
79
- homepage_uri: https://github.com/sawasak-narumi/minitest-coloring
80
- source_code_uri: https://github.com/sawasak-narumi/minitest-coloring
79
+ homepage_uri: https://github.com/sawasaki-narumi/minitest-coloring
80
+ source_code_uri: https://github.com/sawasaki-narumi/minitest-coloring
81
81
  post_install_message:
82
82
  rdoc_options: []
83
83
  require_paths: