rjgit 0.3.5 → 0.3.6
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 912d73caa806aa600d13b0d46126228fd73f87c5
|
4
|
+
data.tar.gz: 3dfe0cccd100d85c37cbfe47a48a3f7b523c4884
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abbfa8d8a16be95aa9d609a7eb6ea5c8c4a7a4f3282aa41f2d83491a8fc41666349247d5d99cc208ce279fab0dd4d40ba14e7286e3055fef327472f59086b3e8
|
7
|
+
data.tar.gz: bb7a12c005c85a739170998be1b3d1f7d5cf129ea6b4299aae613d8078c4c7665687f9f31276abad34bbfff03ca16f1472f6ef0a8c97083fa2ce206a40ceae27
|
data/lib/git.rb
CHANGED
@@ -138,7 +138,7 @@ module RJGit
|
|
138
138
|
def checkout(branch_name = "master", options = {})
|
139
139
|
checkout_command = @jgit.checkout.set_name(branch_name)
|
140
140
|
checkout_command.set_start_point(options[:commit])
|
141
|
-
options[:paths].each {|path| checkout_command.add_path(path)} if options[:
|
141
|
+
options[:paths].each {|path| checkout_command.add_path(path)} if options[:paths]
|
142
142
|
checkout_command.set_create_branch(true) if options[:create]
|
143
143
|
checkout_command.set_force(true) if options[:force]
|
144
144
|
result = {}
|
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: 0.3.
|
4
|
+
version: 0.3.6
|
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: 2015-
|
15
|
+
date: 2015-02-14 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: mime-types
|
@@ -45,7 +45,7 @@ files:
|
|
45
45
|
- lib/constants.rb
|
46
46
|
- lib/git.rb
|
47
47
|
- lib/java/jars/jsch-0.1.49.jar
|
48
|
-
- lib/java/jars/org.eclipse.jgit-3.6.
|
48
|
+
- lib/java/jars/org.eclipse.jgit-3.6.2.201501210735-r.jar
|
49
49
|
- lib/repo.rb
|
50
50
|
- lib/rjgit.rb
|
51
51
|
- lib/rjgit_helpers.rb
|