vclog 1.8.1 → 1.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. data/.ruby +57 -0
  2. data/COPYING.rdoc +32 -0
  3. data/README.rdoc +18 -19
  4. data/features/git.feature +16 -16
  5. data/features/hg.feature +16 -16
  6. data/features/step_definitions/repo_steps.rb +2 -1
  7. data/features/support/aruba.rb +5 -1
  8. data/features/support/repo.rb +7 -3
  9. data/features/svn.feature +16 -16
  10. data/lib/vclog.rb +1 -1
  11. data/lib/vclog/adapters/abstract.rb +0 -19
  12. data/lib/vclog/adapters/git.rb +34 -6
  13. data/lib/vclog/adapters/svn.rb +1 -1
  14. data/lib/vclog/change.rb +43 -23
  15. data/lib/vclog/heuristics.rb +32 -49
  16. data/lib/vclog/heuristics/label.rb +29 -0
  17. data/lib/vclog/heuristics/rule.rb +33 -0
  18. data/lib/vclog/metadata.rb +2 -12
  19. data/lib/vclog/repo.rb +23 -19
  20. data/{ronn → man/man1}/index.txt +0 -0
  21. data/man/man1/vclog-autotag.1.html +117 -0
  22. data/{ronn/vclog-autotag.ronn → man/man1/vclog-autotag.1.ronn} +0 -0
  23. data/man/man1/vclog-bump.1.html +111 -0
  24. data/{ronn/vclog-bump.ronn → man/man1/vclog-bump.1.ronn} +0 -0
  25. data/man/man1/vclog-changelog.1.html +123 -0
  26. data/{ronn/vclog-changelog.ronn → man/man1/vclog-changelog.1.ronn} +0 -0
  27. data/man/man1/vclog-history.1.html +122 -0
  28. data/{ronn/vclog-history.ronn → man/man1/vclog-history.1.ronn} +0 -0
  29. data/man/man1/vclog-version.1.html +100 -0
  30. data/{ronn/vclog-version.ronn → man/man1/vclog-version.1.ronn} +0 -0
  31. data/man/man1/vclog.1.html +122 -0
  32. data/{ronn/vclog.ronn → man/man1/vclog.1.ronn} +0 -0
  33. data/test/unit/case_metadata.rb +11 -0
  34. data/test/unit/helper.rb +4 -0
  35. metadata +132 -122
  36. data/HISTORY.rdoc +0 -158
  37. data/LICENSE +0 -203
  38. data/lib/plugins/syckle/vclog.rb +0 -221
  39. data/lib/vclog/heuristics/default.rb +0 -24
  40. data/lib/vclog/meta/data.rb +0 -25
  41. data/lib/vclog/meta/package +0 -11
  42. data/lib/vclog/meta/profile +0 -18
  43. data/meta/data.rb +0 -25
  44. data/meta/package +0 -11
  45. data/meta/profile +0 -18
