subwrap 0.3.7 → 0.3.8
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.
- data/ProjectInfo.rb +6 -3
- metadata +5 -2
data/ProjectInfo.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Project
|
|
|
5
5
|
PrettyName = "Subwrap: Enhanced Subversion Command"
|
|
6
6
|
Name = "subwrap"
|
|
7
7
|
RubyForgeName = "subwrap"
|
|
8
|
-
Version = "0.3.
|
|
8
|
+
Version = "0.3.8"
|
|
9
9
|
Specification = Gem::Specification.new do |s|
|
|
10
10
|
s.name = Project::Name
|
|
11
11
|
s.summary = "A nifty wrapper command for Subversion's command-line svn client"
|
|
@@ -25,12 +25,15 @@ module Project
|
|
|
25
25
|
s.add_dependency("rscm")
|
|
26
26
|
s.post_install_message = <<-End
|
|
27
27
|
---------------------------------------------------------------------------------------------------
|
|
28
|
-
|
|
28
|
+
You should now be able to run the subwrap command.
|
|
29
|
+
|
|
30
|
+
IMPORTANT: If you want to replace the normal svn command with subwrap, please run sudo
|
|
31
|
+
_subwrap_post_install or check the Readme to find out how to manually add it to your path.
|
|
29
32
|
|
|
30
33
|
Also, it is recommended that you install the termios gem so that you don't have to press enter
|
|
31
34
|
after selecting an option from the menu, but it will work without it.
|
|
32
35
|
---------------------------------------------------------------------------------------------------
|
|
33
|
-
|
|
36
|
+
End
|
|
34
37
|
|
|
35
38
|
# Documentation
|
|
36
39
|
s.has_rdoc = true
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: subwrap
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.3.
|
|
6
|
+
version: 0.3.8
|
|
7
7
|
date: 2007-07-18 00:00:00 -07:00
|
|
8
8
|
summary: A nifty wrapper command for Subversion's command-line svn client
|
|
9
9
|
require_paths:
|
|
@@ -27,7 +27,10 @@ signing_key:
|
|
|
27
27
|
cert_chain:
|
|
28
28
|
post_install_message: |
|
|
29
29
|
---------------------------------------------------------------------------------------------------
|
|
30
|
-
|
|
30
|
+
You should now be able to run the subwrap command.
|
|
31
|
+
|
|
32
|
+
IMPORTANT: If you want to replace the normal svn command with subwrap, please run sudo
|
|
33
|
+
_subwrap_post_install or check the Readme to find out how to manually add it to your path.
|
|
31
34
|
|
|
32
35
|
Also, it is recommended that you install the termios gem so that you don't have to press enter
|
|
33
36
|
after selecting an option from the menu, but it will work without it.
|