hoe-mercurial 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/ChangeLog +92 -1
- data/{History.md → History.rdoc} +12 -6
- data/Manifest.txt +6 -0
- data/{README.md → README.rdoc} +9 -9
- data/Rakefile +3 -3
- data/lib/hoe/mercurial.rb +2 -2
- metadata +77 -87
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/ChangeLog
CHANGED
@@ -1,8 +1,99 @@
|
|
1
|
+
2011-09-28 Michael Granger <ged@FaerieMUD.org>
|
2
|
+
|
3
|
+
* .hgtags:
|
4
|
+
Added tag v1.3.1 for changeset cd3e77f1edfe
|
5
|
+
[e4f1e7143930] [tip]
|
6
|
+
|
7
|
+
* .hgsigs:
|
8
|
+
Added signature for changeset da11111578a2
|
9
|
+
[cd3e77f1edfe] [v1.3.1]
|
10
|
+
|
11
|
+
* .hgtags:
|
12
|
+
Removed tag v1.3.1
|
13
|
+
[da11111578a2]
|
14
|
+
|
15
|
+
* Manifest.txt, Rakefile:
|
16
|
+
Updated the Manifest for release.
|
17
|
+
[3156110c8231]
|
18
|
+
|
19
|
+
* .hgtags:
|
20
|
+
Added tag v1.3.1 for changeset 894ae3a85aa8
|
21
|
+
[9987a79e37f1]
|
22
|
+
|
23
|
+
* .hgsigs:
|
24
|
+
Added signature for changeset 0c56ccc8acc8
|
25
|
+
[894ae3a85aa8]
|
26
|
+
|
27
|
+
* History.md, History.rdoc, README.md, README.rdoc, Rakefile,
|
28
|
+
lib/hoe/mercurial.rb:
|
29
|
+
Fixed a bug in the ordering of tags returned by the
|
30
|
+
Hoe::Mercurial#get_unhistoried_version_tags method.
|
31
|
+
[0c56ccc8acc8]
|
32
|
+
|
33
|
+
2011-09-19 Michael Granger <ged@FaerieMUD.org>
|
34
|
+
|
35
|
+
* .hgtags:
|
36
|
+
Added tag v1.3.0 for changeset e147ed01546a
|
37
|
+
[c77d2d339ca8]
|
38
|
+
|
39
|
+
* .hgsigs:
|
40
|
+
Added signature for changeset 6202ad2cdecf
|
41
|
+
[e147ed01546a] [v1.3.0]
|
42
|
+
|
43
|
+
* History.md:
|
44
|
+
Add an entry for v1.2.2 to the History file. Heh.
|
45
|
+
[6202ad2cdecf]
|
46
|
+
|
47
|
+
* lib/hoe/mercurial.rb:
|
48
|
+
Fix a typo.
|
49
|
+
[4f7ef7288af8]
|
50
|
+
|
51
|
+
* History.md, README.md:
|
52
|
+
Updated History file, README.
|
53
|
+
[e14034e04dc2]
|
54
|
+
|
55
|
+
* lib/hoe/mercurial.rb:
|
56
|
+
Fix the 'check_history' task name in the :prep_release task, include
|
57
|
+
the prospective release tag by default.
|
58
|
+
[7290dcdd525d]
|
59
|
+
|
60
|
+
* Rakefile, lib/hoe/mercurial.rb:
|
61
|
+
Add a flag to enable history-checking when releasing.
|
62
|
+
[a0292d2bd6e2]
|
63
|
+
|
64
|
+
* lib/hoe/mercurial.rb:
|
65
|
+
Bumping minor version for release.
|
66
|
+
[33df43e98ae8]
|
67
|
+
|
68
|
+
* History.md, Rakefile, lib/hoe/mercurial.rb:
|
69
|
+
Added a :check_history task to check the Hoe history file to be sure
|
70
|
+
it has an entry for each release.
|
71
|
+
[df38c14b8f24]
|
72
|
+
|
73
|
+
2011-08-22 Michael Granger <ged@FaerieMUD.org>
|
74
|
+
|
75
|
+
* .hgtags:
|
76
|
+
Added tag v1.2.2 for changeset b9dd702ee5ad
|
77
|
+
[0b7e428b14ca]
|
78
|
+
|
79
|
+
* .hgsigs:
|
80
|
+
Added signature for changeset ea3610ef4e44
|
81
|
+
[b9dd702ee5ad] [v1.2.2]
|
82
|
+
|
83
|
+
* lib/hoe/mercurial.rb:
|
84
|
+
Bump the patch version.
|
85
|
+
[ea3610ef4e44]
|
86
|
+
|
87
|
+
* Rakefile, lib/hoe/mercurial.rb:
|
88
|
+
Don't overlay existing mercurial tasks if an 'hg:checkin' task
|
89
|
+
already exists.
|
90
|
+
[5c5e965d56cf]
|
91
|
+
|
1
92
|
2011-02-01 Michael Granger <ged@FaerieMUD.org>
|
2
93
|
|
3
94
|
* .hgtags:
|
4
95
|
Added tag v1.2.1 for changeset 83ba29609927
|
5
|
-
[2a9c0c286861]
|
96
|
+
[2a9c0c286861]
|
6
97
|
|
7
98
|
* .hgsigs:
|
8
99
|
Added signature for changeset 49f7b2f6512b
|
data/{History.md → History.rdoc}
RENAMED
@@ -1,15 +1,21 @@
|
|
1
|
-
|
1
|
+
== v1.3.1 [2011-09-28] Michael Granger <ged@FaerieMUD.org>
|
2
|
+
|
3
|
+
Fixed a bug in the ordering of the tags reported by the
|
4
|
+
#get_unhistoried_version_tags method.
|
5
|
+
|
6
|
+
|
7
|
+
== v1.3.0 [2011-09-19] Michael Granger <ged@FaerieMUD.org>
|
2
8
|
|
3
9
|
Added a new task :check_history, and a new config option 'check_history_on_release'
|
4
10
|
for ensuring the History file is updated before releasing.
|
5
11
|
|
6
12
|
|
7
|
-
|
13
|
+
== v1.2.2 [2011-08-22] Michael Granger <ged@FaerieMUD.org>
|
8
14
|
|
9
15
|
Don't overlay existing mercurial tasks if an 'hg:checkin' task already exists.
|
10
16
|
|
11
17
|
|
12
|
-
|
18
|
+
== v1.2.1 [2011-02-01] Michael Granger <ged@FaerieMUD.org>
|
13
19
|
|
14
20
|
Bugfixes:
|
15
21
|
|
@@ -19,7 +25,7 @@ Bugfixes:
|
|
19
25
|
* Updated hoe dependency
|
20
26
|
|
21
27
|
|
22
|
-
|
28
|
+
== v1.2.0 [2011-01-05] Michael Granger <ged@FaerieMUD.org>
|
23
29
|
|
24
30
|
Removed old attributes:
|
25
31
|
|
@@ -31,12 +37,12 @@ Enhancements:
|
|
31
37
|
* hoe-mercurial now injects itself as a dev dependency.
|
32
38
|
|
33
39
|
|
34
|
-
|
40
|
+
== v1.1.1 [2011-01-04] Michael Granger <ged@FaerieMUD.org>
|
35
41
|
|
36
42
|
Simplified the hg:checkin task.
|
37
43
|
|
38
44
|
|
39
|
-
|
45
|
+
== v1.1.0 [2010-12-14] Michael Granger <ged@FaerieMUD.org>
|
40
46
|
|
41
47
|
Initial release after forking from hoe-hg.
|
42
48
|
|
data/Manifest.txt
ADDED
data/{README.md → README.rdoc}
RENAMED
@@ -1,9 +1,9 @@
|
|
1
|
-
|
1
|
+
= (Another) Mercurial Plugin for hoe
|
2
2
|
|
3
3
|
* http://bitbucket.org/ged/hoe-mercurial
|
4
4
|
|
5
5
|
|
6
|
-
|
6
|
+
== Description
|
7
7
|
|
8
8
|
This is a fork of the [hoe-hg](https://bitbucket.org/mml/hoe-hg)
|
9
9
|
plugin. I forked it because I use quite a few additional Mercurial
|
@@ -14,7 +14,7 @@ I've offered to push my changes back up to the original, but I gave
|
|
14
14
|
up waiting for a response.
|
15
15
|
|
16
16
|
|
17
|
-
|
17
|
+
== Examples
|
18
18
|
|
19
19
|
# in your Rakefile
|
20
20
|
Hoe.plugin :mercurial
|
@@ -23,7 +23,7 @@ If there isn't a '.hg' directory at the root of your project, it won't
|
|
23
23
|
be activated.
|
24
24
|
|
25
25
|
|
26
|
-
|
26
|
+
=== Committing
|
27
27
|
|
28
28
|
$ rake hg:checkin
|
29
29
|
|
@@ -38,7 +38,7 @@ run tests, lint, or whatever before checking in), builds a commit message
|
|
38
38
|
file out of the diff that's being committed and invokes your editor on it,
|
39
39
|
does the checkin, then offers to push back to the default repo.
|
40
40
|
|
41
|
-
|
41
|
+
=== Pre-Release Hook
|
42
42
|
|
43
43
|
This plugin also hooks Hoe's **prerelease** task to tag and (optionally) sign
|
44
44
|
the rev being released, then push to the default repo. If there are any
|
@@ -68,7 +68,7 @@ To sign tagged revisions using 'hg sign', do this in your hoespec:
|
|
68
68
|
This requires that 'hg sign' work on its own, of course.
|
69
69
|
|
70
70
|
|
71
|
-
|
71
|
+
=== Other Tasks
|
72
72
|
|
73
73
|
It also provides other tasks for pulling, updating, pushing, etc. These
|
74
74
|
aren't very useful on their own, as it's usually just as easy to do the
|
@@ -78,18 +78,18 @@ dependencies in other tasks.
|
|
78
78
|
A 'rake -T' will show them all; they're all in the 'hg' namespace.
|
79
79
|
|
80
80
|
|
81
|
-
|
81
|
+
== Dependencies
|
82
82
|
|
83
83
|
Hoe and Mercurial, obviously. I haven't tested these tasks with Mercurial
|
84
84
|
versions earlier than 1.6 or so.
|
85
85
|
|
86
86
|
|
87
|
-
|
87
|
+
== Installation
|
88
88
|
|
89
89
|
$ gem install hoe-mercurial
|
90
90
|
|
91
91
|
|
92
|
-
|
92
|
+
== License
|
93
93
|
|
94
94
|
The original is used under the terms of the following license:
|
95
95
|
|
data/Rakefile
CHANGED
@@ -15,9 +15,9 @@ Hoe.plugins.delete :rubyforge
|
|
15
15
|
hoespec = Hoe.spec "hoe-mercurial" do
|
16
16
|
self.developer "Michael Granger", "ged@FaerieMUD.org"
|
17
17
|
|
18
|
+
self.history_file = "History.rdoc"
|
19
|
+
self.readme_file = "README.rdoc"
|
18
20
|
self.extra_rdoc_files = FileList["*.rdoc"]
|
19
|
-
self.history_file = "History.md"
|
20
|
-
self.readme_file = "README.md"
|
21
21
|
|
22
22
|
self.spec_extras[:licenses] = ["BSD"]
|
23
23
|
self.hg_sign_tags = true
|
@@ -56,7 +56,7 @@ file 'ChangeLog' => '.hg/branch' do |task|
|
|
56
56
|
end
|
57
57
|
|
58
58
|
# Rebuild the ChangeLog immediately before release
|
59
|
-
task :prerelease => [ :check_history, 'ChangeLog' ]
|
59
|
+
task :prerelease => [ :check_history, :check_manifest, 'ChangeLog' ]
|
60
60
|
|
61
61
|
|
62
62
|
|
data/lib/hoe/mercurial.rb
CHANGED
@@ -438,7 +438,7 @@ class Hoe
|
|
438
438
|
include Hoe::RakeHelpers,
|
439
439
|
Hoe::MercurialHelpers
|
440
440
|
|
441
|
-
VERSION = '1.3.
|
441
|
+
VERSION = '1.3.1'
|
442
442
|
|
443
443
|
# The name of the file to edit for the commit message
|
444
444
|
COMMIT_MSG_FILE = 'commit-msg.txt'
|
@@ -467,7 +467,7 @@ class Hoe
|
|
467
467
|
tag_pattern = /#{prefix}\d+(\.\d+)+/
|
468
468
|
release_tags = get_tags().grep( /^#{tag_pattern}$/ )
|
469
469
|
|
470
|
-
release_tags
|
470
|
+
release_tags.unshift( "#{prefix}#{version}" ) if include_pkg_version
|
471
471
|
|
472
472
|
IO.readlines( self.history_file ).each do |line|
|
473
473
|
if line =~ /^(?:h\d\.|#+|=+)\s+(#{tag_pattern})\s+/
|
metadata
CHANGED
@@ -1,143 +1,133 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: hoe-mercurial
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.3.1
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 3
|
9
|
-
- 0
|
10
|
-
version: 1.3.0
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Michael Granger
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
|
-
cert_chain:
|
17
|
-
-
|
18
|
-
|
11
|
+
cert_chain:
|
12
|
+
- ! '-----BEGIN CERTIFICATE-----
|
13
|
+
|
19
14
|
MIIDLDCCAhSgAwIBAgIBADANBgkqhkiG9w0BAQUFADA8MQwwCgYDVQQDDANnZWQx
|
15
|
+
|
20
16
|
FzAVBgoJkiaJk/IsZAEZFgdfYWVyaWVfMRMwEQYKCZImiZPyLGQBGRYDb3JnMB4X
|
17
|
+
|
21
18
|
DTEwMDkxNjE0NDg1MVoXDTExMDkxNjE0NDg1MVowPDEMMAoGA1UEAwwDZ2VkMRcw
|
19
|
+
|
22
20
|
FQYKCZImiZPyLGQBGRYHX2FlcmllXzETMBEGCgmSJomT8ixkARkWA29yZzCCASIw
|
21
|
+
|
23
22
|
DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALy//BFxC1f/cPSnwtJBWoFiFrir
|
23
|
+
|
24
24
|
h7RicI+joq/ocVXQqI4TDWPyF/8tqkvt+rD99X9qs2YeR8CU/YiIpLWrQOYST70J
|
25
|
+
|
25
26
|
vDn7Uvhb2muFVqq6+vobeTkILBEO6pionWDG8jSbo3qKm1RjKJDwg9p4wNKhPuu8
|
27
|
+
|
26
28
|
KGue/BFb67KflqyApPmPeb3Vdd9clspzqeFqp7cUBMEpFS6LWxy4Gk+qvFFJBJLB
|
29
|
+
|
27
30
|
BUHE/LZVJMVzfpC5Uq+QmY7B+FH/QqNndn3tOHgsPadLTNimuB1sCuL1a4z3Pepd
|
31
|
+
|
28
32
|
TeLBEFmEao5Dk3K/Q8o8vlbIB/jBDTUx6Djbgxw77909x6gI9doU4LD5XMcCAwEA
|
33
|
+
|
29
34
|
AaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJeoGkOr9l4B
|
35
|
+
|
30
36
|
+saMkW/ZXT4UeSvVMA0GCSqGSIb3DQEBBQUAA4IBAQBG2KObvYI2eHyyBUJSJ3jN
|
37
|
+
|
31
38
|
vEnU3d60znAXbrSd2qb3r1lY1EPDD3bcy0MggCfGdg3Xu54z21oqyIdk8uGtWBPL
|
39
|
+
|
32
40
|
HIa9EgfFGSUEgvcIvaYqiN4jTUtidfEFw+Ltjs8AP9gWgSIYS6Gr38V0WGFFNzIH
|
41
|
+
|
33
42
|
aOD2wmu9oo/RffW4hS/8GuvfMzcw7CQ355wFR4KB/nyze+EsZ1Y5DerCAagMVuDQ
|
43
|
+
|
34
44
|
U0BLmWDFzPGGWlPeQCrYHCr+AcJz+NRnaHCKLZdSKj/RHuTOt+gblRex8FAh8NeA
|
45
|
+
|
35
46
|
cmlhXe46pZNJgWKbxZah85jIjx95hR8vOI+NAM5iH9kOqK13DrxacTKPhqj5PjwF
|
47
|
+
|
36
48
|
-----END CERTIFICATE-----
|
37
49
|
|
38
|
-
|
39
|
-
|
40
|
-
|
50
|
+
'
|
51
|
+
date: 2011-09-28 00:00:00.000000000Z
|
52
|
+
dependencies:
|
53
|
+
- !ruby/object:Gem::Dependency
|
41
54
|
name: hoe
|
42
|
-
|
43
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
55
|
+
requirement: &70174215332160 !ruby/object:Gem::Requirement
|
44
56
|
none: false
|
45
|
-
requirements:
|
57
|
+
requirements:
|
46
58
|
- - ~>
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
|
49
|
-
segments:
|
50
|
-
- 2
|
51
|
-
- 12
|
52
|
-
version: "2.12"
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '2.12'
|
53
61
|
type: :runtime
|
54
|
-
version_requirements: *id001
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: hoe-highline
|
57
62
|
prerelease: false
|
58
|
-
|
63
|
+
version_requirements: *70174215332160
|
64
|
+
- !ruby/object:Gem::Dependency
|
65
|
+
name: hoe-highline
|
66
|
+
requirement: &70174215331660 !ruby/object:Gem::Requirement
|
59
67
|
none: false
|
60
|
-
requirements:
|
68
|
+
requirements:
|
61
69
|
- - ~>
|
62
|
-
- !ruby/object:Gem::Version
|
63
|
-
hash: 29
|
64
|
-
segments:
|
65
|
-
- 0
|
66
|
-
- 0
|
67
|
-
- 1
|
70
|
+
- !ruby/object:Gem::Version
|
68
71
|
version: 0.0.1
|
69
72
|
type: :development
|
70
|
-
version_requirements: *id002
|
71
|
-
- !ruby/object:Gem::Dependency
|
72
|
-
name: hoe
|
73
73
|
prerelease: false
|
74
|
-
|
74
|
+
version_requirements: *70174215331660
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: hoe
|
77
|
+
requirement: &70174215331000 !ruby/object:Gem::Requirement
|
75
78
|
none: false
|
76
|
-
requirements:
|
79
|
+
requirements:
|
77
80
|
- - ~>
|
78
|
-
- !ruby/object:Gem::Version
|
79
|
-
|
80
|
-
segments:
|
81
|
-
- 2
|
82
|
-
- 12
|
83
|
-
version: "2.12"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '2.12'
|
84
83
|
type: :development
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
up waiting for a response.
|
94
|
-
email:
|
84
|
+
prerelease: false
|
85
|
+
version_requirements: *70174215331000
|
86
|
+
description: ! "This is a fork of the [hoe-hg](https://bitbucket.org/mml/hoe-hg) \nplugin.
|
87
|
+
I forked it because I use quite a few additional Mercurial \ntasks for my development
|
88
|
+
workflow than are provided by the original, \nand I thought they'd possibly be useful
|
89
|
+
to someone else.\n\nI've offered to push my changes back up to the original, but
|
90
|
+
I gave\nup waiting for a response."
|
91
|
+
email:
|
95
92
|
- ged@FaerieMUD.org
|
96
93
|
executables: []
|
97
|
-
|
98
94
|
extensions: []
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
95
|
+
extra_rdoc_files:
|
96
|
+
- Manifest.txt
|
97
|
+
- History.rdoc
|
98
|
+
- README.rdoc
|
99
|
+
files:
|
104
100
|
- ChangeLog
|
105
|
-
- History.
|
106
|
-
-
|
101
|
+
- History.rdoc
|
102
|
+
- Manifest.txt
|
103
|
+
- README.rdoc
|
107
104
|
- Rakefile
|
105
|
+
- lib/hoe/mercurial.rb
|
108
106
|
homepage: http://bitbucket.org/ged/hoe-mercurial
|
109
|
-
licenses:
|
107
|
+
licenses:
|
110
108
|
- BSD
|
111
109
|
post_install_message:
|
112
|
-
rdoc_options:
|
110
|
+
rdoc_options:
|
113
111
|
- --main
|
114
|
-
- README.
|
115
|
-
require_paths:
|
112
|
+
- README.rdoc
|
113
|
+
require_paths:
|
116
114
|
- lib
|
117
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
115
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
118
116
|
none: false
|
119
|
-
requirements:
|
120
|
-
- -
|
121
|
-
- !ruby/object:Gem::Version
|
122
|
-
|
123
|
-
|
124
|
-
- 0
|
125
|
-
version: "0"
|
126
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
117
|
+
requirements:
|
118
|
+
- - ! '>='
|
119
|
+
- !ruby/object:Gem::Version
|
120
|
+
version: '0'
|
121
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
127
122
|
none: false
|
128
|
-
requirements:
|
129
|
-
- -
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
|
132
|
-
segments:
|
133
|
-
- 0
|
134
|
-
version: "0"
|
123
|
+
requirements:
|
124
|
+
- - ! '>='
|
125
|
+
- !ruby/object:Gem::Version
|
126
|
+
version: '0'
|
135
127
|
requirements: []
|
136
|
-
|
137
128
|
rubyforge_project: hoe-mercurial
|
138
|
-
rubygems_version: 1.8.
|
129
|
+
rubygems_version: 1.8.10
|
139
130
|
signing_key:
|
140
131
|
specification_version: 3
|
141
132
|
summary: This is a fork of the [hoe-hg](https://bitbucket.org/mml/hoe-hg) plugin
|
142
133
|
test_files: []
|
143
|
-
|
metadata.gz.sig
CHANGED
Binary file
|