projmgr 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ # 0.0.9 (May 13, 2011)
2
+ - Fixed output of CVS update results
3
+
1
4
  # 0.0.8 (May 10, 2011)
2
5
  - Add CVS support Checkin/Checkout/Local Changes
3
6
  - Fixed a few output issues
@@ -3,7 +3,7 @@
3
3
 
4
4
  ProjMgr is a simple source code project manager for updating and checking local changes on multiple projects at once.
5
5
 
6
- The current version is v0.0.8
6
+ The current version is v0.0.9
7
7
 
8
8
  ## Requirements
9
9
 
@@ -1,6 +1,6 @@
1
1
  # TODO
2
2
 
3
- ## 0.0.9 (July 01, 2011)
3
+ ## 0.0.10 (July 01, 2011)
4
4
  - Add a detect option, to find projects in a directory not managed
5
5
  - Add support for other SCM's
6
6
  - Mercurial
@@ -8,4 +8,4 @@
8
8
  - Git Class
9
9
  - Svn Class
10
10
  - Application class
11
- - Cvs Class
11
+ - Cvs Class
@@ -2,7 +2,7 @@
2
2
 
3
3
  module ProjMgr
4
4
  APP_NAME = "projmgr"
5
- VERSION = "0.0.8"
5
+ VERSION = "0.0.9"
6
6
  CONFIG_FILE = "~/.projmgr"
7
7
  end
8
8
 
@@ -43,7 +43,7 @@ module ProjMgr
43
43
  if results.empty?
44
44
  return "Already up-to-date!"
45
45
  else
46
- return results
46
+ return results.join("\n")
47
47
  end
48
48
  end
49
49
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: projmgr
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.0.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jacob Hammack
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-10 00:00:00 -05:00
13
+ date: 2011-05-13 00:00:00 -05:00
14
14
  default_executable: projmgr
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  requirements: []
84
84
 
85
85
  rubyforge_project: projmgr
86
- rubygems_version: 1.5.2
86
+ rubygems_version: 1.6.2
87
87
  signing_key:
88
88
  specification_version: 3
89
89
  summary: projmgr