@@ -0,0 +1,100 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv='content-type' value='text/html;charset=utf8'>
5
+ <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
6
+ <title>vclog-version(1) - display current version</title>
7
+ <style type='text/css' media='all'>
8
+ /* style: man */
9
+ body#manpage {margin:0}
10
+ .mp {max-width:100ex;padding:0 9ex 1ex 4ex}
11
+ .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
12
+ .mp h2 {margin:10px 0 0 0}
13
+ .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
14
+ .mp h3 {margin:0 0 0 4ex}
15
+ .mp dt {margin:0;clear:left}
16
+ .mp dt.flush {float:left;width:8ex}
17
+ .mp dd {margin:0 0 0 9ex}
18
+ .mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
19
+ .mp pre {margin-bottom:20px}
20
+ .mp pre+h2,.mp pre+h3 {margin-top:22px}
21
+ .mp h2+pre,.mp h3+pre {margin-top:5px}
22
+ .mp img {display:block;margin:auto}
23
+ .mp h1.man-title {display:none}
24
+ .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
25
+ .mp h2 {font-size:16px;line-height:1.25}
26
+ .mp h1 {font-size:20px;line-height:2}
27
+ .mp {text-align:justify;background:#fff}
28
+ .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
29
+ .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
30
+ .mp u {text-decoration:underline}
31
+ .mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
32
+ .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
33
+ .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
34
+ .mp b.man-ref {font-weight:normal;color:#434241}
35
+ .mp pre {padding:0 4ex}
36
+ .mp pre code {font-weight:normal;color:#434241}
37
+ .mp h2+pre,h3+pre {padding-left:0}
38
+ ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
39
+ ol.man-decor {width:100%}
40
+ ol.man-decor li.tl {text-align:left}
41
+ ol.man-decor li.tc {text-align:center;letter-spacing:4px}
42
+ ol.man-decor li.tr {text-align:right;float:right}
43
+ </style>
44
+ <style type='text/css' media='all'>
45
+ /* style: toc */
46
+ .man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
47
+ .man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
48
+ .man-navigation a:hover {color:#111;text-decoration:underline}
49
+ </style>
50
+ </head>
51
+ <!--
52
+ The following styles are deprecated and will be removed at some point:
53
+ div#man, div#man ol.man, div#man ol.head, div#man ol.man.
54
+
55
+ The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
56
+ .man-navigation should be used instead.
57
+ -->
58
+ <body id='manpage'>
59
+ <div class='mp' id='man'>
60
+
61
+ <div class='man-navigation' style='display:none'>
62
+ <a href="#NAME">NAME</a>
63
+ <a href="#SYNOPSIS">SYNOPSIS</a>
64
+ <a href="#DESCRIPTION">DESCRIPTION</a>
65
+ <a href="#SEE-ALSO">SEE ALSO</a>
66
+ </div>
67
+
68
+ <ol class='man-decor man-head man head'>
69
+ <li class='tl'>vclog-version(1)</li>
70
+ <li class='tc'>VCLog</li>
71
+ <li class='tr'>vclog-version(1)</li>
72
+ </ol>
73
+
74
+ <h2 id="NAME">NAME</h2>
75
+ <p class="man-name">
76
+ <code>vclog-version</code> - <span class="man-whatis">display current version</span>
77
+ </p>
78
+
79
+ <h2 id="SYNOPSIS">SYNOPSIS</h2>
80
+
81
+ <p><code>vclog version</code></p>
82
+
83
+ <h2 id="DESCRIPTION">DESCRIPTION</h2>
84
+
85
+ <p>Display current version number according to source control system.</p>
86
+
87
+ <h2 id="SEE-ALSO">SEE ALSO</h2>
88
+
89
+ <p><a href="vclog.1.html" class="man-ref">vclog<span class="s">(1)</span></a></p>
90
+
91
+
92
+ <ol class='man-decor man-foot man foot'>
93
+ <li class='tl'>RubyWorks</li>
94
+ <li class='tc'>November 2010</li>
95
+ <li class='tr'>vclog-version(1)</li>
96
+ </ol>
97
+
98
+ </div>
99
+ </body>
100
+ </html>
@@ -0,0 +1,122 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv='content-type' value='text/html;charset=utf8'>
5
+ <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
6
+ <title>vclog(1) - version control logging utility</title>
7
+ <style type='text/css' media='all'>
8
+ /* style: man */
9
+ body#manpage {margin:0}
10
+ .mp {max-width:100ex;padding:0 9ex 1ex 4ex}
11
+ .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
12
+ .mp h2 {margin:10px 0 0 0}
13
+ .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
14
+ .mp h3 {margin:0 0 0 4ex}
15
+ .mp dt {margin:0;clear:left}
16
+ .mp dt.flush {float:left;width:8ex}
17
+ .mp dd {margin:0 0 0 9ex}
18
+ .mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
19
+ .mp pre {margin-bottom:20px}
20
+ .mp pre+h2,.mp pre+h3 {margin-top:22px}
21
+ .mp h2+pre,.mp h3+pre {margin-top:5px}
22
+ .mp img {display:block;margin:auto}
23
+ .mp h1.man-title {display:none}
24
+ .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
25
+ .mp h2 {font-size:16px;line-height:1.25}
26
+ .mp h1 {font-size:20px;line-height:2}
27
+ .mp {text-align:justify;background:#fff}
28
+ .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
29
+ .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
30
+ .mp u {text-decoration:underline}
31
+ .mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
32
+ .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
33
+ .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
34
+ .mp b.man-ref {font-weight:normal;color:#434241}
35
+ .mp pre {padding:0 4ex}
36
+ .mp pre code {font-weight:normal;color:#434241}
37
+ .mp h2+pre,h3+pre {padding-left:0}
38
+ ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
39
+ ol.man-decor {width:100%}
40
+ ol.man-decor li.tl {text-align:left}
41
+ ol.man-decor li.tc {text-align:center;letter-spacing:4px}
42
+ ol.man-decor li.tr {text-align:right;float:right}
43
+ </style>
44
+ <style type='text/css' media='all'>
45
+ /* style: toc */
46
+ .man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
47
+ .man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
48
+ .man-navigation a:hover {color:#111;text-decoration:underline}
49
+ </style>
50
+ </head>
51
+ <!--
52
+ The following styles are deprecated and will be removed at some point:
53
+ div#man, div#man ol.man, div#man ol.head, div#man ol.man.
54
+
55
+ The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
56
+ .man-navigation should be used instead.
57
+ -->
58
+ <body id='manpage'>
59
+ <div class='mp' id='man'>
60
+
61
+ <div class='man-navigation' style='display:none'>
62
+ <a href="#NAME">NAME</a>
63
+ <a href="#SYNOPSIS">SYNOPSIS</a>
64
+ <a href="#DESCRIPTION">DESCRIPTION</a>
65
+ <a href="#COMMANDS">COMMANDS</a>
66
+ <a href="#SEE-ALSO">SEE ALSO</a>
67
+ </div>
68
+
69
+ <ol class='man-decor man-head man head'>
70
+ <li class='tl'>vclog(1)</li>
71
+ <li class='tc'>VCLog</li>
72
+ <li class='tr'>vclog(1)</li>
73
+ </ol>
74
+
75
+ <h2 id="NAME">NAME</h2>
76
+ <p class="man-name">
77
+ <code>vclog</code> - <span class="man-whatis">version control logging utility</span>
78
+ </p>
79
+
80
+ <h2 id="SYNOPSIS">SYNOPSIS</h2>
81
+
82
+ <p><code>vclog [command]</code></p>
83
+
84
+ <h2 id="DESCRIPTION">DESCRIPTION</h2>
85
+
86
+ <p>VCLog is a versitle cross-VCS/SCM changelog generator.
87
+ It currently supports Git, Hg and (limited) Subversion.</p>
88
+
89
+ <h2 id="COMMANDS">COMMANDS</h2>
90
+
91
+ <p>VCLog provides a number of useful functions:</p>
92
+
93
+ <ul>
94
+ <li><p><code>changelog</code>
95
+ Produce a Change Log.</p></li>
96
+ <li><p><code>history</code>
97
+ Produce a Release History.</p></li>
98
+ <li><p><code>version</code>
99
+ Show current tag version.</p></li>
100
+ <li><p><code>bump</code>
101
+ Suggest next tag version.</p></li>
102
+ <li><p><code>autotag</code>
103
+ Ensure a tag exists for each History entry.</p></li>
104
+ </ul>
105
+
106
+
107
+ <p>Both <code>changelog</code> and <code>history</code> can be produced in a variety of formats.</p>
108
+
109
+ <h2 id="SEE-ALSO">SEE ALSO</h2>
110
+
111
+ <p><a href="vclog-changelog.1.html" class="man-ref">vclog-changelog<span class="s">(1)</span></a>, <a href="vclog-history.1.html" class="man-ref">vclog-history<span class="s">(1)</span></a>, <a href="vclog-version.1.html" class="man-ref">vclog-version<span class="s">(1)</span></a>, <a href="vclog-bump.1.html" class="man-ref">vclog-bump<span class="s">(1)</span></a>, <a href="vclog-autotag.1.html" class="man-ref">vclog-autotag<span class="s">(1)</span></a></p>
112
+
113
+
114
+ <ol class='man-decor man-foot man foot'>
115
+ <li class='tl'>RubyWorks</li>
116
+ <li class='tc'>November 2010</li>
117
+ <li class='tr'>vclog(1)</li>
118
+ </ol>
119
+
120
+ </div>
121
+ </body>
122
+ </html>
@@ -0,0 +1,11 @@
1
+ require File.expand_path(File.dirname(__FILE__) + '/helper')
2
+ require 'vclog/metadata'
3
+
4
+ testcase "VCLog" do
5
+
6
+ test "VERSION is set" do
7
+ ::VCLog::VERSION.assert == File.read('profile/version').strip
8
+ end
9
+
10
+ end
11
+
@@ -0,0 +1,4 @@
1
+ $:.unshift File.expand_path(File.dirname(__FILE__) + '/../../lib')
2
+
3
+ require 'citron'
4
+ require 'ae'
metadata CHANGED
@@ -1,104 +1,126 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: vclog
3
- version: !ruby/object:Gem::Version
4
- hash: 53
5
- prerelease: false
6
- segments:
7
- - 1
8
- - 8
9
- - 1
10
- version: 1.8.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.8.2
5
+ prerelease:
11
6
  platform: ruby
12
- authors:
13
- - Thomas Sawyer
7
+ authors:
8
+ - Trans
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2010-11-21 00:00:00 -05:00
19
- default_executable:
20
- dependencies:
21
- - !ruby/object:Gem::Dependency
12
+ date: 2011-12-08 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
22
15
  name: facets
23
- prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: &18134440 !ruby/object:Gem::Requirement
25
17
  none: false
26
- requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- hash: 11
30
- segments:
31
- - 2
32
- - 4
33
- version: "2.4"
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '2.4'
34
22
  type: :runtime
35
- version_requirements: *id001
36
- - !ruby/object:Gem::Dependency
23
+ prerelease: false
24
+ version_requirements: *18134440
25
+ - !ruby/object:Gem::Dependency
37
26
  name: ansi
27
+ requirement: &18133880 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '1.2'
33
+ type: :runtime
38
34
  prerelease: false
39
- requirement: &id002 !ruby/object:Gem::Requirement
35
+ version_requirements: *18133880
36
+ - !ruby/object:Gem::Dependency
37
+ name: confection
38
+ requirement: &18133420 !ruby/object:Gem::Requirement
40
39
  none: false
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- hash: 11
45
- segments:
46
- - 1
47
- - 2
48
- version: "1.2"
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
49
44
  type: :runtime
50
- version_requirements: *id002
51
- - !ruby/object:Gem::Dependency
52
- name: syckle
53
45
  prerelease: false
54
- requirement: &id003 !ruby/object:Gem::Requirement
46
+ version_requirements: *18133420
47
+ - !ruby/object:Gem::Dependency
48
+ name: xml-simple
49
+ requirement: &18132880 !ruby/object:Gem::Requirement
55
50
  none: false
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- hash: 3
60
- segments:
61
- - 0
62
- version: "0"
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ type: :runtime
56
+ prerelease: false
57
+ version_requirements: *18132880
58
+ - !ruby/object:Gem::Dependency
59
+ name: detroit
60
+ requirement: &18132380 !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
63
66
  type: :development
64
- version_requirements: *id003
65
- - !ruby/object:Gem::Dependency
66
- name: cucumber
67
67
  prerelease: false
68
- requirement: &id004 !ruby/object:Gem::Requirement
68
+ version_requirements: *18132380
69
+ - !ruby/object:Gem::Dependency
70
+ name: citron
71
+ requirement: &18131880 !ruby/object:Gem::Requirement
69
72
  none: false
70
- requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- hash: 3
74
- segments:
75
- - 0
76
- version: "0"
73
+ requirements:
74
+ - - ! '>='
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
77
  type: :development
78
- version_requirements: *id004
79
- - !ruby/object:Gem::Dependency
80
- name: aruba
81
78
  prerelease: false
82
- requirement: &id005 !ruby/object:Gem::Requirement
79
+ version_requirements: *18131880
80
+ - !ruby/object:Gem::Dependency
81
+ name: ae
82
+ requirement: &18131380 !ruby/object:Gem::Requirement
83
83
  none: false
84
- requirements:
85
- - - ">="
86
- - !ruby/object:Gem::Version
87
- hash: 3
88
- segments:
89
- - 0
90
- version: "0"
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
91
88
  type: :development
92
- version_requirements: *id005
89
+ prerelease: false
90
+ version_requirements: *18131380
91
+ - !ruby/object:Gem::Dependency
92
+ name: cucumber
93
+ requirement: &18130880 !ruby/object:Gem::Requirement
94
+ none: false
95
+ requirements:
96
+ - - ! '>='
97
+ - !ruby/object:Gem::Version
98
+ version: '0'
99
+ type: :development
100
+ prerelease: false
101
+ version_requirements: *18130880
102
+ - !ruby/object:Gem::Dependency
103
+ name: aruba
104
+ requirement: &18130380 !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ type: :development
111
+ prerelease: false
112
+ version_requirements: *18130380
93
113
  description: VCLog is a cross-VCS/SCM ChangeLog generator.
94
- email: transfire@gmail.com
95
- executables:
114
+ email:
115
+ - transfire@gmail.com
116
+ executables:
96
117
  - vclog
97
118
  extensions: []
98
-
99
- extra_rdoc_files:
119
+ extra_rdoc_files:
100
120
  - README.rdoc
101
- files:
121
+ - COPYING.rdoc
122
+ files:
123
+ - .ruby
102
124
  - bin/vclog
103
125
  - features/git.feature
104
126
  - features/hg.feature
@@ -109,7 +131,6 @@ files:
109
131
  - features/support/loadpath.rb
110
132
  - features/support/repo.rb
111
133
  - features/svn.feature
112
- - lib/plugins/syckle/vclog.rb
113
134
  - lib/vclog/adapters/abstract.rb
114
135
  - lib/vclog/adapters/darcs.rb
115
136
  - lib/vclog/adapters/git.rb
@@ -129,14 +150,12 @@ files:
129
150
  - lib/vclog/cli.rb
130
151
  - lib/vclog/facets.rb
131
152
  - lib/vclog/formatter.rb
132
- - lib/vclog/heuristics/default.rb
153
+ - lib/vclog/heuristics/label.rb
154
+ - lib/vclog/heuristics/rule.rb
133
155
  - lib/vclog/heuristics.rb
134
156
  - lib/vclog/history.rb
135
157
  - lib/vclog/history_file.rb
136
158
  - lib/vclog/kernel.rb
137
- - lib/vclog/meta/data.rb
138
- - lib/vclog/meta/package
139
- - lib/vclog/meta/profile
140
159
  - lib/vclog/metadata.rb
141
160
  - lib/vclog/release.rb
142
161
  - lib/vclog/repo.rb
@@ -163,61 +182,52 @@ files:
163
182
  - lib/vclog/templates/history.xml.erb
164
183
  - lib/vclog/templates/history.yaml.rb
165
184
  - lib/vclog.rb
185
+ - man/man1/index.txt
166
186
  - man/man1/vclog-autotag.1
187
+ - man/man1/vclog-autotag.1.html
188
+ - man/man1/vclog-autotag.1.ronn
167
189
  - man/man1/vclog-bump.1
190
+ - man/man1/vclog-bump.1.html
191
+ - man/man1/vclog-bump.1.ronn
168
192
  - man/man1/vclog-changelog.1
193
+ - man/man1/vclog-changelog.1.html
194
+ - man/man1/vclog-changelog.1.ronn
169
195
  - man/man1/vclog-history.1
196
+ - man/man1/vclog-history.1.html
197
+ - man/man1/vclog-history.1.ronn
170
198
  - man/man1/vclog-version.1
199
+ - man/man1/vclog-version.1.html
200
+ - man/man1/vclog-version.1.ronn
171
201
  - man/man1/vclog.1
172
- - meta/data.rb
173
- - meta/package
174
- - meta/profile
175
- - ronn/index.txt
176
- - ronn/vclog-autotag.ronn
177
- - ronn/vclog-bump.ronn
178
- - ronn/vclog-changelog.ronn
179
- - ronn/vclog-history.ronn
180
- - ronn/vclog-version.ronn
181
- - ronn/vclog.ronn
182
- - HISTORY.rdoc
183
- - LICENSE
202
+ - man/man1/vclog.1.html
203
+ - man/man1/vclog.1.ronn
204
+ - test/unit/case_metadata.rb
205
+ - test/unit/helper.rb
184
206
  - README.rdoc
185
- has_rdoc: true
207
+ - COPYING.rdoc
186
208
  homepage: http://rubyworks.github.com/vclog
187
- licenses:
188
- - Apache 2.0
209
+ licenses:
210
+ - BSD-2-Clause
189
211
  post_install_message:
190
- rdoc_options:
191
- - --title
192
- - VCLog API
193
- - --main
194
- - README.rdoc
195
- require_paths:
212
+ rdoc_options: []
213
+ require_paths:
196
214
  - lib
197
- required_ruby_version: !ruby/object:Gem::Requirement
215
+ required_ruby_version: !ruby/object:Gem::Requirement
198
216
  none: false
199
- requirements:
200
- - - ">="
201
- - !ruby/object:Gem::Version
202
- hash: 3
203
- segments:
204
- - 0
205
- version: "0"
206
- required_rubygems_version: !ruby/object:Gem::Requirement
217
+ requirements:
218
+ - - ! '>='
219
+ - !ruby/object:Gem::Version
220
+ version: '0'
221
+ required_rubygems_version: !ruby/object:Gem::Requirement
207
222
  none: false
208
- requirements:
209
- - - ">="
210
- - !ruby/object:Gem::Version
211
- hash: 3
212
- segments:
213
- - 0
214
- version: "0"
223
+ requirements:
224
+ - - ! '>='
225
+ - !ruby/object:Gem::Version
226
+ version: '0'
215
227
  requirements: []
216
-
217
- rubyforge_project: vclog
218
- rubygems_version: 1.3.7
228
+ rubyforge_project:
229
+ rubygems_version: 1.8.10
219
230
  signing_key:
220
231
  specification_version: 3
221
232
  summary: Cross-VCS/SCM ChangeLog Generator
222
233
  test_files: []
223
-