obazoud-git-external 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -68,7 +68,7 @@ git external rm <path>
68
68
  git clone git://github.com/obazoud/git-external.git
69
69
  cd git-external
70
70
  git checkout develop
71
- gem build obazoud-git-external.gemspec && gem install --local obazoud-git-external-0.8.1.gem
71
+ gem build obazoud-git-external.gemspec && gem install --local obazoud-git-external-0.8.2.gem
72
72
  </pre>
73
73
 
74
74
  And voilà!
data/bin/git-external CHANGED
@@ -135,7 +135,8 @@ def init_external(url, path, branch='origin/master', revision=nil)
135
135
  execute('git branch', ['checkout', '--track', "#{remoteBranch}", "#{branch}"], path)
136
136
  end
137
137
 
138
- update_external(url, path, branch, revision)
138
+ puts "- Checkout local branch: #{remoteBranch}"
139
+ execute('git checkout', ["#{remoteBranch}"], path)
139
140
 
140
141
  else
141
142
  puts "- Dealing with a tag/sha1: #{branch}"
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'obazoud-git-external'
4
- s.version = '0.8.1'
4
+ s.version = '0.8.2'
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ['Daniel Cestari', 'Olivier Bazoud', 'Alastair Harrison']
7
7
  s.email = ["olivier.bazoud@gmail.com"]
metadata CHANGED
@@ -1,27 +1,35 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: obazoud-git-external
3
- version: !ruby/object:Gem::Version
4
- version: 0.8.1
3
+ version: !ruby/object:Gem::Version
4
+ hash: 59
5
5
  prerelease:
6
+ segments:
7
+ - 0
8
+ - 8
9
+ - 2
10
+ version: 0.8.2
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Daniel Cestari
9
14
  - Olivier Bazoud
10
15
  - Alastair Harrison
11
16
  autorequire:
12
17
  bindir: bin
13
18
  cert_chain: []
14
- date: 2012-11-27 00:00:00.000000000 Z
19
+
20
+ date: 2013-01-28 00:00:00 Z
15
21
  dependencies: []
16
- description: Extension for git which adds a command providing similar functionality
17
- to git submodules but without attaching each module to a single version
18
- email:
22
+
23
+ description: Extension for git which adds a command providing similar functionality to git submodules but without attaching each module to a single version
24
+ email:
19
25
  - olivier.bazoud@gmail.com
20
- executables:
26
+ executables:
21
27
  - git-external
22
28
  extensions: []
29
+
23
30
  extra_rdoc_files: []
24
- files:
31
+
32
+ files:
25
33
  - .gitignore
26
34
  - LICENSE.txt
27
35
  - README.markdown
@@ -30,26 +38,36 @@ files:
30
38
  - unittest.sh
31
39
  homepage: http://github.com/obazoud/git-external
32
40
  licenses: []
41
+
33
42
  post_install_message:
34
43
  rdoc_options: []
35
- require_paths:
44
+
45
+ require_paths:
36
46
  - lib
37
- required_ruby_version: !ruby/object:Gem::Requirement
47
+ required_ruby_version: !ruby/object:Gem::Requirement
38
48
  none: false
39
- requirements:
40
- - - ! '>='
41
- - !ruby/object:Gem::Version
42
- version: '0'
43
- required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ hash: 3
53
+ segments:
54
+ - 0
55
+ version: "0"
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
57
  none: false
45
- requirements:
46
- - - ! '>='
47
- - !ruby/object:Gem::Version
48
- version: '0'
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ hash: 3
62
+ segments:
63
+ - 0
64
+ version: "0"
49
65
  requirements: []
66
+
50
67
  rubyforge_project:
51
68
  rubygems_version: 1.8.24
52
69
  signing_key:
53
70
  specification_version: 3
54
71
  summary: Git version of an svn:external, an alternative to Git Submodule
55
72
  test_files: []
73
+