git_oops 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: f039b1f266b4203ba43f8586572030392283e13dd1ece54d0f3c5e41910f065d
4
- data.tar.gz: 5524f70d7b4667c872b29f85520967daa22d647f445b98e15c0a81da33fe7530
3
+ metadata.gz: 6a24d7e5027b8f4f7a771f11fd7bf9b322f9f658f5f15376bab0ff8afe76cfbe
4
+ data.tar.gz: 916d80d0b6c7f2781ad243ab2a42705e9ea8849fc6fb68b784934871531fca2c
5
5
  SHA512:
6
- metadata.gz: edfff93f20a86a729b5a2822912c8bc948b461d72e7af4cbdbf6e56cfe6a5071e39cb1a3f1926930a0cf6f1ef49072b55e51fb5c1677786fe329d99388caa634
7
- data.tar.gz: 1a1a7c436ae4177cb229bcdad16c4f4133e2d1c2682a7d3003a8f0f1fbeecd07a21b693cc57bf4c7303b0df76964d743f33bd6ee0eaef7d4ae0a00316470e2b4
6
+ metadata.gz: fa640f93db620630e39b565019e9c38ad6d01c5cac554ea35f92c5e75b2c9199665d77f49af5951bd077144f41d7e6a2015d5d458618c5f1802fdbde17055e8d
7
+ data.tar.gz: 3424388e2949738eea8ddbb93de565526c2c1e340e389f9b3fb2bfc7266471a1ee9f45206280f88265869c2726c05577a4fffdc5b329d3af1ef113eb3ffbeeda
data/git_oops.gemspec CHANGED
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "A friendly tool to help recover deleted Git commits safely and conveniently"
12
12
  spec.description = "git_oops provides an interactive interface to help users recover deleted Git commits safely. It features a user-friendly selection interface, commit preview, and safety measures to prevent data loss."
13
- spec.homepage = "https://github.com/TOMOSIA-VIETNAM/git_oops"
13
+ spec.homepage = "https://github.com/rubykachu/git_oops"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = ">= 3.3.0"
15
+ spec.required_ruby_version = ">= 2.5.0"
16
16
 
17
17
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
18
 
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
- spec.metadata["source_code_uri"] = "https://github.com/TOMOSIA-VIETNAM/git_oops"
21
- spec.metadata["changelog_uri"] = "https://github.com/TOMOSIA-VIETNAM/git_oops/blob/main/CHANGELOG.md"
20
+ spec.metadata["source_code_uri"] = "https://github.com/rubykachu/git_oops"
21
+ spec.metadata["changelog_uri"] = "https://github.com/rubykachu/git_oops/blob/main/CHANGELOG.md"
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  spec.files = Dir.chdir(__dir__) do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitOops
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_oops
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
  - Minh Tang Q.
@@ -101,14 +101,14 @@ files:
101
101
  - lib/git_oops/commands/reset_command.rb
102
102
  - lib/git_oops/version.rb
103
103
  - sig/git_oops.rbs
104
- homepage: https://github.com/TOMOSIA-VIETNAM/git_oops
104
+ homepage: https://github.com/rubykachu/git_oops
105
105
  licenses:
106
106
  - MIT
107
107
  metadata:
108
108
  allowed_push_host: https://rubygems.org
109
- homepage_uri: https://github.com/TOMOSIA-VIETNAM/git_oops
110
- source_code_uri: https://github.com/TOMOSIA-VIETNAM/git_oops
111
- changelog_uri: https://github.com/TOMOSIA-VIETNAM/git_oops/blob/main/CHANGELOG.md
109
+ homepage_uri: https://github.com/rubykachu/git_oops
110
+ source_code_uri: https://github.com/rubykachu/git_oops
111
+ changelog_uri: https://github.com/rubykachu/git_oops/blob/main/CHANGELOG.md
112
112
  post_install_message:
113
113
  rdoc_options: []
114
114
  require_paths:
@@ -117,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - ">="
119
119
  - !ruby/object:Gem::Version
120
- version: 3.3.0
120
+ version: 2.5.0
121
121
  required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  requirements:
123
123
  - - ">="