phper 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/phper/commands.rb +2 -2
  3. data/phper.gemspec +1 -1
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
@@ -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
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{phper}
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Yoshihiro TAKAHARA"]
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: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yoshihiro TAKAHARA