projmgr 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/NEWS.md +3 -0
- data/README.md +2 -0
- data/Rakefile +7 -7
- data/TODO.md +2 -1
- data/bin/projmgr +2 -1
- data/lib/projmgr.rb +1 -1
- metadata +3 -31
data/NEWS.md
CHANGED
data/README.md
CHANGED
data/Rakefile
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
|
2
2
|
|
3
3
|
require 'rake'
|
4
|
-
require 'spec/rake/spectask'
|
4
|
+
#require 'spec/rake/spectask'
|
5
5
|
|
6
6
|
require "projmgr"
|
7
7
|
|
@@ -18,9 +18,9 @@ task :clean do
|
|
18
18
|
system "rm -rf coverage"
|
19
19
|
end
|
20
20
|
|
21
|
-
desc "Run all examples with RCov"
|
22
|
-
Spec::Rake::SpecTask.new('examples_with_rcov') do |t|
|
23
|
-
t.spec_files = FileList['spec/**/*.rb']
|
24
|
-
t.rcov = true
|
25
|
-
t.rcov_opts = ['--exclude', 'spec,rcov']
|
26
|
-
end
|
21
|
+
#desc "Run all examples with RCov"
|
22
|
+
#Spec::Rake::SpecTask.new('examples_with_rcov') do |t|
|
23
|
+
# t.spec_files = FileList['spec/**/*.rb']
|
24
|
+
# t.rcov = true
|
25
|
+
# t.rcov_opts = ['--exclude', 'spec,rcov']
|
26
|
+
#end
|
data/TODO.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# TODO
|
2
2
|
|
3
|
-
## 0.0.
|
3
|
+
## 0.0.7 (March 25, 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
|
- CVS
|
@@ -10,4 +10,5 @@
|
|
10
10
|
- Svn Class
|
11
11
|
- Application class
|
12
12
|
- Cvs Class
|
13
|
+
- Remove Choice and switch to option parser. Choice seems to be abandoned and has issues with ruby 1.9.x
|
13
14
|
|
data/bin/projmgr
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
# hammackj - 01-09-2011 - Version 0.0.3
|
11
11
|
# hammackj - 01-09-2011 - Version 0.0.4
|
12
12
|
# hammackj - 02-07-2011 - Version 0.0.5
|
13
|
+
# hammackj - 02-17-2011 - Version 0.0.6
|
13
14
|
#
|
14
15
|
|
15
16
|
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '/../lib'))
|
@@ -70,7 +71,7 @@ module ProjMgr
|
|
70
71
|
if File.exists?(File.expand_path(CONFIG_FILE)) == false
|
71
72
|
File.open(File.expand_path(CONFIG_FILE), 'w+') do |f|
|
72
73
|
3.times do
|
73
|
-
f.write("projectname: \n
|
74
|
+
f.write("projectname: \n name: \n path: \n type: \n url: \n\n")
|
74
75
|
end
|
75
76
|
end
|
76
77
|
|
data/lib/projmgr.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: projmgr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 21
|
5
4
|
prerelease:
|
6
|
-
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
- 5
|
10
|
-
version: 0.0.5
|
5
|
+
version: 0.0.6
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- Jacob Hammack
|
@@ -15,7 +10,7 @@ autorequire:
|
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
12
|
|
18
|
-
date: 2011-02-
|
13
|
+
date: 2011-02-17 00:00:00 -06:00
|
19
14
|
default_executable: projmgr
|
20
15
|
dependencies:
|
21
16
|
- !ruby/object:Gem::Dependency
|
@@ -26,11 +21,6 @@ dependencies:
|
|
26
21
|
requirements:
|
27
22
|
- - ">="
|
28
23
|
- !ruby/object:Gem::Version
|
29
|
-
hash: 31
|
30
|
-
segments:
|
31
|
-
- 2
|
32
|
-
- 4
|
33
|
-
- 0
|
34
24
|
version: 2.4.0
|
35
25
|
type: :development
|
36
26
|
version_requirements: *id001
|
@@ -42,11 +32,6 @@ dependencies:
|
|
42
32
|
requirements:
|
43
33
|
- - ">="
|
44
34
|
- !ruby/object:Gem::Version
|
45
|
-
hash: 41
|
46
|
-
segments:
|
47
|
-
- 0
|
48
|
-
- 9
|
49
|
-
- 9
|
50
35
|
version: 0.9.9
|
51
36
|
type: :development
|
52
37
|
version_requirements: *id002
|
@@ -58,11 +43,6 @@ dependencies:
|
|
58
43
|
requirements:
|
59
44
|
- - ">="
|
60
45
|
- !ruby/object:Gem::Version
|
61
|
-
hash: 19
|
62
|
-
segments:
|
63
|
-
- 0
|
64
|
-
- 1
|
65
|
-
- 4
|
66
46
|
version: 0.1.4
|
67
47
|
type: :runtime
|
68
48
|
version_requirements: *id003
|
@@ -104,25 +84,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
84
|
requirements:
|
105
85
|
- - ">="
|
106
86
|
- !ruby/object:Gem::Version
|
107
|
-
hash: 3
|
108
|
-
segments:
|
109
|
-
- 0
|
110
87
|
version: "0"
|
111
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
89
|
none: false
|
113
90
|
requirements:
|
114
91
|
- - ">="
|
115
92
|
- !ruby/object:Gem::Version
|
116
|
-
hash: 23
|
117
|
-
segments:
|
118
|
-
- 1
|
119
|
-
- 3
|
120
|
-
- 6
|
121
93
|
version: 1.3.6
|
122
94
|
requirements: []
|
123
95
|
|
124
96
|
rubyforge_project: projmgr
|
125
|
-
rubygems_version: 1.
|
97
|
+
rubygems_version: 1.5.2
|
126
98
|
signing_key:
|
127
99
|
specification_version: 3
|
128
100
|
summary: projmgr
|