bundler-alive 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: 95401e4f8058b42f643043c89f012ff2c684ad2844ccd8ae8b8f9740d7262b2b
4
- data.tar.gz: 5de7bffe8f34c12365916c5835c0321880303c69fde54ea588013548e794f9de
3
+ metadata.gz: c5a1828e3dc95d630fa851a9d8fa9e806eb9b3ad59a552627ae6ef86894a9f3c
4
+ data.tar.gz: 2aa7685fb869a1ec51d2bb2c54cee0cce37c518c4a1554db27c941c4a1b2c000
5
5
  SHA512:
6
- metadata.gz: cf87c1bb0ffa1e5cabb3739024e97e90cdacd94a1540e30454bd16d36b56e6f2a51904b75c3c843decc1a07ec504925d317632dc4113f2a6c385942317ddb670
7
- data.tar.gz: ce0786a1ea7ce4418de1640178b76536f852a8b0376327cc0a5d86a26f46b0dea520504c6a2650ce2406c7f800510046d0f6eb37ddcb5cf3abc064f6b965a6c4
6
+ metadata.gz: ba9b37245ae7db08df9fa6f568dd00978f4bbbc13595df7038ddc91a934d1a44e600d0d4e63d768af249695e69a9d5f1e4af5679f003fa7532db4e5d5a98b9a8
7
+ data.tar.gz: 8cddd341f4ed8e97693735a2052d152fad0f0bd887f26bad721ee81ba7bf87fba607ea2f5aaa21a51115ef4cc33e2840971ec4af7e75d562e8cfc3e142761492
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Are your gems alive?"
12
12
  spec.description = "bundler-alive reports gems are archived or not."
13
- spec.homepage = "https://github.com/kyoshidajp/bundler-audit"
13
+ spec.homepage = "https://github.com/kyoshidajp/bundler-alive"
14
14
  spec.required_ruby_version = ">= 2.6.0"
15
15
 
16
- spec.metadata["homepage_uri"] = "https://github.com/kyoshidajp/bundler-audit"
17
- spec.metadata["source_code_uri"] = "https://github.com/kyoshidajp/bundler-audit"
18
- spec.metadata["changelog_uri"] = "https://github.com/kyoshidajp/bundler-audit"
16
+ spec.metadata["homepage_uri"] = "https://github.com/kyoshidajp/bundler-alive"
17
+ spec.metadata["source_code_uri"] = "https://github.com/kyoshidajp/bundler-alive"
18
+ spec.metadata["changelog_uri"] = "https://github.com/kyoshidajp/bundler-alive"
19
19
 
20
20
  spec.files = Dir.chdir(__dir__) do
21
21
  `git ls-files -z`.split("\x0").reject do |f|
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bundler
4
4
  module Alive
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-alive
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
  - Katsuhiko YOSHIDA
@@ -42,12 +42,12 @@ files:
42
42
  - lib/bundler/alive/source_code_repository.rb
43
43
  - lib/bundler/alive/source_code_repository_url.rb
44
44
  - lib/bundler/alive/version.rb
45
- homepage: https://github.com/kyoshidajp/bundler-audit
45
+ homepage: https://github.com/kyoshidajp/bundler-alive
46
46
  licenses: []
47
47
  metadata:
48
- homepage_uri: https://github.com/kyoshidajp/bundler-audit
49
- source_code_uri: https://github.com/kyoshidajp/bundler-audit
50
- changelog_uri: https://github.com/kyoshidajp/bundler-audit
48
+ homepage_uri: https://github.com/kyoshidajp/bundler-alive
49
+ source_code_uri: https://github.com/kyoshidajp/bundler-alive
50
+ changelog_uri: https://github.com/kyoshidajp/bundler-alive
51
51
  rubygems_mfa_required: 'true'
52
52
  post_install_message:
53
53
  rdoc_options: []