ruby_git 0.3.0 → 0.3.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: 6dbaeff8a7d5e9221fb6dd0fca372582640f7d61a845287a5e33bdeaa2ac5f4a
4
- data.tar.gz: 2264c19addc654a35a89b87fba4c13a12b05acd5e0061d9bfe80237b1732867d
3
+ metadata.gz: b12470df80fc020031e73898e6332def5b5d6e7c419acb3036a58585263269b7
4
+ data.tar.gz: d1138d2381fc7272397357105b8e884a78bed2396289608df6dc746896018b4b
5
5
  SHA512:
6
- metadata.gz: 2d086389925d5a852f5adc0bd8a21176ea063135ca6392503babf7624685eefc551758a273c2d3509eb75c2c5f2bf224fbce8a2cf61fbcbdc3ff0078c7f323c8
7
- data.tar.gz: 66cd76a662df89a8d6f74dac76c8711cbcc2d36ea3f1bba349f341a05584d4359929ace7bf950807997f53e5f2af652353378d5cb3bcee795cb01c125fd13830
6
+ metadata.gz: f1cbdfcdea413421d06bf15ad2c205866dff32a1b92ffea0b260dbecf31fe62313fb6b355ae81fff9cb0f07fab26af622c90eeb28c1b1e28c63c27a02223e499
7
+ data.tar.gz: e51b5c257998f8a2c9cad6927bfd1b32d4f397c793b82edd6017a00b4581b9b6f6f00623f05ec9d2052b42a72c62fabc94268bb4caa6b1d6b408a3b2d5041f46
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## v0.3.1 (2025-03-28)
4
+
5
+ [Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.3.0..v0.3.1)
6
+
7
+ Changes since v0.3.0:
8
+
9
+ * fbadc20 docs: update the gem description
10
+
3
11
  ## v0.3.0 (2025-03-28)
4
12
 
5
13
  [Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.2.0..v0.3.0)
@@ -3,5 +3,5 @@
3
3
  module RubyGit
4
4
  # The ruby_git gem version
5
5
  #
6
- VERSION = '0.3.0'
6
+ VERSION = '0.3.1'
7
7
  end
data/ruby_git.gemspec CHANGED
@@ -9,12 +9,10 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['jcouball@yahoo.com']
10
10
  spec.license = 'MIT'
11
11
 
12
- spec.summary = 'A Ruby library to work with Git Respositories'
12
+ spec.summary = 'An object-oriented interface to working with the git command line'
13
13
  spec.description = <<~DESCRIPTION
14
- THIS PROJECT IS A WORK IN PROGRESS AND IS NOT USEFUL IN ITS CURRENT STATE
15
-
16
- An object-oriented interface to working with Git Repositories that
17
- tries to make sense out of the Git command line.
14
+ An object-oriented interface to the git command line. See PLAN.md for
15
+ project progress.
18
16
  DESCRIPTION
19
17
  spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
20
18
  spec.requirements = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball
@@ -226,10 +226,8 @@ dependencies:
226
226
  - !ruby/object:Gem::Version
227
227
  version: '1.9'
228
228
  description: |
229
- THIS PROJECT IS A WORK IN PROGRESS AND IS NOT USEFUL IN ITS CURRENT STATE
230
-
231
- An object-oriented interface to working with Git Repositories that
232
- tries to make sense out of the Git command line.
229
+ An object-oriented interface to the git command line. See PLAN.md for
230
+ project progress.
233
231
  email:
234
232
  - jcouball@yahoo.com
235
233
  executables: []
@@ -293,8 +291,8 @@ metadata:
293
291
  allowed_push_host: https://rubygems.org
294
292
  homepage_uri: https://github.com/main-branch/ruby_git
295
293
  source_code_uri: https://github.com/main-branch/ruby_git
296
- documentation_uri: https://rubydoc.info/gems/ruby_git/0.3.0
297
- changelog_uri: https://rubydoc.info/gems/ruby_git/0.3.0/file/CHANGELOG.md
294
+ documentation_uri: https://rubydoc.info/gems/ruby_git/0.3.1
295
+ changelog_uri: https://rubydoc.info/gems/ruby_git/0.3.1/file/CHANGELOG.md
298
296
  rubygems_mfa_required: 'true'
299
297
  rdoc_options: []
300
298
  require_paths:
@@ -315,5 +313,5 @@ requirements:
315
313
  - Git 2.28.0 or later
316
314
  rubygems_version: 3.6.2
317
315
  specification_version: 4
318
- summary: A Ruby library to work with Git Respositories
316
+ summary: An object-oriented interface to working with the git command line
319
317
  test_files: []