rjgit 5.5.0.0 → 5.5.1.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: 47e5a6de5f86aba846fdbd14c28f49844f2dc4cf13cecdab9a08ec5a4723fbea
4
- data.tar.gz: 67a7c177b1c26040b02b01e8266de0bfb006e6d83e1f2533e84fb42df1fe0353
3
+ metadata.gz: 8de0ed8528c9cc55828da72e11449b648050a6581a28b5d22566a4e2a40c4c94
4
+ data.tar.gz: 8342df34f69669cd9664d5e135cee6f17b452708d207c261e1380f0d876bb0f1
5
5
  SHA512:
6
- metadata.gz: 04b343d3ef489b595fc0ce7c83d9a2bd31b8f5ab2118638b9e9aed94dd86a2c59f7bb18a984dff9f71d7a386d309539ac52ec73dfa3b09ebddd51d6dbfde2c33
7
- data.tar.gz: 46817ed19a7a5432757892f250d7d42a645e6fc64b1abc9beb6608b8b252a444282d5a80de03c3ddf12d91a9e5eb9ff66ddcef85415ec3d4ef1765745068a8f6
6
+ metadata.gz: bfdbfcc7168e33453364eb6fc2399dacb070a688ed32511e1f8206eb7ca3d93d2dedde6d9700751296709a3504c9f834ffe6628985654b0343fd60edb42dfe83
7
+ data.tar.gz: 96abbdad58886ea0bbd8ae5807de5a87208b2252bc4f20f83cd5ac2738a3fcacc7983ad5bbf583adaded067c1b2a14fc67a7bdbd212acc516b36bc1d9a304cf2
data/README.md CHANGED
@@ -7,19 +7,10 @@ RJGit
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
 
10
- Authors
10
+ Summary
11
11
  -------
12
12
 
13
- RJGit is being developed by Team Repotag:
14
-
15
- - [Maarten Engelen](https://github.com/maarten)
16
- - [Bart Kamphorst](https://github.com/bartkamphorst)
17
- - [Dawa Ometto](https://github.com/dometto)
18
- - [Arlette van Wissen](https://github.com/arlettevanwissen)
19
- - [Steven Woudenberg](https://github.com/stevenwoudenberg)
20
-
21
- With special thanks to:
22
- - [Patrick Pepels](https://github.com/bluedread)
13
+ RJGit provides a fully featured library for accessing and manipulating git repositories by wrapping the Java [JGit library](https://github.com/eclipse/jgit). It thus provides similiar functionality as e.g. [rugged](https://github.com/libgit2/rugged) on JRuby.
23
14
 
24
15
  Installation
25
16
  ------------
@@ -174,6 +165,21 @@ jruby --ng-server &
174
165
  jruby --ng -S rake
175
166
  ```
176
167
 
168
+ Authors
169
+ -------
170
+
171
+ RJGit is being developed by Team Repotag:
172
+
173
+ - [Maarten Engelen](https://github.com/maarten)
174
+ - [Bart Kamphorst](https://github.com/bartkamphorst)
175
+ - [Dawa Ometto](https://github.com/dometto)
176
+ - [Arlette van Wissen](https://github.com/arlettevanwissen)
177
+ - [Steven Woudenberg](https://github.com/stevenwoudenberg)
178
+
179
+ With special thanks to:
180
+ - [Patrick Pepels](https://github.com/bluedread)
181
+
182
+
177
183
  License
178
184
  -------
179
185
  Copyright (c) 2011 - 2015, Team Repotag
@@ -1,3 +1,3 @@
1
1
  module RJGit
2
- VERSION = "5.5.0.0"
2
+ VERSION = "5.5.1.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.5.0.0
4
+ version: 5.5.1.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: 2019-09-19 00:00:00.000000000 Z
15
+ date: 2019-11-07 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  requirement: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ files:
49
49
  - lib/java/jars/bcpkix-jdk15on-161.jar
50
50
  - lib/java/jars/bcprov-jdk15on-161.jar
51
51
  - lib/java/jars/jsch-0.1.54.jar
52
- - lib/java/jars/org.eclipse.jgit-5.5.0.201909110433-r.jar
52
+ - lib/java/jars/org.eclipse.jgit-5.5.1.201910021850-r.jar
53
53
  - lib/java/jars/slf4j-api-1.7.2.jar
54
54
  - lib/java/jars/slf4j-simple-1.7.12.jar
55
55
  - lib/repo.rb
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.7.6
84
+ rubygems_version: 2.6.13
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: JRuby wrapper around the JGit library.