git_fonky 0.6.0 → 0.6.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: 076cf7e6f05362ab912197732e48649abffb67bfaf179cd55916fda375f26115
4
- data.tar.gz: 2a6005c936aa4fa6b3e4d4a19eeb4de34fd836483b128dc151d78fe0c631dd75
3
+ metadata.gz: e1516c39e50aca297c6e2c139f13245b60914aba3662ea6397ba2d9d2ef7d5db
4
+ data.tar.gz: 52a1d3640058e59cae1f8132d0d4cae38fc591b61843d18caeee178e1b7abd0c
5
5
  SHA512:
6
- metadata.gz: d6d39a6139345648528b1520806bbf782df65fda3c46f2ec9c10b52c58454819a96ca4e3da40db4c92d338e9a514373c1f7db70e2ad53cce97f9476c74cb3afe
7
- data.tar.gz: dc39a274c029ddf4aeb00a4ccd8bc5aca0e979818bc2277969d4ee6303395de858ea5202bb1b61b76da4f55e89983f3b630c5ae5dfc20f7dcea5bf33d544c8b0
6
+ metadata.gz: 56bc8c0f3a9f97dc4eacc85004d4e80f9feea66d1411d776dbf8df08f3f09f8f3f6c2db5d5943024dd9a2f242915859010c0018baf5e13f4370a7664b021c5e8
7
+ data.tar.gz: a840d2fe9739e6c36057b3bc1bd92e805ada22cbc284afd19f3ec1d048bbf0599e466cb285da02372dfffce30f2fd25547f208d33880b40f849bfeedf62aebc7
@@ -1,3 +1,3 @@
1
1
  module GitFonky
2
- REPO_NAMES = %w[gorails hatchbox-v2 jumpstart-marketing jumpstart-pro-rails noticed pay]
2
+ REPO_NAMES = %w[gr hatchbox-v2 jumpstart-marketing jumpstart-pro-rails noticed pay]
3
3
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitFonky
4
- VERSION = "0.6.0"
4
+ VERSION = "0.6.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_fonky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Collin Jilbert
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-12-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Do 'em all at once.
14
13
  email:
@@ -42,7 +41,6 @@ metadata:
42
41
  homepage_uri: https://github.com/cjilbert504/git_fonky
43
42
  source_code_uri: https://github.com/cjilbert504/git_fonky
44
43
  changelog_uri: https://github.com/cjilbert504/git_fonky/blob/main/CHANGELOG.md
45
- post_install_message:
46
44
  rdoc_options: []
47
45
  require_paths:
48
46
  - lib
@@ -57,8 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
55
  - !ruby/object:Gem::Version
58
56
  version: '0'
59
57
  requirements: []
60
- rubygems_version: 3.5.1
61
- signing_key:
58
+ rubygems_version: 3.6.9
62
59
  specification_version: 4
63
60
  summary: Sync all of your git repos with one command.
64
61
  test_files: []