ppgit 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.0
1
+ 0.7.1
data/bin/git-pp CHANGED
@@ -49,8 +49,5 @@ else
49
49
 
50
50
  unless in_test_mode || 'true' == ENV['PPGIT_NO_VERSION_CHECK']
51
51
  print_message_if_new_version_available
52
- puts "Note: you can prevent the version check with :"
53
- puts " PPGIT_NO_VERSION_CHECK=true ppgit <command>"
54
- puts ''
55
52
  end
56
53
  end
data/bin/ppgit CHANGED
@@ -49,8 +49,5 @@ else
49
49
 
50
50
  unless in_test_mode || 'true' == ENV['PPGIT_NO_VERSION_CHECK']
51
51
  print_message_if_new_version_available
52
- puts "Note: you can prevent the version check with :"
53
- puts " PPGIT_NO_VERSION_CHECK=true ppgit <command>"
54
- puts ''
55
52
  end
56
53
  end
@@ -36,5 +36,9 @@ def print_message_if_new_version_available
36
36
  end
37
37
  msg = s.join("\n")
38
38
  puts msg
39
+
40
+ puts "Note: you can prevent the version check with :"
41
+ puts " PPGIT_NO_VERSION_CHECK=true ppgit <command>"
42
+ puts ''
39
43
  end
40
44
  end
data/ppgit.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ppgit}
8
- s.version = "0.7.0"
8
+ s.version = "0.7.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alain Ravet"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ppgit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 0
10
- version: 0.7.0
9
+ - 1
10
+ version: 0.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alain Ravet