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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8de0ed8528c9cc55828da72e11449b648050a6581a28b5d22566a4e2a40c4c94
|
|
4
|
+
data.tar.gz: 8342df34f69669cd9664d5e135cee6f17b452708d207c261e1380f0d876bb0f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfdbfcc7168e33453364eb6fc2399dacb070a688ed32511e1f8206eb7ca3d93d2dedde6d9700751296709a3504c9f834ffe6628985654b0343fd60edb42dfe83
|
|
7
|
+
data.tar.gz: 96abbdad58886ea0bbd8ae5807de5a87208b2252bc4f20f83cd5ac2738a3fcacc7983ad5bbf583adaded067c1b2a14fc67a7bdbd212acc516b36bc1d9a304cf2
|
data/README.md
CHANGED
|
@@ -7,19 +7,10 @@ RJGit
|
|
|
7
7
|
[](https://coveralls.io/r/repotag/rjgit)
|
|
8
8
|
[](http://badge.fury.io/rb/rjgit)
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
Summary
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
RJGit
|
|
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
|
|
Binary file
|
data/lib/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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.
|
|
84
|
+
rubygems_version: 2.6.13
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 4
|
|
87
87
|
summary: JRuby wrapper around the JGit library.
|