rjgit 5.12.0.0 → 6.2.0.0

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: 54384e6f16f3ff592ec542112a76f27c471fc40c1771db2eb0ffb129083e78c7
4
- data.tar.gz: 850d0074d269bd8b544c8b033a61aa7545b8034cf6348da5b6ba3e5ff9e3c859
3
+ metadata.gz: bb80f8a697f4d1801fea92e0f3cc7e7ee302c2017c5ba5b4dc4cce93e8ef000d
4
+ data.tar.gz: 2d34568b2f3de4d06d3020178f5275ca331dd9d58b6274f1fba3c31d28b7ba6e
5
5
  SHA512:
6
- metadata.gz: c838a02a71b409b1e64b173b04d22076badc254f1cf73f7bcbd3594a897ef194879ec08015400fd832d49ab6be513d11a6074953552f40ed43dfa408a228d269
7
- data.tar.gz: 3cf033bf925bc0c6c19cc9c776614be8b290127bd84495c9dd577e3247bcfccec8b33c36b210c18fe123a24c7f7a69928e7306a78e970703ee107b88f62f29a1
6
+ metadata.gz: 0d38c1cc21354ea9e87472fd72a29df3ea4fb17dce4ad74d89a09b6294c8fe62a88b7f09b6127b32a77d4bb4a71d910874fb5a6276216938c970d57caae932de
7
+ data.tar.gz: 129f92320b2831a23d8c479c68201783e83db157649b3f084fe5944872736c70f1b1b67cf0fde6ed1a34d5f698432fb0b04fae70c282411ad114347616274136
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'mime-types', '~> 3.3.1'
3
+ gemspec
4
4
  gem 'rake', '>= 12.3.3'
5
5
 
6
6
  gem 'coveralls', '~> 0.8.23', require: false
data/README.md CHANGED
@@ -3,7 +3,7 @@ RJGit
3
3
 
4
4
  ### A JRuby wrapper around the [JGit library](https://github.com/eclipse/jgit) for manipulating Git repositories, the Ruby way.
5
5
 
6
- [![Build Status](https://travis-ci.org/repotag/rjgit.png)](https://travis-ci.org/repotag/rjgit)
6
+ [![Ruby Build](https://github.com/repotag/rjgit/actions/workflows/test.yaml/badge.svg)](https://github.com/repotag/rjgit/actions/workflows/test.yaml)
7
7
  [![Coverage Status](https://coveralls.io/repos/repotag/rjgit/badge.png?branch=master)](https://coveralls.io/r/repotag/rjgit)
8
8
  [![Gem Version](https://badge.fury.io/rb/rjgit.png)](http://badge.fury.io/rb/rjgit)
9
9
  [![Cutting Edge Dependency Status](https://dometto-cuttingedge.herokuapp.com/github/repotag/rjgit/svg 'Cutting Edge Dependency Status')](https://dometto-cuttingedge.herokuapp.com/github/repotag/rjgit/info)
@@ -190,7 +190,7 @@ With special thanks to:
190
190
 
191
191
  License
192
192
  -------
193
- Copyright (c) 2011 - 2015, Team Repotag
193
+ Copyright (c) 2011 - 2022, Team Repotag
194
194
 
195
195
  (Modified BSD License)
196
196
 
data/lib/git.rb CHANGED
@@ -13,7 +13,7 @@ module RJGit
13
13
  import 'org.eclipse.jgit.diff.DiffEntry'
14
14
  import 'org.eclipse.jgit.treewalk.filter.PathFilter'
15
15
  import 'org.eclipse.jgit.api.TransportConfigCallback'
16
- import 'org.eclipse.jgit.transport.JschConfigSessionFactory'
16
+ import 'org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory'
17
17
  import 'org.eclipse.jgit.transport.SshTransport'
18
18
  import 'org.eclipse.jgit.revwalk.FollowFilter'
19
19
  import 'org.eclipse.jgit.revwalk.TreeRevFilter'
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RJGit
2
- VERSION = "5.12.0.0"
2
+ VERSION = "6.2.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjgit
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.12.0.0
4
+ version: 6.2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maarten Engelen
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2021-08-30 00:00:00.000000000 Z
15
+ date: 2022-09-08 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  requirement: !ruby/object:Gem::Requirement
@@ -48,9 +48,9 @@ files:
48
48
  - lib/java/jars/bcpg-jdk15on-168.jar
49
49
  - lib/java/jars/bcpkix-jdk15on-168.jar
50
50
  - lib/java/jars/bcprov-jdk15on-168.jar
51
- - lib/java/jars/jsch-0.1.54.jar
52
- - lib/java/jars/org.eclipse.jgit-5.12.0.202106070339-r.jar
53
- - lib/java/jars/org.eclipse.jgit.ssh.jsch-5.12.0.202106070339-r.jar
51
+ - lib/java/jars/jsch-0.1.55.jar
52
+ - lib/java/jars/org.eclipse.jgit-6.2.0.202206071550-r.jar
53
+ - lib/java/jars/org.eclipse.jgit.ssh.jsch-6.2.0.202206071550-r.jar
54
54
  - lib/java/jars/slf4j-api-1.7.2.jar
55
55
  - lib/java/jars/slf4j-simple-1.7.12.jar
56
56
  - lib/repo.rb