rjgit 5.10.0.0 → 6.1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db8d0dda74d80f506d1eb9e47b76bacb5eb6ee19b2e9f10b517e1889ebcce3b0
4
- data.tar.gz: bed27ad0a32c0e9dbaab335d4c092ab2fa94076c8925a86d899109c54604f4ba
3
+ metadata.gz: 4d2c9c60f8447f408cf5e7c9b941e197df07cc750ab8423dbdfa43c455fba682
4
+ data.tar.gz: a7480d647c8567a05fd454df35d5c74661185a08a9fcf79a45f0d4468b9a8c3b
5
5
  SHA512:
6
- metadata.gz: 884938ca23c5b35c242aed6eeca3f96e6da3f88ef8175566f597d14dad8c11b0998f2c4fc9c2cb776e8b3429806723014c38ce5de7801f649cede9a4f138524d
7
- data.tar.gz: 44c9d47002da65f6505ea8b53b7a097374393b585eb723abbc18e7e6c87a1c8b4aa60456eac0956d7604d275cfc90721ee9387d1db6e05761dcd899a8d393183
6
+ metadata.gz: 3083445d163f156b075c6007bd2e4266c9962eb29692ec9f4ab5278489514eea1f8e91986af8a5391e4ec23df22ec5ac5754aa04859ff6d12e583ae5629ad2d0
7
+ data.tar.gz: a7a7935f87b882ace26eac20a0dd8ae08b5baba788dd83ed65087304276e943d563e7a42d68cf261709bfa55110145edcff7ba28a71a3aed310e1b6c190eb57b
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/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RJGit
2
- VERSION = "5.10.0.0"
2
+ VERSION = "6.1.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.10.0.0
4
+ version: 6.1.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-01-31 00:00:00.000000000 Z
15
+ date: 2022-04-29 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  requirement: !ruby/object:Gem::Requirement
@@ -49,8 +49,8 @@ files:
49
49
  - lib/java/jars/bcpkix-jdk15on-168.jar
50
50
  - lib/java/jars/bcprov-jdk15on-168.jar
51
51
  - lib/java/jars/jsch-0.1.54.jar
52
- - lib/java/jars/org.eclipse.jgit-5.10.0.202012080955-r.jar
53
- - lib/java/jars/org.eclipse.jgit.ssh.jsch-5.10.0.202012080955-r.jar
52
+ - lib/java/jars/org.eclipse.jgit-6.1.0.202203080745-r.jar
53
+ - lib/java/jars/org.eclipse.jgit.ssh.jsch-5.13.0.202109080827-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