evilchelu-braid 0.4.10 → 0.4.11
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.
- data/braid.gemspec +2 -2
- data/lib/braid/operations.rb +1 -1
- data/lib/braid.rb +1 -1
- metadata +2 -2
data/braid.gemspec
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{braid}
|
|
3
|
-
s.version = "0.4.
|
|
3
|
+
s.version = "0.4.11"
|
|
4
4
|
|
|
5
5
|
s.specification_version = 2 if s.respond_to? :specification_version=
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Cristi Balan", "Norbert Crombach"]
|
|
9
|
-
s.date = %q{2008-09-
|
|
9
|
+
s.date = %q{2008-09-26}
|
|
10
10
|
s.default_executable = %q{braid}
|
|
11
11
|
s.description = %q{A simple tool for tracking vendor branches in git.}
|
|
12
12
|
s.email = %q{evil@che.lu}
|
data/lib/braid/operations.rb
CHANGED
|
@@ -294,7 +294,7 @@ module Braid
|
|
|
294
294
|
FileUtils.mkdir_p(Braid::LOCAL_CACHE_DIR)
|
|
295
295
|
|
|
296
296
|
msg "Caching '#{url}' into '#{dir}'."
|
|
297
|
-
status, out, err = exec!("git clone --
|
|
297
|
+
status, out, err = exec!("git clone --no-checkout #{url} #{dir}")
|
|
298
298
|
end
|
|
299
299
|
end
|
|
300
300
|
end
|
data/lib/braid.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evilchelu-braid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cristi Balan
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2008-09-
|
|
13
|
+
date: 2008-09-26 00:00:00 -07:00
|
|
14
14
|
default_executable: braid
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|