popo 0.2.1 → 0.2.2

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.
@@ -7,15 +7,15 @@ module Popo
7
7
  branch = 'master' if branch.nil?
8
8
 
9
9
  if clone_path.nil?
10
- cmd = "#{GIT_CMD} clone -b #{branch} #{repo} 2>&1"
10
+ cmd = "#{GIT_CMD} clone -b #{branch} #{repo}"
11
11
  else
12
- cmd = "#{GIT_CMD} clone -b #{branch} #{repo} #{clone_path} 2>&1"
12
+ cmd = "#{GIT_CMD} clone -b #{branch} #{repo} #{clone_path}"
13
13
  end
14
14
 
15
15
  Utils.git_say_with_time "clone".green, nil do
16
- Utils.say "#{'[Source]'.yellow} => #{repo}", true
17
- Utils.say "#{'[Target]'.yellow} => #{clone_path}", true
18
- Utils.say "#{'[Branch]'.yellow} => #{branch}", true
16
+ Utils.say "#{'source'.yellow} #{repo}", true
17
+ Utils.say "#{'target'.yellow} #{clone_path}", true
18
+ Utils.say "#{'branch'.yellow} #{branch}", true
19
19
  `#{cmd}`
20
20
  end
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module Popo
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: popo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-09 00:00:00.000000000Z
12
+ date: 2012-05-11 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sequel
16
- requirement: &70110137243480 !ruby/object:Gem::Requirement
16
+ requirement: &70117175112220 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70110137243480
24
+ version_requirements: *70117175112220
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: sqlite3
27
- requirement: &70110137242920 !ruby/object:Gem::Requirement
27
+ requirement: &70117175111780 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70110137242920
35
+ version_requirements: *70117175111780
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: cableguy
38
- requirement: &70110137242380 !ruby/object:Gem::Requirement
38
+ requirement: &70117175111340 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '0'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *70110137242380
46
+ version_requirements: *70117175111340
47
47
  description: Ruby and rails repo tool
48
48
  email:
49
49
  - poymode@gmail.com