hoe-hg 1.0.3 → 1.0.4
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/CHANGELOG.rdoc +4 -0
- data/README.rdoc +3 -1
- data/Rakefile +0 -1
- data/lib/hoe/hg.rb +1 -1
- metadata +5 -3
data/CHANGELOG.rdoc
CHANGED
data/README.rdoc
CHANGED
@@ -4,10 +4,12 @@
|
|
4
4
|
|
5
5
|
== Description
|
6
6
|
|
7
|
-
A
|
7
|
+
A Hoe plugin for Mercurial integration. Provides tasks to
|
8
8
|
automate release tagging and pushing and changelog generation. I
|
9
9
|
expect it'll learn a few more tricks in the future.
|
10
10
|
|
11
|
+
Stolen wholesale from hoe-git.
|
12
|
+
|
11
13
|
== Examples
|
12
14
|
|
13
15
|
# in your Rakefile
|
data/Rakefile
CHANGED
data/lib/hoe/hg.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hoe-hg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- McClain Looney
|
@@ -53,9 +53,11 @@ dependencies:
|
|
53
53
|
version: 2.5.0
|
54
54
|
version:
|
55
55
|
description: |-
|
56
|
-
A
|
56
|
+
A Hoe plugin for Mercurial integration. Provides tasks to
|
57
57
|
automate release tagging and pushing and changelog generation. I
|
58
58
|
expect it'll learn a few more tricks in the future.
|
59
|
+
|
60
|
+
Stolen wholesale from hoe-git.
|
59
61
|
email:
|
60
62
|
- m@loonsoft.com
|
61
63
|
executables: []
|
@@ -98,6 +100,6 @@ rubyforge_project: hoe-hg
|
|
98
100
|
rubygems_version: 1.3.5
|
99
101
|
signing_key:
|
100
102
|
specification_version: 3
|
101
|
-
summary: A
|
103
|
+
summary: A Hoe plugin for Mercurial integration
|
102
104
|
test_files: []
|
103
105
|
|