phper 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/phper/commands.rb +2 -2
- data/phper.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
data/lib/phper/commands.rb
CHANGED
@@ -96,7 +96,7 @@ class Phper::Commands < CommandLineUtils::Commands
|
|
96
96
|
git = project["project"]["git"]
|
97
97
|
cmd = "git remote add phper #{git}"
|
98
98
|
%x{#{cmd}}
|
99
|
-
puts cmd
|
99
|
+
puts "--> #{cmd}"
|
100
100
|
end
|
101
101
|
end
|
102
102
|
|
@@ -126,7 +126,7 @@ class Phper::Commands < CommandLineUtils::Commands
|
|
126
126
|
git_remotes(git).each{ |name|
|
127
127
|
cmd = "git remote rm #{name}"
|
128
128
|
%x{#{cmd}}
|
129
|
-
puts cmd
|
129
|
+
puts "--> #{cmd}"
|
130
130
|
}
|
131
131
|
end
|
132
132
|
end
|
data/phper.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 2
|
10
|
+
version: 0.3.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Yoshihiro TAKAHARA
|